Shades of Slate Blue #5E4BCE
Tints of Slate Blue #5E4BCE
RGB
CMYK
RGB Variations
Color information
#5E4BCE (or 0x5E4BCE) is known color: Slate Blue. HEX triplet: 5E, 4B and CE. RGB value is (94,75,206). Sum of RGB (Red+Green+Blue) = 94+75+206=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E4BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4BCE is #A1B431. Grayscale: #5F5F5F. Windows color (decimal): -10597426 or 13519710. OLE color: 13519710.
HSL color Cylindrical-coordinate representation of color #5E4BCE: hue angle of 248.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4BCE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 75 | 206 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.19 |
| HSL | 248.7º | 0.57% | 0.55% | - |
| HSV(B) | 248.7º | 0.64% | 0.81% | - |
| XYZ | 18.27 | 11.87 | 59.72 | - |
| YUV | 95.62 | 190.29 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 206 | 0.54 | 0.64 | 0 | 0.19 | 248.7 | 0.57 | 0.55 |
| Hex | 5E | 4B | CE | 36 | 40 | 0 | 13 | F9 | 39 | 37 |
| Octal | 136 | 113 | 316 | 66 | 100 | 0 | 23 | 371 | 71 | 67 |
| Binary | 1011110 | 1001011 | 11001110 | 110110 | 1000000 | 0 | 10011 | 11111001 | 111001 | 110111 |
Color Harmonies of #5E4BCE
Complementary color
Monochromatic Colors of #5E4BCE
Black with #5E4BCE
Text Example
Text Example
White with #5E4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BCE; }
p { color: rgb(94,75,206); }
H1.HeaderClassName
{
color: #5E4BCE;
}
.AnyTagClassName
{
color: #5E4BCE;
}
</style>
background-color css
<style>
a { background-color: #5E4BCE; }
a { background-color: rgb(94,75,206); }
div.DivClassName
{
background-color: #5E4BCE;
}
.BgClassName
{
background-color: #5E4BCE;
}
</style>
border-color css
<style>
span { border-color: #5E4BCE; }
span { border-color: rgb(94,75,206); }
td.TdClassName
{
border-color: #5E4BCE;
}
.TagClassName
{
border-color: #5E4BCE;
}
</style>