Shades of Medium Slate Blue #866CEA
Tints of Medium Slate Blue #866CEA
RGB
CMYK
RGB Variations
Color information
#866CEA (or 0x866CEA) is known color: Medium Slate Blue. HEX triplet: 86, 6C and EA. RGB value is (134,108,234). Sum of RGB (Red+Green+Blue) = 134+108+234=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #866CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866CEA is #799315. Grayscale: #818181. Windows color (decimal): -7967510 or 15363206. OLE color: 15363206.
HSL color Cylindrical-coordinate representation of color #866CEA: hue angle of 252.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866CEA is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 108 | 234 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.08 |
| HSL | 252.38º | 0.75% | 0.67% | - |
| HSV(B) | 252.38º | 0.54% | 0.92% | - |
| XYZ | 30.05 | 21.73 | 80.45 | - |
| YUV | 130.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 234 | 0.43 | 0.54 | 0 | 0.08 | 252.38 | 0.75 | 0.67 |
| Hex | 86 | 6C | EA | 2B | 36 | 0 | 8 | FC | 4B | 43 |
| Octal | 206 | 154 | 352 | 53 | 66 | 0 | 10 | 374 | 113 | 103 |
| Binary | 10000110 | 1101100 | 11101010 | 101011 | 110110 | 0 | 1000 | 11111100 | 1001011 | 1000011 |
Color Harmonies of #866CEA
Complementary color
Monochromatic Colors of #866CEA
Black with #866CEA
Text Example
Text Example
White with #866CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CEA; }
p { color: rgb(134,108,234); }
H1.HeaderClassName
{
color: #866CEA;
}
.AnyTagClassName
{
color: #866CEA;
}
</style>
background-color css
<style>
a { background-color: #866CEA; }
a { background-color: rgb(134,108,234); }
div.DivClassName
{
background-color: #866CEA;
}
.BgClassName
{
background-color: #866CEA;
}
</style>
border-color css
<style>
span { border-color: #866CEA; }
span { border-color: rgb(134,108,234); }
td.TdClassName
{
border-color: #866CEA;
}
.TagClassName
{
border-color: #866CEA;
}
</style>