Shades of Slate Blue #5E42DE
Tints of Slate Blue #5E42DE
RGB
CMYK
RGB Variations
Color information
#5E42DE (or 0x5E42DE) is known color: Slate Blue. HEX triplet: 5E, 42 and DE. RGB value is (94,66,222). Sum of RGB (Red+Green+Blue) = 94+66+222=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E42DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E42DE is #A1BD21. Grayscale: #5B5B5B. Windows color (decimal): -10599714 or 14565982. OLE color: 14565982.
HSL color Cylindrical-coordinate representation of color #5E42DE: hue angle of 250.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E42DE is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 66 | 222 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.13 |
| HSL | 250.77º | 0.7% | 0.56% | - |
| HSV(B) | 250.77º | 0.7% | 0.87% | - |
| XYZ | 19.75 | 11.55 | 70.3 | - |
| YUV | 92.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 222 | 0.58 | 0.70 | 0 | 0.13 | 250.77 | 0.7 | 0.56 |
| Hex | 5E | 42 | DE | 3A | 46 | 0 | D | FB | 46 | 38 |
| Octal | 136 | 102 | 336 | 72 | 106 | 0 | 15 | 373 | 106 | 70 |
| Binary | 1011110 | 1000010 | 11011110 | 111010 | 1000110 | 0 | 1101 | 11111011 | 1000110 | 111000 |
Color Harmonies of #5E42DE
Complementary color
Monochromatic Colors of #5E42DE
Black with #5E42DE
Text Example
Text Example
White with #5E42DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42DE; }
p { color: rgb(94,66,222); }
H1.HeaderClassName
{
color: #5E42DE;
}
.AnyTagClassName
{
color: #5E42DE;
}
</style>
background-color css
<style>
a { background-color: #5E42DE; }
a { background-color: rgb(94,66,222); }
div.DivClassName
{
background-color: #5E42DE;
}
.BgClassName
{
background-color: #5E42DE;
}
</style>
border-color css
<style>
span { border-color: #5E42DE; }
span { border-color: rgb(94,66,222); }
td.TdClassName
{
border-color: #5E42DE;
}
.TagClassName
{
border-color: #5E42DE;
}
</style>