Shades of Mamba #806789
Tints of Mamba #806789
RGB
CMYK
RGB Variations
Color information
#806789 (or 0x806789) is known color: Mamba. HEX triplet: 80, 67 and 89. RGB value is (128,103,137). Sum of RGB (Red+Green+Blue) = 128+103+137=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #806789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806789 is #7F9876. Grayscale: #727272. Windows color (decimal): -8362103 or 9004928. OLE color: 9004928.
HSL color Cylindrical-coordinate representation of color #806789: hue angle of 284.12º 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 #806789 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 103 | 137 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.46 |
| HSL | 284.12º | 0.14% | 0.47% | - |
| HSV(B) | 284.12º | 0.25% | 0.54% | - |
| XYZ | 18.27 | 16.1 | 25.81 | - |
| YUV | 114.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 137 | 0.07 | 0.25 | 0 | 0.46 | 284.12 | 0.14 | 0.47 |
| Hex | 80 | 67 | 89 | 7 | 19 | 0 | 2E | 11C | E | 2F |
| Octal | 200 | 147 | 211 | 7 | 31 | 0 | 56 | 434 | 16 | 57 |
| Binary | 10000000 | 1100111 | 10001001 | 111 | 11001 | 0 | 101110 | 100011100 | 1110 | 101111 |
Color Harmonies of #806789
Complementary color
Monochromatic Colors of #806789
Black with #806789
Text Example
Text Example
White with #806789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806789; }
p { color: rgb(128,103,137); }
H1.HeaderClassName
{
color: #806789;
}
.AnyTagClassName
{
color: #806789;
}
</style>
background-color css
<style>
a { background-color: #806789; }
a { background-color: rgb(128,103,137); }
div.DivClassName
{
background-color: #806789;
}
.BgClassName
{
background-color: #806789;
}
</style>
border-color css
<style>
span { border-color: #806789; }
span { border-color: rgb(128,103,137); }
td.TdClassName
{
border-color: #806789;
}
.TagClassName
{
border-color: #806789;
}
</style>