Shades of Medium Slate Blue #865EEB
Tints of Medium Slate Blue #865EEB
RGB
CMYK
RGB Variations
Color information
#865EEB (or 0x865EEB) is known color: Medium Slate Blue. HEX triplet: 86, 5E and EB. RGB value is (134,94,235). Sum of RGB (Red+Green+Blue) = 134+94+235=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #865EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EEB is #79A114. Grayscale: #797979. Windows color (decimal): -7971093 or 15425158. OLE color: 15425158.
HSL color Cylindrical-coordinate representation of color #865EEB: hue angle of 257.02º 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 #865EEB is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 94 | 235 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.08 |
| HSL | 257.02º | 0.78% | 0.65% | - |
| HSV(B) | 257.02º | 0.6% | 0.92% | - |
| XYZ | 28.83 | 19.07 | 80.76 | - |
| YUV | 122.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 235 | 0.43 | 0.6 | 0 | 0.08 | 257.02 | 0.78 | 0.65 |
| Hex | 86 | 5E | EB | 2B | 3C | 0 | 8 | 101 | 4E | 41 |
| Octal | 206 | 136 | 353 | 53 | 74 | 0 | 10 | 401 | 116 | 101 |
| Binary | 10000110 | 1011110 | 11101011 | 101011 | 111100 | 0 | 1000 | 100000001 | 1001110 | 1000001 |
Color Harmonies of #865EEB
Complementary color
Monochromatic Colors of #865EEB
Black with #865EEB
Text Example
Text Example
White with #865EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EEB; }
p { color: rgb(134,94,235); }
H1.HeaderClassName
{
color: #865EEB;
}
.AnyTagClassName
{
color: #865EEB;
}
</style>
background-color css
<style>
a { background-color: #865EEB; }
a { background-color: rgb(134,94,235); }
div.DivClassName
{
background-color: #865EEB;
}
.BgClassName
{
background-color: #865EEB;
}
</style>
border-color css
<style>
span { border-color: #865EEB; }
span { border-color: rgb(134,94,235); }
td.TdClassName
{
border-color: #865EEB;
}
.TagClassName
{
border-color: #865EEB;
}
</style>