Shades of Slate Blue #5E4EC8
Tints of Slate Blue #5E4EC8
RGB
CMYK
RGB Variations
Color information
#5E4EC8 (or 0x5E4EC8) is known color: Slate Blue. HEX triplet: 5E, 4E and C8. RGB value is (94,78,200). Sum of RGB (Red+Green+Blue) = 94+78+200=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E4EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EC8 is #A1B137. Grayscale: #606060. Windows color (decimal): -10596664 or 13127262. OLE color: 13127262.
HSL color Cylindrical-coordinate representation of color #5E4EC8: hue angle of 247.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E4EC8 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 78 | 200 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.22 |
| HSL | 247.87º | 0.53% | 0.55% | - |
| HSV(B) | 247.87º | 0.61% | 0.78% | - |
| XYZ | 17.77 | 12 | 56.02 | - |
| YUV | 96.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 200 | 0.53 | 0.61 | 0 | 0.22 | 247.87 | 0.53 | 0.55 |
| Hex | 5E | 4E | C8 | 35 | 3D | 0 | 16 | F8 | 35 | 37 |
| Octal | 136 | 116 | 310 | 65 | 75 | 0 | 26 | 370 | 65 | 67 |
| Binary | 1011110 | 1001110 | 11001000 | 110101 | 111101 | 0 | 10110 | 11111000 | 110101 | 110111 |
Color Harmonies of #5E4EC8
Complementary color
Monochromatic Colors of #5E4EC8
Black with #5E4EC8
Text Example
Text Example
White with #5E4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EC8; }
p { color: rgb(94,78,200); }
H1.HeaderClassName
{
color: #5E4EC8;
}
.AnyTagClassName
{
color: #5E4EC8;
}
</style>
background-color css
<style>
a { background-color: #5E4EC8; }
a { background-color: rgb(94,78,200); }
div.DivClassName
{
background-color: #5E4EC8;
}
.BgClassName
{
background-color: #5E4EC8;
}
</style>
border-color css
<style>
span { border-color: #5E4EC8; }
span { border-color: rgb(94,78,200); }
td.TdClassName
{
border-color: #5E4EC8;
}
.TagClassName
{
border-color: #5E4EC8;
}
</style>