Shades of Slate Blue #5E4CBF
Tints of Slate Blue #5E4CBF
RGB
CMYK
RGB Variations
Color information
#5E4CBF (or 0x5E4CBF) is known color: Slate Blue. HEX triplet: 5E, 4C and BF. RGB value is (94,76,191). Sum of RGB (Red+Green+Blue) = 94+76+191=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CBF is #A1B340. Grayscale: #5E5E5E. Windows color (decimal): -10597185 or 12536926. OLE color: 12536926.
HSL color Cylindrical-coordinate representation of color #5E4CBF: hue angle of 249.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4CBF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 76 | 191 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.25 |
| HSL | 249.39º | 0.47% | 0.52% | - |
| HSV(B) | 249.39º | 0.6% | 0.75% | - |
| XYZ | 16.6 | 11.31 | 50.6 | - |
| YUV | 94.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 191 | 0.51 | 0.60 | 0 | 0.25 | 249.39 | 0.47 | 0.52 |
| Hex | 5E | 4C | BF | 33 | 3C | 0 | 19 | F9 | 2F | 34 |
| Octal | 136 | 114 | 277 | 63 | 74 | 0 | 31 | 371 | 57 | 64 |
| Binary | 1011110 | 1001100 | 10111111 | 110011 | 111100 | 0 | 11001 | 11111001 | 101111 | 110100 |
Color Harmonies of #5E4CBF
Complementary color
Monochromatic Colors of #5E4CBF
Black with #5E4CBF
Text Example
Text Example
White with #5E4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4CBF; }
p { color: rgb(94,76,191); }
H1.HeaderClassName
{
color: #5E4CBF;
}
.AnyTagClassName
{
color: #5E4CBF;
}
</style>
background-color css
<style>
a { background-color: #5E4CBF; }
a { background-color: rgb(94,76,191); }
div.DivClassName
{
background-color: #5E4CBF;
}
.BgClassName
{
background-color: #5E4CBF;
}
</style>
border-color css
<style>
span { border-color: #5E4CBF; }
span { border-color: rgb(94,76,191); }
td.TdClassName
{
border-color: #5E4CBF;
}
.TagClassName
{
border-color: #5E4CBF;
}
</style>