Shades of Slate Blue #5C4CE4
Tints of Slate Blue #5C4CE4
RGB
CMYK
RGB Variations
Color information
#5C4CE4 (or 0x5C4CE4) is known color: Slate Blue. HEX triplet: 5C, 4C and E4. RGB value is (92,76,228). Sum of RGB (Red+Green+Blue) = 92+76+228=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 228 (89.45% from 255 or 57.58% from 396); Max value from RGB is 228 - color contains mainly: blue. Hex color #5C4CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CE4 is #A3B31B. Grayscale: #616161. Windows color (decimal): -10728220 or 14961756. OLE color: 14961756.
HSL color Cylindrical-coordinate representation of color #5C4CE4: hue angle of 246.32º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C4CE4 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 76 | 228 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.11 |
| HSL | 246.32º | 0.74% | 0.6% | - |
| HSV(B) | 246.32º | 0.67% | 0.89% | - |
| XYZ | 21 | 13.05 | 74.81 | - |
| YUV | 98.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 228 | 0.60 | 0.67 | 0 | 0.11 | 246.32 | 0.74 | 0.6 |
| Hex | 5C | 4C | E4 | 3C | 43 | 0 | B | F6 | 4A | 3C |
| Octal | 134 | 114 | 344 | 74 | 103 | 0 | 13 | 366 | 112 | 74 |
| Binary | 1011100 | 1001100 | 11100100 | 111100 | 1000011 | 0 | 1011 | 11110110 | 1001010 | 111100 |
Color Harmonies of #5C4CE4
Complementary color
Monochromatic Colors of #5C4CE4
Black with #5C4CE4
Text Example
Text Example
White with #5C4CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4CE4; }
p { color: rgb(92,76,228); }
H1.HeaderClassName
{
color: #5C4CE4;
}
.AnyTagClassName
{
color: #5C4CE4;
}
</style>
background-color css
<style>
a { background-color: #5C4CE4; }
a { background-color: rgb(92,76,228); }
div.DivClassName
{
background-color: #5C4CE4;
}
.BgClassName
{
background-color: #5C4CE4;
}
</style>
border-color css
<style>
span { border-color: #5C4CE4; }
span { border-color: rgb(92,76,228); }
td.TdClassName
{
border-color: #5C4CE4;
}
.TagClassName
{
border-color: #5C4CE4;
}
</style>