Shades of Medium Slate Blue #5E66EB
Tints of Medium Slate Blue #5E66EB
RGB
CMYK
RGB Variations
Color information
#5E66EB (or 0x5E66EB) is known color: Medium Slate Blue. HEX triplet: 5E, 66 and EB. RGB value is (94,102,235). Sum of RGB (Red+Green+Blue) = 94+102+235=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E66EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E66EB is #A19914. Grayscale: #727272. Windows color (decimal): -10590485 or 15427166. OLE color: 15427166.
HSL color Cylindrical-coordinate representation of color #5E66EB: hue angle of 236.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E66EB is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 102 | 235 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.08 |
| HSL | 236.6º | 0.78% | 0.65% | - |
| HSV(B) | 236.6º | 0.6% | 0.92% | - |
| XYZ | 24.36 | 17.88 | 80.76 | - |
| YUV | 114.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 235 | 0.6 | 0.57 | 0 | 0.08 | 236.6 | 0.78 | 0.65 |
| Hex | 5E | 66 | EB | 3C | 39 | 0 | 8 | ED | 4E | 41 |
| Octal | 136 | 146 | 353 | 74 | 71 | 0 | 10 | 355 | 116 | 101 |
| Binary | 1011110 | 1100110 | 11101011 | 111100 | 111001 | 0 | 1000 | 11101101 | 1001110 | 1000001 |
Color Harmonies of #5E66EB
Complementary color
Monochromatic Colors of #5E66EB
Black with #5E66EB
Text Example
Text Example
White with #5E66EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E66EB; }
p { color: rgb(94,102,235); }
H1.HeaderClassName
{
color: #5E66EB;
}
.AnyTagClassName
{
color: #5E66EB;
}
</style>
background-color css
<style>
a { background-color: #5E66EB; }
a { background-color: rgb(94,102,235); }
div.DivClassName
{
background-color: #5E66EB;
}
.BgClassName
{
background-color: #5E66EB;
}
</style>
border-color css
<style>
span { border-color: #5E66EB; }
span { border-color: rgb(94,102,235); }
td.TdClassName
{
border-color: #5E66EB;
}
.TagClassName
{
border-color: #5E66EB;
}
</style>