Shades of Medium Slate Blue #866BEE
Tints of Medium Slate Blue #866BEE
RGB
CMYK
RGB Variations
Color information
#866BEE (or 0x866BEE) is known color: Medium Slate Blue. HEX triplet: 86, 6B and EE. RGB value is (134,107,238). Sum of RGB (Red+Green+Blue) = 134+107+238=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #866BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BEE is #799411. Grayscale: #818181. Windows color (decimal): -7967762 or 15625094. OLE color: 15625094.
HSL color Cylindrical-coordinate representation of color #866BEE: hue angle of 252.37º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866BEE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 107 | 238 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.07 |
| HSL | 252.37º | 0.79% | 0.68% | - |
| HSV(B) | 252.37º | 0.55% | 0.93% | - |
| XYZ | 30.52 | 21.76 | 83.48 | - |
| YUV | 130.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 238 | 0.44 | 0.55 | 0 | 0.07 | 252.37 | 0.79 | 0.68 |
| Hex | 86 | 6B | EE | 2C | 37 | 0 | 7 | FC | 4F | 44 |
| Octal | 206 | 153 | 356 | 54 | 67 | 0 | 7 | 374 | 117 | 104 |
| Binary | 10000110 | 1101011 | 11101110 | 101100 | 110111 | 0 | 111 | 11111100 | 1001111 | 1000100 |
Color Harmonies of #866BEE
Complementary color
Monochromatic Colors of #866BEE
Black with #866BEE
Text Example
Text Example
White with #866BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BEE; }
p { color: rgb(134,107,238); }
H1.HeaderClassName
{
color: #866BEE;
}
.AnyTagClassName
{
color: #866BEE;
}
</style>
background-color css
<style>
a { background-color: #866BEE; }
a { background-color: rgb(134,107,238); }
div.DivClassName
{
background-color: #866BEE;
}
.BgClassName
{
background-color: #866BEE;
}
</style>
border-color css
<style>
span { border-color: #866BEE; }
span { border-color: rgb(134,107,238); }
td.TdClassName
{
border-color: #866BEE;
}
.TagClassName
{
border-color: #866BEE;
}
</style>