Shades of Medium Slate Blue #866CE6
Tints of Medium Slate Blue #866CE6
RGB
CMYK
RGB Variations
Color information
#866CE6 (or 0x866CE6) is known color: Medium Slate Blue. HEX triplet: 86, 6C and E6. RGB value is (134,108,230). Sum of RGB (Red+Green+Blue) = 134+108+230=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #866CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866CE6 is #799319. Grayscale: #818181. Windows color (decimal): -7967514 or 15101062. OLE color: 15101062.
HSL color Cylindrical-coordinate representation of color #866CE6: hue angle of 252.79º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866CE6 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 108 | 230 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.10 |
| HSL | 252.79º | 0.71% | 0.66% | - |
| HSV(B) | 252.79º | 0.53% | 0.9% | - |
| XYZ | 29.48 | 21.51 | 77.46 | - |
| YUV | 129.68 | 184.61 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 230 | 0.42 | 0.53 | 0 | 0.10 | 252.79 | 0.71 | 0.66 |
| Hex | 86 | 6C | E6 | 2A | 35 | 0 | A | FD | 47 | 42 |
| Octal | 206 | 154 | 346 | 52 | 65 | 0 | 12 | 375 | 107 | 102 |
| Binary | 10000110 | 1101100 | 11100110 | 101010 | 110101 | 0 | 1010 | 11111101 | 1000111 | 1000010 |
Color Harmonies of #866CE6
Complementary color
Monochromatic Colors of #866CE6
Black with #866CE6
Text Example
Text Example
White with #866CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CE6; }
p { color: rgb(134,108,230); }
H1.HeaderClassName
{
color: #866CE6;
}
.AnyTagClassName
{
color: #866CE6;
}
</style>
background-color css
<style>
a { background-color: #866CE6; }
a { background-color: rgb(134,108,230); }
div.DivClassName
{
background-color: #866CE6;
}
.BgClassName
{
background-color: #866CE6;
}
</style>
border-color css
<style>
span { border-color: #866CE6; }
span { border-color: rgb(134,108,230); }
td.TdClassName
{
border-color: #866CE6;
}
.TagClassName
{
border-color: #866CE6;
}
</style>