Shades of Medium Slate Blue #866EE6
Tints of Medium Slate Blue #866EE6
RGB
CMYK
RGB Variations
Color information
#866EE6 (or 0x866EE6) is known color: Medium Slate Blue. HEX triplet: 86, 6E and E6. RGB value is (134,110,230). Sum of RGB (Red+Green+Blue) = 134+110+230=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #866EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EE6 is #799119. Grayscale: #828282. Windows color (decimal): -7967002 or 15101574. OLE color: 15101574.
HSL color Cylindrical-coordinate representation of color #866EE6: hue angle of 252º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866EE6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 110 | 230 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.10 |
| HSL | 252º | 0.71% | 0.67% | - |
| HSV(B) | 252º | 0.52% | 0.9% | - |
| XYZ | 29.69 | 21.93 | 77.53 | - |
| YUV | 130.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 230 | 0.42 | 0.52 | 0 | 0.10 | 252 | 0.71 | 0.67 |
| Hex | 86 | 6E | E6 | 2A | 34 | 0 | A | FC | 47 | 43 |
| Octal | 206 | 156 | 346 | 52 | 64 | 0 | 12 | 374 | 107 | 103 |
| Binary | 10000110 | 1101110 | 11100110 | 101010 | 110100 | 0 | 1010 | 11111100 | 1000111 | 1000011 |
Color Harmonies of #866EE6
Complementary color
Monochromatic Colors of #866EE6
Black with #866EE6
Text Example
Text Example
White with #866EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EE6; }
p { color: rgb(134,110,230); }
H1.HeaderClassName
{
color: #866EE6;
}
.AnyTagClassName
{
color: #866EE6;
}
</style>
background-color css
<style>
a { background-color: #866EE6; }
a { background-color: rgb(134,110,230); }
div.DivClassName
{
background-color: #866EE6;
}
.BgClassName
{
background-color: #866EE6;
}
</style>
border-color css
<style>
span { border-color: #866EE6; }
span { border-color: rgb(134,110,230); }
td.TdClassName
{
border-color: #866EE6;
}
.TagClassName
{
border-color: #866EE6;
}
</style>