Shades of Slate Blue #5E3EDD
Tints of Slate Blue #5E3EDD
RGB
CMYK
RGB Variations
Color information
#5E3EDD (or 0x5E3EDD) is known color: Slate Blue. HEX triplet: 5E, 3E and DD. RGB value is (94,62,221). Sum of RGB (Red+Green+Blue) = 94+62+221=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EDD is #A1C122. Grayscale: #595959. Windows color (decimal): -10600739 or 14499422. OLE color: 14499422.
HSL color Cylindrical-coordinate representation of color #5E3EDD: hue angle of 252.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E3EDD is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 62 | 221 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.13 |
| HSL | 252.08º | 0.7% | 0.55% | - |
| HSV(B) | 252.08º | 0.72% | 0.87% | - |
| XYZ | 19.39 | 11.05 | 69.52 | - |
| YUV | 89.69 | 202.1 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 221 | 0.57 | 0.72 | 0 | 0.13 | 252.08 | 0.7 | 0.55 |
| Hex | 5E | 3E | DD | 39 | 48 | 0 | D | FC | 46 | 37 |
| Octal | 136 | 76 | 335 | 71 | 110 | 0 | 15 | 374 | 106 | 67 |
| Binary | 1011110 | 111110 | 11011101 | 111001 | 1001000 | 0 | 1101 | 11111100 | 1000110 | 110111 |
Color Harmonies of #5E3EDD
Complementary color
Monochromatic Colors of #5E3EDD
Black with #5E3EDD
Text Example
Text Example
White with #5E3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3EDD; }
p { color: rgb(94,62,221); }
H1.HeaderClassName
{
color: #5E3EDD;
}
.AnyTagClassName
{
color: #5E3EDD;
}
</style>
background-color css
<style>
a { background-color: #5E3EDD; }
a { background-color: rgb(94,62,221); }
div.DivClassName
{
background-color: #5E3EDD;
}
.BgClassName
{
background-color: #5E3EDD;
}
</style>
border-color css
<style>
span { border-color: #5E3EDD; }
span { border-color: rgb(94,62,221); }
td.TdClassName
{
border-color: #5E3EDD;
}
.TagClassName
{
border-color: #5E3EDD;
}
</style>