Shades of Slate Blue #5E3EDE
Tints of Slate Blue #5E3EDE
RGB
CMYK
RGB Variations
Color information
#5E3EDE (or 0x5E3EDE) is known color: Slate Blue. HEX triplet: 5E, 3E and DE. RGB value is (94,62,222). Sum of RGB (Red+Green+Blue) = 94+62+222=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E3EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EDE is #A1C121. Grayscale: #595959. Windows color (decimal): -10600738 or 14564958. OLE color: 14564958.
HSL color Cylindrical-coordinate representation of color #5E3EDE: hue angle of 252º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E3EDE is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 62 | 222 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.13 |
| HSL | 252º | 0.71% | 0.56% | - |
| HSV(B) | 252º | 0.72% | 0.87% | - |
| XYZ | 19.52 | 11.1 | 70.22 | - |
| YUV | 89.81 | 202.6 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 222 | 0.58 | 0.72 | 0 | 0.13 | 252 | 0.71 | 0.56 |
| Hex | 5E | 3E | DE | 3A | 48 | 0 | D | FC | 47 | 38 |
| Octal | 136 | 76 | 336 | 72 | 110 | 0 | 15 | 374 | 107 | 70 |
| Binary | 1011110 | 111110 | 11011110 | 111010 | 1001000 | 0 | 1101 | 11111100 | 1000111 | 111000 |
Color Harmonies of #5E3EDE
Complementary color
Monochromatic Colors of #5E3EDE
Black with #5E3EDE
Text Example
Text Example
White with #5E3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3EDE; }
p { color: rgb(94,62,222); }
H1.HeaderClassName
{
color: #5E3EDE;
}
.AnyTagClassName
{
color: #5E3EDE;
}
</style>
background-color css
<style>
a { background-color: #5E3EDE; }
a { background-color: rgb(94,62,222); }
div.DivClassName
{
background-color: #5E3EDE;
}
.BgClassName
{
background-color: #5E3EDE;
}
</style>
border-color css
<style>
span { border-color: #5E3EDE; }
span { border-color: rgb(94,62,222); }
td.TdClassName
{
border-color: #5E3EDE;
}
.TagClassName
{
border-color: #5E3EDE;
}
</style>