Shades of Slate Blue #5E4FCF
Tints of Slate Blue #5E4FCF
RGB
CMYK
RGB Variations
Color information
#5E4FCF (or 0x5E4FCF) is known color: Slate Blue. HEX triplet: 5E, 4F and CF. RGB value is (94,79,207). Sum of RGB (Red+Green+Blue) = 94+79+207=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FCF is #A1B030. Grayscale: #616161. Windows color (decimal): -10596401 or 13586270. OLE color: 13586270.
HSL color Cylindrical-coordinate representation of color #5E4FCF: hue angle of 247.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4FCF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 79 | 207 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.19 |
| HSL | 247.03º | 0.57% | 0.56% | - |
| HSV(B) | 247.03º | 0.62% | 0.81% | - |
| XYZ | 18.67 | 12.48 | 60.46 | - |
| YUV | 98.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 207 | 0.55 | 0.62 | 0 | 0.19 | 247.03 | 0.57 | 0.56 |
| Hex | 5E | 4F | CF | 37 | 3E | 0 | 13 | F7 | 39 | 38 |
| Octal | 136 | 117 | 317 | 67 | 76 | 0 | 23 | 367 | 71 | 70 |
| Binary | 1011110 | 1001111 | 11001111 | 110111 | 111110 | 0 | 10011 | 11110111 | 111001 | 111000 |
Color Harmonies of #5E4FCF
Complementary color
Monochromatic Colors of #5E4FCF
Black with #5E4FCF
Text Example
Text Example
White with #5E4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FCF; }
p { color: rgb(94,79,207); }
H1.HeaderClassName
{
color: #5E4FCF;
}
.AnyTagClassName
{
color: #5E4FCF;
}
</style>
background-color css
<style>
a { background-color: #5E4FCF; }
a { background-color: rgb(94,79,207); }
div.DivClassName
{
background-color: #5E4FCF;
}
.BgClassName
{
background-color: #5E4FCF;
}
</style>
border-color css
<style>
span { border-color: #5E4FCF; }
span { border-color: rgb(94,79,207); }
td.TdClassName
{
border-color: #5E4FCF;
}
.TagClassName
{
border-color: #5E4FCF;
}
</style>