Shades of Mamba #866E90
Tints of Mamba #866E90
RGB
CMYK
RGB Variations
Color information
#866E90 (or 0x866E90) is known color: Mamba. HEX triplet: 86, 6E and 90. RGB value is (134,110,144). Sum of RGB (Red+Green+Blue) = 134+110+144=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #866E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E90 is #79916F. Grayscale: #787878. Windows color (decimal): -7967088 or 9465478. OLE color: 9465478.
HSL color Cylindrical-coordinate representation of color #866E90: hue angle of 282.35º degrees, saturation: 0.13, 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 #866E90 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 110 | 144 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.44 |
| HSL | 282.35º | 0.13% | 0.5% | - |
| HSV(B) | 282.35º | 0.24% | 0.56% | - |
| XYZ | 20.44 | 18.23 | 28.83 | - |
| YUV | 121.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 144 | 0.07 | 0.24 | 0 | 0.44 | 282.35 | 0.13 | 0.5 |
| Hex | 86 | 6E | 90 | 7 | 18 | 0 | 2C | 11A | D | 32 |
| Octal | 206 | 156 | 220 | 7 | 30 | 0 | 54 | 432 | 15 | 62 |
| Binary | 10000110 | 1101110 | 10010000 | 111 | 11000 | 0 | 101100 | 100011010 | 1101 | 110010 |
Color Harmonies of #866E90
Complementary color
Monochromatic Colors of #866E90
Black with #866E90
Text Example
Text Example
White with #866E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E90; }
p { color: rgb(134,110,144); }
H1.HeaderClassName
{
color: #866E90;
}
.AnyTagClassName
{
color: #866E90;
}
</style>
background-color css
<style>
a { background-color: #866E90; }
a { background-color: rgb(134,110,144); }
div.DivClassName
{
background-color: #866E90;
}
.BgClassName
{
background-color: #866E90;
}
</style>
border-color css
<style>
span { border-color: #866E90; }
span { border-color: rgb(134,110,144); }
td.TdClassName
{
border-color: #866E90;
}
.TagClassName
{
border-color: #866E90;
}
</style>