Shades of Slate Blue #5E4FCE
Tints of Slate Blue #5E4FCE
RGB
CMYK
RGB Variations
Color information
#5E4FCE (or 0x5E4FCE) is known color: Slate Blue. HEX triplet: 5E, 4F and CE. RGB value is (94,79,206). Sum of RGB (Red+Green+Blue) = 94+79+206=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FCE is #A1B031. Grayscale: #616161. Windows color (decimal): -10596402 or 13520734. OLE color: 13520734.
HSL color Cylindrical-coordinate representation of color #5E4FCE: hue angle of 247.09º degrees, saturation: 0.56, 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 #5E4FCE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 79 | 206 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.19 |
| HSL | 247.09º | 0.56% | 0.56% | - |
| HSV(B) | 247.09º | 0.62% | 0.81% | - |
| XYZ | 18.55 | 12.43 | 59.81 | - |
| YUV | 97.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 206 | 0.54 | 0.62 | 0 | 0.19 | 247.09 | 0.56 | 0.56 |
| Hex | 5E | 4F | CE | 36 | 3E | 0 | 13 | F7 | 38 | 38 |
| Octal | 136 | 117 | 316 | 66 | 76 | 0 | 23 | 367 | 70 | 70 |
| Binary | 1011110 | 1001111 | 11001110 | 110110 | 111110 | 0 | 10011 | 11110111 | 111000 | 111000 |
Color Harmonies of #5E4FCE
Complementary color
Monochromatic Colors of #5E4FCE
Black with #5E4FCE
Text Example
Text Example
White with #5E4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FCE; }
p { color: rgb(94,79,206); }
H1.HeaderClassName
{
color: #5E4FCE;
}
.AnyTagClassName
{
color: #5E4FCE;
}
</style>
background-color css
<style>
a { background-color: #5E4FCE; }
a { background-color: rgb(94,79,206); }
div.DivClassName
{
background-color: #5E4FCE;
}
.BgClassName
{
background-color: #5E4FCE;
}
</style>
border-color css
<style>
span { border-color: #5E4FCE; }
span { border-color: rgb(94,79,206); }
td.TdClassName
{
border-color: #5E4FCE;
}
.TagClassName
{
border-color: #5E4FCE;
}
</style>