Shades of Mamba #866D90
Tints of Mamba #866D90
RGB
CMYK
RGB Variations
Color information
#866D90 (or 0x866D90) is known color: Mamba. HEX triplet: 86, 6D and 90. RGB value is (134,109,144). Sum of RGB (Red+Green+Blue) = 134+109+144=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #866D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D90 is #79926F. Grayscale: #787878. Windows color (decimal): -7967344 or 9465222. OLE color: 9465222.
HSL color Cylindrical-coordinate representation of color #866D90: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866D90 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 109 | 144 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.44 |
| HSL | 282.86º | 0.14% | 0.5% | - |
| HSV(B) | 282.86º | 0.24% | 0.56% | - |
| XYZ | 20.33 | 18.02 | 28.79 | - |
| YUV | 120.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 144 | 0.07 | 0.24 | 0 | 0.44 | 282.86 | 0.14 | 0.5 |
| Hex | 86 | 6D | 90 | 7 | 18 | 0 | 2C | 11B | E | 32 |
| Octal | 206 | 155 | 220 | 7 | 30 | 0 | 54 | 433 | 16 | 62 |
| Binary | 10000110 | 1101101 | 10010000 | 111 | 11000 | 0 | 101100 | 100011011 | 1110 | 110010 |
Color Harmonies of #866D90
Complementary color
Monochromatic Colors of #866D90
Black with #866D90
Text Example
Text Example
White with #866D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D90; }
p { color: rgb(134,109,144); }
H1.HeaderClassName
{
color: #866D90;
}
.AnyTagClassName
{
color: #866D90;
}
</style>
background-color css
<style>
a { background-color: #866D90; }
a { background-color: rgb(134,109,144); }
div.DivClassName
{
background-color: #866D90;
}
.BgClassName
{
background-color: #866D90;
}
</style>
border-color css
<style>
span { border-color: #866D90; }
span { border-color: rgb(134,109,144); }
td.TdClassName
{
border-color: #866D90;
}
.TagClassName
{
border-color: #866D90;
}
</style>