Colors
Color Blocks
You can use colors, for Embeds or some Image Editing
Input
Function
Output

Basic color picker
#ff0000

Generate a random color each time
(#000000 - #ffffff)

Make a custom Color Using RGB (Red, Green, Blue)
RGB (255, 127.5, 0)

Blend 2 colors, that mean their two Hex codes will be combined into one new color
#991a80
Example

Output

Cheat
To use an RGB block with 255 colors, you can use simple math
You know that 100 % is 255, but maximal input is 100
So you divide 100 by 255 and multiply it by whatever RGB value you wish

Output is #ffd25a
which is in RGB 255, 210, 90
Last updated
Was this helpful?
