Shades of Mamba #806D8B
Tints of Mamba #806D8B
RGB
CMYK
RGB Variations
Color information
#806D8B (or 0x806D8B) is known color: Mamba. HEX triplet: 80, 6D and 8B. RGB value is (128,109,139). Sum of RGB (Red+Green+Blue) = 128+109+139=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #806D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D8B is #7F9274. Grayscale: #767676. Windows color (decimal): -8360565 or 9137536. OLE color: 9137536.
HSL color Cylindrical-coordinate representation of color #806D8B: hue angle of 278º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806D8B is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 109 | 139 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.45 |
| HSL | 278º | 0.12% | 0.49% | - |
| HSV(B) | 278º | 0.22% | 0.55% | - |
| XYZ | 19.03 | 17.39 | 26.78 | - |
| YUV | 118.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 139 | 0.08 | 0.22 | 0 | 0.45 | 278 | 0.12 | 0.49 |
| Hex | 80 | 6D | 8B | 8 | 16 | 0 | 2D | 116 | C | 31 |
| Octal | 200 | 155 | 213 | 10 | 26 | 0 | 55 | 426 | 14 | 61 |
| Binary | 10000000 | 1101101 | 10001011 | 1000 | 10110 | 0 | 101101 | 100010110 | 1100 | 110001 |
Color Harmonies of #806D8B
Complementary color
Monochromatic Colors of #806D8B
Black with #806D8B
Text Example
Text Example
White with #806D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D8B; }
p { color: rgb(128,109,139); }
H1.HeaderClassName
{
color: #806D8B;
}
.AnyTagClassName
{
color: #806D8B;
}
</style>
background-color css
<style>
a { background-color: #806D8B; }
a { background-color: rgb(128,109,139); }
div.DivClassName
{
background-color: #806D8B;
}
.BgClassName
{
background-color: #806D8B;
}
</style>
border-color css
<style>
span { border-color: #806D8B; }
span { border-color: rgb(128,109,139); }
td.TdClassName
{
border-color: #806D8B;
}
.TagClassName
{
border-color: #806D8B;
}
</style>