Shades of Mamba #816B8B
Tints of Mamba #816B8B
RGB
CMYK
RGB Variations
Color information
#816B8B (or 0x816B8B) is known color: Mamba. HEX triplet: 81, 6B and 8B. RGB value is (129,107,139). Sum of RGB (Red+Green+Blue) = 129+107+139=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #816B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B8B is #7E9474. Grayscale: #757575. Windows color (decimal): -8295541 or 9137025. OLE color: 9137025.
HSL color Cylindrical-coordinate representation of color #816B8B: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816B8B is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 107 | 139 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.45 |
| HSL | 281.25º | 0.13% | 0.48% | - |
| HSV(B) | 281.25º | 0.23% | 0.55% | - |
| XYZ | 18.97 | 17.05 | 26.72 | - |
| YUV | 117.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 139 | 0.07 | 0.23 | 0 | 0.45 | 281.25 | 0.13 | 0.48 |
| Hex | 81 | 6B | 8B | 7 | 17 | 0 | 2D | 119 | D | 30 |
| Octal | 201 | 153 | 213 | 7 | 27 | 0 | 55 | 431 | 15 | 60 |
| Binary | 10000001 | 1101011 | 10001011 | 111 | 10111 | 0 | 101101 | 100011001 | 1101 | 110000 |
Color Harmonies of #816B8B
Complementary color
Monochromatic Colors of #816B8B
Black with #816B8B
Text Example
Text Example
White with #816B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B8B; }
p { color: rgb(129,107,139); }
H1.HeaderClassName
{
color: #816B8B;
}
.AnyTagClassName
{
color: #816B8B;
}
</style>
background-color css
<style>
a { background-color: #816B8B; }
a { background-color: rgb(129,107,139); }
div.DivClassName
{
background-color: #816B8B;
}
.BgClassName
{
background-color: #816B8B;
}
</style>
border-color css
<style>
span { border-color: #816B8B; }
span { border-color: rgb(129,107,139); }
td.TdClassName
{
border-color: #816B8B;
}
.TagClassName
{
border-color: #816B8B;
}
</style>