Shades of Slate Blue #5E4FCC
Tints of Slate Blue #5E4FCC
RGB
CMYK
RGB Variations
Color information
#5E4FCC (or 0x5E4FCC) is known color: Slate Blue. HEX triplet: 5E, 4F and CC. RGB value is (94,79,204). Sum of RGB (Red+Green+Blue) = 94+79+204=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FCC is #A1B033. Grayscale: #616161. Windows color (decimal): -10596404 or 13389662. OLE color: 13389662.
HSL color Cylindrical-coordinate representation of color #5E4FCC: hue angle of 247.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E4FCC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 79 | 204 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.2 |
| HSL | 247.2º | 0.55% | 0.55% | - |
| HSV(B) | 247.2º | 0.61% | 0.8% | - |
| XYZ | 18.31 | 12.33 | 58.54 | - |
| YUV | 97.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 204 | 0.54 | 0.61 | 0 | 0.2 | 247.2 | 0.55 | 0.55 |
| Hex | 5E | 4F | CC | 36 | 3D | 0 | 14 | F7 | 37 | 37 |
| Octal | 136 | 117 | 314 | 66 | 75 | 0 | 24 | 367 | 67 | 67 |
| Binary | 1011110 | 1001111 | 11001100 | 110110 | 111101 | 0 | 10100 | 11110111 | 110111 | 110111 |
Color Harmonies of #5E4FCC
Complementary color
Monochromatic Colors of #5E4FCC
Black with #5E4FCC
Text Example
Text Example
White with #5E4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FCC; }
p { color: rgb(94,79,204); }
H1.HeaderClassName
{
color: #5E4FCC;
}
.AnyTagClassName
{
color: #5E4FCC;
}
</style>
background-color css
<style>
a { background-color: #5E4FCC; }
a { background-color: rgb(94,79,204); }
div.DivClassName
{
background-color: #5E4FCC;
}
.BgClassName
{
background-color: #5E4FCC;
}
</style>
border-color css
<style>
span { border-color: #5E4FCC; }
span { border-color: rgb(94,79,204); }
td.TdClassName
{
border-color: #5E4FCC;
}
.TagClassName
{
border-color: #5E4FCC;
}
</style>