Shades of Slate Blue #5E4ACF
Tints of Slate Blue #5E4ACF
RGB
CMYK
RGB Variations
Color information
#5E4ACF (or 0x5E4ACF) is known color: Slate Blue. HEX triplet: 5E, 4A and CF. RGB value is (94,74,207). Sum of RGB (Red+Green+Blue) = 94+74+207=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ACF is #A1B530. Grayscale: #5E5E5E. Windows color (decimal): -10597681 or 13584990. OLE color: 13584990.
HSL color Cylindrical-coordinate representation of color #5E4ACF: hue angle of 249.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4ACF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 74 | 207 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.19 |
| HSL | 249.02º | 0.58% | 0.55% | - |
| HSV(B) | 249.02º | 0.64% | 0.81% | - |
| XYZ | 18.33 | 11.78 | 60.34 | - |
| YUV | 95.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 207 | 0.55 | 0.64 | 0 | 0.19 | 249.02 | 0.58 | 0.55 |
| Hex | 5E | 4A | CF | 37 | 40 | 0 | 13 | F9 | 3A | 37 |
| Octal | 136 | 112 | 317 | 67 | 100 | 0 | 23 | 371 | 72 | 67 |
| Binary | 1011110 | 1001010 | 11001111 | 110111 | 1000000 | 0 | 10011 | 11111001 | 111010 | 110111 |
Color Harmonies of #5E4ACF
Complementary color
Monochromatic Colors of #5E4ACF
Black with #5E4ACF
Text Example
Text Example
White with #5E4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4ACF; }
p { color: rgb(94,74,207); }
H1.HeaderClassName
{
color: #5E4ACF;
}
.AnyTagClassName
{
color: #5E4ACF;
}
</style>
background-color css
<style>
a { background-color: #5E4ACF; }
a { background-color: rgb(94,74,207); }
div.DivClassName
{
background-color: #5E4ACF;
}
.BgClassName
{
background-color: #5E4ACF;
}
</style>
border-color css
<style>
span { border-color: #5E4ACF; }
span { border-color: rgb(94,74,207); }
td.TdClassName
{
border-color: #5E4ACF;
}
.TagClassName
{
border-color: #5E4ACF;
}
</style>