Shades of Medium Slate Blue #866EED
Tints of Medium Slate Blue #866EED
RGB
CMYK
RGB Variations
Color information
#866EED (or 0x866EED) is known color: Medium Slate Blue. HEX triplet: 86, 6E and ED. RGB value is (134,110,237). Sum of RGB (Red+Green+Blue) = 134+110+237=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #866EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EED is #799112. Grayscale: #838383. Windows color (decimal): -7966995 or 15560326. OLE color: 15560326.
HSL color Cylindrical-coordinate representation of color #866EED: hue angle of 251.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866EED is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 110 | 237 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.07 |
| HSL | 251.34º | 0.78% | 0.68% | - |
| HSV(B) | 251.34º | 0.54% | 0.93% | - |
| XYZ | 30.69 | 22.33 | 82.81 | - |
| YUV | 131.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 237 | 0.43 | 0.54 | 0 | 0.07 | 251.34 | 0.78 | 0.68 |
| Hex | 86 | 6E | ED | 2B | 36 | 0 | 7 | FB | 4E | 44 |
| Octal | 206 | 156 | 355 | 53 | 66 | 0 | 7 | 373 | 116 | 104 |
| Binary | 10000110 | 1101110 | 11101101 | 101011 | 110110 | 0 | 111 | 11111011 | 1001110 | 1000100 |
Color Harmonies of #866EED
Complementary color
Monochromatic Colors of #866EED
Black with #866EED
Text Example
Text Example
White with #866EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EED; }
p { color: rgb(134,110,237); }
H1.HeaderClassName
{
color: #866EED;
}
.AnyTagClassName
{
color: #866EED;
}
</style>
background-color css
<style>
a { background-color: #866EED; }
a { background-color: rgb(134,110,237); }
div.DivClassName
{
background-color: #866EED;
}
.BgClassName
{
background-color: #866EED;
}
</style>
border-color css
<style>
span { border-color: #866EED; }
span { border-color: rgb(134,110,237); }
td.TdClassName
{
border-color: #866EED;
}
.TagClassName
{
border-color: #866EED;
}
</style>