Shades of Slate Blue #5E4DCA
Tints of Slate Blue #5E4DCA
RGB
CMYK
RGB Variations
Color information
#5E4DCA (or 0x5E4DCA) is known color: Slate Blue. HEX triplet: 5E, 4D and CA. RGB value is (94,77,202). Sum of RGB (Red+Green+Blue) = 94+77+202=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DCA is #A1B235. Grayscale: #5F5F5F. Windows color (decimal): -10596918 or 13258078. OLE color: 13258078.
HSL color Cylindrical-coordinate representation of color #5E4DCA: hue angle of 248.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4DCA is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 77 | 202 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.21 |
| HSL | 248.16º | 0.54% | 0.55% | - |
| HSV(B) | 248.16º | 0.62% | 0.79% | - |
| XYZ | 17.93 | 11.95 | 57.24 | - |
| YUV | 96.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 202 | 0.53 | 0.62 | 0 | 0.21 | 248.16 | 0.54 | 0.55 |
| Hex | 5E | 4D | CA | 35 | 3E | 0 | 15 | F8 | 36 | 37 |
| Octal | 136 | 115 | 312 | 65 | 76 | 0 | 25 | 370 | 66 | 67 |
| Binary | 1011110 | 1001101 | 11001010 | 110101 | 111110 | 0 | 10101 | 11111000 | 110110 | 110111 |
Color Harmonies of #5E4DCA
Complementary color
Monochromatic Colors of #5E4DCA
Black with #5E4DCA
Text Example
Text Example
White with #5E4DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DCA; }
p { color: rgb(94,77,202); }
H1.HeaderClassName
{
color: #5E4DCA;
}
.AnyTagClassName
{
color: #5E4DCA;
}
</style>
background-color css
<style>
a { background-color: #5E4DCA; }
a { background-color: rgb(94,77,202); }
div.DivClassName
{
background-color: #5E4DCA;
}
.BgClassName
{
background-color: #5E4DCA;
}
</style>
border-color css
<style>
span { border-color: #5E4DCA; }
span { border-color: rgb(94,77,202); }
td.TdClassName
{
border-color: #5E4DCA;
}
.TagClassName
{
border-color: #5E4DCA;
}
</style>