Shades of Slate Blue #5E4ACB
Tints of Slate Blue #5E4ACB
RGB
CMYK
RGB Variations
Color information
#5E4ACB (or 0x5E4ACB) is known color: Slate Blue. HEX triplet: 5E, 4A and CB. RGB value is (94,74,203). Sum of RGB (Red+Green+Blue) = 94+74+203=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ACB is #A1B534. Grayscale: #5E5E5E. Windows color (decimal): -10597685 or 13322846. OLE color: 13322846.
HSL color Cylindrical-coordinate representation of color #5E4ACB: hue angle of 249.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4ACB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 74 | 203 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.20 |
| HSL | 249.3º | 0.55% | 0.54% | - |
| HSV(B) | 249.3º | 0.64% | 0.8% | - |
| XYZ | 17.84 | 11.59 | 57.8 | - |
| YUV | 94.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 203 | 0.54 | 0.64 | 0 | 0.20 | 249.3 | 0.55 | 0.54 |
| Hex | 5E | 4A | CB | 36 | 40 | 0 | 14 | F9 | 37 | 36 |
| Octal | 136 | 112 | 313 | 66 | 100 | 0 | 24 | 371 | 67 | 66 |
| Binary | 1011110 | 1001010 | 11001011 | 110110 | 1000000 | 0 | 10100 | 11111001 | 110111 | 110110 |
Color Harmonies of #5E4ACB
Complementary color
Monochromatic Colors of #5E4ACB
Black with #5E4ACB
Text Example
Text Example
White with #5E4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4ACB; }
p { color: rgb(94,74,203); }
H1.HeaderClassName
{
color: #5E4ACB;
}
.AnyTagClassName
{
color: #5E4ACB;
}
</style>
background-color css
<style>
a { background-color: #5E4ACB; }
a { background-color: rgb(94,74,203); }
div.DivClassName
{
background-color: #5E4ACB;
}
.BgClassName
{
background-color: #5E4ACB;
}
</style>
border-color css
<style>
span { border-color: #5E4ACB; }
span { border-color: rgb(94,74,203); }
td.TdClassName
{
border-color: #5E4ACB;
}
.TagClassName
{
border-color: #5E4ACB;
}
</style>