Shades of Slate Blue #5E4CCF
Tints of Slate Blue #5E4CCF
RGB
CMYK
RGB Variations
Color information
#5E4CCF (or 0x5E4CCF) is known color: Slate Blue. HEX triplet: 5E, 4C and CF. RGB value is (94,76,207). Sum of RGB (Red+Green+Blue) = 94+76+207=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CCF is #A1B330. Grayscale: #5F5F5F. Windows color (decimal): -10597169 or 13585502. OLE color: 13585502.
HSL color Cylindrical-coordinate representation of color #5E4CCF: hue angle of 248.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E4CCF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 76 | 207 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.19 |
| HSL | 248.24º | 0.58% | 0.55% | - |
| HSV(B) | 248.24º | 0.63% | 0.81% | - |
| XYZ | 18.46 | 12.05 | 60.38 | - |
| YUV | 96.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 207 | 0.55 | 0.63 | 0 | 0.19 | 248.24 | 0.58 | 0.55 |
| Hex | 5E | 4C | CF | 37 | 3F | 0 | 13 | F8 | 3A | 37 |
| Octal | 136 | 114 | 317 | 67 | 77 | 0 | 23 | 370 | 72 | 67 |
| Binary | 1011110 | 1001100 | 11001111 | 110111 | 111111 | 0 | 10011 | 11111000 | 111010 | 110111 |
Color Harmonies of #5E4CCF
Complementary color
Monochromatic Colors of #5E4CCF
Black with #5E4CCF
Text Example
Text Example
White with #5E4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4CCF; }
p { color: rgb(94,76,207); }
H1.HeaderClassName
{
color: #5E4CCF;
}
.AnyTagClassName
{
color: #5E4CCF;
}
</style>
background-color css
<style>
a { background-color: #5E4CCF; }
a { background-color: rgb(94,76,207); }
div.DivClassName
{
background-color: #5E4CCF;
}
.BgClassName
{
background-color: #5E4CCF;
}
</style>
border-color css
<style>
span { border-color: #5E4CCF; }
span { border-color: rgb(94,76,207); }
td.TdClassName
{
border-color: #5E4CCF;
}
.TagClassName
{
border-color: #5E4CCF;
}
</style>