Shades of Slate Blue #5E3DDE
Tints of Slate Blue #5E3DDE
RGB
CMYK
RGB Variations
Color information
#5E3DDE (or 0x5E3DDE) is known color: Slate Blue. HEX triplet: 5E, 3D and DE. RGB value is (94,61,222). Sum of RGB (Red+Green+Blue) = 94+61+222=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E3DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DDE is #A1C221. Grayscale: #585858. Windows color (decimal): -10600994 or 14564702. OLE color: 14564702.
HSL color Cylindrical-coordinate representation of color #5E3DDE: hue angle of 252.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E3DDE is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 61 | 222 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.13 |
| HSL | 252.3º | 0.71% | 0.55% | - |
| HSV(B) | 252.3º | 0.73% | 0.87% | - |
| XYZ | 19.47 | 10.99 | 70.2 | - |
| YUV | 89.22 | 202.93 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 222 | 0.58 | 0.73 | 0 | 0.13 | 252.3 | 0.71 | 0.55 |
| Hex | 5E | 3D | DE | 3A | 49 | 0 | D | FC | 47 | 37 |
| Octal | 136 | 75 | 336 | 72 | 111 | 0 | 15 | 374 | 107 | 67 |
| Binary | 1011110 | 111101 | 11011110 | 111010 | 1001001 | 0 | 1101 | 11111100 | 1000111 | 110111 |
Color Harmonies of #5E3DDE
Complementary color
Monochromatic Colors of #5E3DDE
Black with #5E3DDE
Text Example
Text Example
White with #5E3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DDE; }
p { color: rgb(94,61,222); }
H1.HeaderClassName
{
color: #5E3DDE;
}
.AnyTagClassName
{
color: #5E3DDE;
}
</style>
background-color css
<style>
a { background-color: #5E3DDE; }
a { background-color: rgb(94,61,222); }
div.DivClassName
{
background-color: #5E3DDE;
}
.BgClassName
{
background-color: #5E3DDE;
}
</style>
border-color css
<style>
span { border-color: #5E3DDE; }
span { border-color: rgb(94,61,222); }
td.TdClassName
{
border-color: #5E3DDE;
}
.TagClassName
{
border-color: #5E3DDE;
}
</style>