Shades of Medium Slate Blue #866AED
Tints of Medium Slate Blue #866AED
RGB
CMYK
RGB Variations
Color information
#866AED (or 0x866AED) is known color: Medium Slate Blue. HEX triplet: 86, 6A and ED. RGB value is (134,106,237). Sum of RGB (Red+Green+Blue) = 134+106+237=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #866AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866AED is #799512. Grayscale: #808080. Windows color (decimal): -7968019 or 15559302. OLE color: 15559302.
HSL color Cylindrical-coordinate representation of color #866AED: hue angle of 252.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866AED is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 106 | 237 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.07 |
| HSL | 252.82º | 0.78% | 0.67% | - |
| HSV(B) | 252.82º | 0.55% | 0.93% | - |
| XYZ | 30.27 | 21.49 | 82.67 | - |
| YUV | 129.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 237 | 0.43 | 0.55 | 0 | 0.07 | 252.82 | 0.78 | 0.67 |
| Hex | 86 | 6A | ED | 2B | 37 | 0 | 7 | FD | 4E | 43 |
| Octal | 206 | 152 | 355 | 53 | 67 | 0 | 7 | 375 | 116 | 103 |
| Binary | 10000110 | 1101010 | 11101101 | 101011 | 110111 | 0 | 111 | 11111101 | 1001110 | 1000011 |
Color Harmonies of #866AED
Complementary color
Monochromatic Colors of #866AED
Black with #866AED
Text Example
Text Example
White with #866AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AED; }
p { color: rgb(134,106,237); }
H1.HeaderClassName
{
color: #866AED;
}
.AnyTagClassName
{
color: #866AED;
}
</style>
background-color css
<style>
a { background-color: #866AED; }
a { background-color: rgb(134,106,237); }
div.DivClassName
{
background-color: #866AED;
}
.BgClassName
{
background-color: #866AED;
}
</style>
border-color css
<style>
span { border-color: #866AED; }
span { border-color: rgb(134,106,237); }
td.TdClassName
{
border-color: #866AED;
}
.TagClassName
{
border-color: #866AED;
}
</style>