Shades of Slate Blue #5C4FD7
Tints of Slate Blue #5C4FD7
RGB
CMYK
RGB Variations
Color information
#5C4FD7 (or 0x5C4FD7) is known color: Slate Blue. HEX triplet: 5C, 4F and D7. RGB value is (92,79,215). Sum of RGB (Red+Green+Blue) = 92+79+215=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #5C4FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FD7 is #A3B028. Grayscale: #616161. Windows color (decimal): -10727465 or 14110556. OLE color: 14110556.
HSL color Cylindrical-coordinate representation of color #5C4FD7: hue angle of 245.74º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C4FD7 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 79 | 215 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.16 |
| HSL | 245.74º | 0.63% | 0.58% | - |
| HSV(B) | 245.74º | 0.63% | 0.84% | - |
| XYZ | 19.48 | 12.77 | 65.73 | - |
| YUV | 98.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 215 | 0.57 | 0.63 | 0 | 0.16 | 245.74 | 0.63 | 0.58 |
| Hex | 5C | 4F | D7 | 39 | 3F | 0 | 10 | F6 | 3F | 3A |
| Octal | 134 | 117 | 327 | 71 | 77 | 0 | 20 | 366 | 77 | 72 |
| Binary | 1011100 | 1001111 | 11010111 | 111001 | 111111 | 0 | 10000 | 11110110 | 111111 | 111010 |
Color Harmonies of #5C4FD7
Complementary color
Monochromatic Colors of #5C4FD7
Black with #5C4FD7
Text Example
Text Example
White with #5C4FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4FD7; }
p { color: rgb(92,79,215); }
H1.HeaderClassName
{
color: #5C4FD7;
}
.AnyTagClassName
{
color: #5C4FD7;
}
</style>
background-color css
<style>
a { background-color: #5C4FD7; }
a { background-color: rgb(92,79,215); }
div.DivClassName
{
background-color: #5C4FD7;
}
.BgClassName
{
background-color: #5C4FD7;
}
</style>
border-color css
<style>
span { border-color: #5C4FD7; }
span { border-color: rgb(92,79,215); }
td.TdClassName
{
border-color: #5C4FD7;
}
.TagClassName
{
border-color: #5C4FD7;
}
</style>