Shades of Mamba #816F8B
Tints of Mamba #816F8B
RGB
CMYK
RGB Variations
Color information
#816F8B (or 0x816F8B) is known color: Mamba. HEX triplet: 81, 6F and 8B. RGB value is (129,111,139). Sum of RGB (Red+Green+Blue) = 129+111+139=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #816F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F8B is #7E9074. Grayscale: #777777. Windows color (decimal): -8294517 or 9138049. OLE color: 9138049.
HSL color Cylindrical-coordinate representation of color #816F8B: hue angle of 278.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #816F8B is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 111 | 139 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.45 |
| HSL | 278.57º | 0.11% | 0.49% | - |
| HSV(B) | 278.57º | 0.2% | 0.55% | - |
| XYZ | 19.4 | 17.9 | 26.86 | - |
| YUV | 119.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 139 | 0.07 | 0.20 | 0 | 0.45 | 278.57 | 0.11 | 0.49 |
| Hex | 81 | 6F | 8B | 7 | 14 | 0 | 2D | 117 | B | 31 |
| Octal | 201 | 157 | 213 | 7 | 24 | 0 | 55 | 427 | 13 | 61 |
| Binary | 10000001 | 1101111 | 10001011 | 111 | 10100 | 0 | 101101 | 100010111 | 1011 | 110001 |
Color Harmonies of #816F8B
Complementary color
Monochromatic Colors of #816F8B
Black with #816F8B
Text Example
Text Example
White with #816F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F8B; }
p { color: rgb(129,111,139); }
H1.HeaderClassName
{
color: #816F8B;
}
.AnyTagClassName
{
color: #816F8B;
}
</style>
background-color css
<style>
a { background-color: #816F8B; }
a { background-color: rgb(129,111,139); }
div.DivClassName
{
background-color: #816F8B;
}
.BgClassName
{
background-color: #816F8B;
}
</style>
border-color css
<style>
span { border-color: #816F8B; }
span { border-color: rgb(129,111,139); }
td.TdClassName
{
border-color: #816F8B;
}
.TagClassName
{
border-color: #816F8B;
}
</style>