Shades of Slate Blue #5E4DCD
Tints of Slate Blue #5E4DCD
RGB
CMYK
RGB Variations
Color information
#5E4DCD (or 0x5E4DCD) is known color: Slate Blue. HEX triplet: 5E, 4D and CD. RGB value is (94,77,205). Sum of RGB (Red+Green+Blue) = 94+77+205=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DCD is #A1B232. Grayscale: #606060. Windows color (decimal): -10596915 or 13454686. OLE color: 13454686.
HSL color Cylindrical-coordinate representation of color #5E4DCD: hue angle of 247.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4DCD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 77 | 205 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.20 |
| HSL | 247.97º | 0.56% | 0.55% | - |
| HSV(B) | 247.97º | 0.62% | 0.8% | - |
| XYZ | 18.29 | 12.1 | 59.13 | - |
| YUV | 96.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 205 | 0.54 | 0.62 | 0 | 0.20 | 247.97 | 0.56 | 0.55 |
| Hex | 5E | 4D | CD | 36 | 3E | 0 | 14 | F8 | 38 | 37 |
| Octal | 136 | 115 | 315 | 66 | 76 | 0 | 24 | 370 | 70 | 67 |
| Binary | 1011110 | 1001101 | 11001101 | 110110 | 111110 | 0 | 10100 | 11111000 | 111000 | 110111 |
Color Harmonies of #5E4DCD
Complementary color
Monochromatic Colors of #5E4DCD
Black with #5E4DCD
Text Example
Text Example
White with #5E4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DCD; }
p { color: rgb(94,77,205); }
H1.HeaderClassName
{
color: #5E4DCD;
}
.AnyTagClassName
{
color: #5E4DCD;
}
</style>
background-color css
<style>
a { background-color: #5E4DCD; }
a { background-color: rgb(94,77,205); }
div.DivClassName
{
background-color: #5E4DCD;
}
.BgClassName
{
background-color: #5E4DCD;
}
</style>
border-color css
<style>
span { border-color: #5E4DCD; }
span { border-color: rgb(94,77,205); }
td.TdClassName
{
border-color: #5E4DCD;
}
.TagClassName
{
border-color: #5E4DCD;
}
</style>