Shades of Mamba #866D8E
Tints of Mamba #866D8E
RGB
CMYK
RGB Variations
Color information
#866D8E (or 0x866D8E) is known color: Mamba. HEX triplet: 86, 6D and 8E. RGB value is (134,109,142). Sum of RGB (Red+Green+Blue) = 134+109+142=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #866D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D8E is #799271. Grayscale: #787878. Windows color (decimal): -7967346 or 9334150. OLE color: 9334150.
HSL color Cylindrical-coordinate representation of color #866D8E: hue angle of 285.45º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #866D8E is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 109 | 142 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.44 |
| HSL | 285.45º | 0.13% | 0.49% | - |
| HSV(B) | 285.45º | 0.23% | 0.56% | - |
| XYZ | 20.18 | 17.96 | 27.99 | - |
| YUV | 120.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 142 | 0.06 | 0.23 | 0 | 0.44 | 285.45 | 0.13 | 0.49 |
| Hex | 86 | 6D | 8E | 6 | 17 | 0 | 2C | 11D | D | 31 |
| Octal | 206 | 155 | 216 | 6 | 27 | 0 | 54 | 435 | 15 | 61 |
| Binary | 10000110 | 1101101 | 10001110 | 110 | 10111 | 0 | 101100 | 100011101 | 1101 | 110001 |
Color Harmonies of #866D8E
Complementary color
Monochromatic Colors of #866D8E
Black with #866D8E
Text Example
Text Example
White with #866D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D8E; }
p { color: rgb(134,109,142); }
H1.HeaderClassName
{
color: #866D8E;
}
.AnyTagClassName
{
color: #866D8E;
}
</style>
background-color css
<style>
a { background-color: #866D8E; }
a { background-color: rgb(134,109,142); }
div.DivClassName
{
background-color: #866D8E;
}
.BgClassName
{
background-color: #866D8E;
}
</style>
border-color css
<style>
span { border-color: #866D8E; }
span { border-color: rgb(134,109,142); }
td.TdClassName
{
border-color: #866D8E;
}
.TagClassName
{
border-color: #866D8E;
}
</style>