Shades of Slate Blue #5C4EC9
Tints of Slate Blue #5C4EC9
RGB
CMYK
RGB Variations
Color information
#5C4EC9 (or 0x5C4EC9) is known color: Slate Blue. HEX triplet: 5C, 4E and C9. RGB value is (92,78,201). Sum of RGB (Red+Green+Blue) = 92+78+201=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C4EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EC9 is #A3B136. Grayscale: #5F5F5F. Windows color (decimal): -10727735 or 13192796. OLE color: 13192796.
HSL color Cylindrical-coordinate representation of color #5C4EC9: hue angle of 246.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C4EC9 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 78 | 201 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.21 |
| HSL | 246.83º | 0.53% | 0.55% | - |
| HSV(B) | 246.83º | 0.61% | 0.79% | - |
| XYZ | 17.68 | 11.94 | 56.63 | - |
| YUV | 96.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 201 | 0.54 | 0.61 | 0 | 0.21 | 246.83 | 0.53 | 0.55 |
| Hex | 5C | 4E | C9 | 36 | 3D | 0 | 15 | F7 | 35 | 37 |
| Octal | 134 | 116 | 311 | 66 | 75 | 0 | 25 | 367 | 65 | 67 |
| Binary | 1011100 | 1001110 | 11001001 | 110110 | 111101 | 0 | 10101 | 11110111 | 110101 | 110111 |
Color Harmonies of #5C4EC9
Complementary color
Monochromatic Colors of #5C4EC9
Black with #5C4EC9
Text Example
Text Example
White with #5C4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EC9; }
p { color: rgb(92,78,201); }
H1.HeaderClassName
{
color: #5C4EC9;
}
.AnyTagClassName
{
color: #5C4EC9;
}
</style>
background-color css
<style>
a { background-color: #5C4EC9; }
a { background-color: rgb(92,78,201); }
div.DivClassName
{
background-color: #5C4EC9;
}
.BgClassName
{
background-color: #5C4EC9;
}
</style>
border-color css
<style>
span { border-color: #5C4EC9; }
span { border-color: rgb(92,78,201); }
td.TdClassName
{
border-color: #5C4EC9;
}
.TagClassName
{
border-color: #5C4EC9;
}
</style>