Shades of Mamba #816789
Tints of Mamba #816789
RGB
CMYK
RGB Variations
Color information
#816789 (or 0x816789) is known color: Mamba. HEX triplet: 81, 67 and 89. RGB value is (129,103,137). Sum of RGB (Red+Green+Blue) = 129+103+137=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #816789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816789 is #7E9876. Grayscale: #727272. Windows color (decimal): -8296567 or 9004929. OLE color: 9004929.
HSL color Cylindrical-coordinate representation of color #816789: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816789 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 103 | 137 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.46 |
| HSL | 285.88º | 0.14% | 0.47% | - |
| HSV(B) | 285.88º | 0.25% | 0.54% | - |
| XYZ | 18.42 | 16.17 | 25.82 | - |
| YUV | 114.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 137 | 0.06 | 0.25 | 0 | 0.46 | 285.88 | 0.14 | 0.47 |
| Hex | 81 | 67 | 89 | 6 | 19 | 0 | 2E | 11E | E | 2F |
| Octal | 201 | 147 | 211 | 6 | 31 | 0 | 56 | 436 | 16 | 57 |
| Binary | 10000001 | 1100111 | 10001001 | 110 | 11001 | 0 | 101110 | 100011110 | 1110 | 101111 |
Color Harmonies of #816789
Complementary color
Monochromatic Colors of #816789
Black with #816789
Text Example
Text Example
White with #816789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816789; }
p { color: rgb(129,103,137); }
H1.HeaderClassName
{
color: #816789;
}
.AnyTagClassName
{
color: #816789;
}
</style>
background-color css
<style>
a { background-color: #816789; }
a { background-color: rgb(129,103,137); }
div.DivClassName
{
background-color: #816789;
}
.BgClassName
{
background-color: #816789;
}
</style>
border-color css
<style>
span { border-color: #816789; }
span { border-color: rgb(129,103,137); }
td.TdClassName
{
border-color: #816789;
}
.TagClassName
{
border-color: #816789;
}
</style>