Colors
Last updated
Last updated
You can use colors, for Embeds or some
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
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