Shades of Slate Blue #5E65CF
Tints of Slate Blue #5E65CF
RGB
CMYK
RGB Variations
Color information
#5E65CF (or 0x5E65CF) is known color: Slate Blue. HEX triplet: 5E, 65 and CF. RGB value is (94,101,207). Sum of RGB (Red+Green+Blue) = 94+101+207=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E65CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65CF is #A19A30. Grayscale: #6E6E6E. Windows color (decimal): -10590769 or 13591902. OLE color: 13591902.
HSL color Cylindrical-coordinate representation of color #5E65CF: hue angle of 236.28º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E65CF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 101 | 207 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.19 |
| HSL | 236.28º | 0.54% | 0.59% | - |
| HSV(B) | 236.28º | 0.55% | 0.81% | - |
| XYZ | 20.53 | 16.19 | 61.07 | - |
| YUV | 110.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 207 | 0.55 | 0.51 | 0 | 0.19 | 236.28 | 0.54 | 0.59 |
| Hex | 5E | 65 | CF | 37 | 33 | 0 | 13 | EC | 36 | 3B |
| Octal | 136 | 145 | 317 | 67 | 63 | 0 | 23 | 354 | 66 | 73 |
| Binary | 1011110 | 1100101 | 11001111 | 110111 | 110011 | 0 | 10011 | 11101100 | 110110 | 111011 |
Color Harmonies of #5E65CF
Complementary color
Monochromatic Colors of #5E65CF
Black with #5E65CF
Text Example
Text Example
White with #5E65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E65CF; }
p { color: rgb(94,101,207); }
H1.HeaderClassName
{
color: #5E65CF;
}
.AnyTagClassName
{
color: #5E65CF;
}
</style>
background-color css
<style>
a { background-color: #5E65CF; }
a { background-color: rgb(94,101,207); }
div.DivClassName
{
background-color: #5E65CF;
}
.BgClassName
{
background-color: #5E65CF;
}
</style>
border-color css
<style>
span { border-color: #5E65CF; }
span { border-color: rgb(94,101,207); }
td.TdClassName
{
border-color: #5E65CF;
}
.TagClassName
{
border-color: #5E65CF;
}
</style>