Shades of Slate Blue #5E4EC6
Tints of Slate Blue #5E4EC6
RGB
CMYK
RGB Variations
Color information
#5E4EC6 (or 0x5E4EC6) is known color: Slate Blue. HEX triplet: 5E, 4E and C6. RGB value is (94,78,198). Sum of RGB (Red+Green+Blue) = 94+78+198=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E4EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EC6 is #A1B139. Grayscale: #606060. Windows color (decimal): -10596666 or 12996190. OLE color: 12996190.
HSL color Cylindrical-coordinate representation of color #5E4EC6: hue angle of 248º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E4EC6 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 78 | 198 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.22 |
| HSL | 248º | 0.51% | 0.54% | - |
| HSV(B) | 248º | 0.61% | 0.78% | - |
| XYZ | 17.53 | 11.91 | 54.8 | - |
| YUV | 96.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 198 | 0.53 | 0.61 | 0 | 0.22 | 248 | 0.51 | 0.54 |
| Hex | 5E | 4E | C6 | 35 | 3D | 0 | 16 | F8 | 33 | 36 |
| Octal | 136 | 116 | 306 | 65 | 75 | 0 | 26 | 370 | 63 | 66 |
| Binary | 1011110 | 1001110 | 11000110 | 110101 | 111101 | 0 | 10110 | 11111000 | 110011 | 110110 |
Color Harmonies of #5E4EC6
Complementary color
Monochromatic Colors of #5E4EC6
Black with #5E4EC6
Text Example
Text Example
White with #5E4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EC6; }
p { color: rgb(94,78,198); }
H1.HeaderClassName
{
color: #5E4EC6;
}
.AnyTagClassName
{
color: #5E4EC6;
}
</style>
background-color css
<style>
a { background-color: #5E4EC6; }
a { background-color: rgb(94,78,198); }
div.DivClassName
{
background-color: #5E4EC6;
}
.BgClassName
{
background-color: #5E4EC6;
}
</style>
border-color css
<style>
span { border-color: #5E4EC6; }
span { border-color: rgb(94,78,198); }
td.TdClassName
{
border-color: #5E4EC6;
}
.TagClassName
{
border-color: #5E4EC6;
}
</style>