Shades of Mamba #806689
Tints of Mamba #806689
RGB
CMYK
RGB Variations
Color information
#806689 (or 0x806689) is known color: Mamba. HEX triplet: 80, 66 and 89. RGB value is (128,102,137). Sum of RGB (Red+Green+Blue) = 128+102+137=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #806689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806689 is #7F9976. Grayscale: #717171. Windows color (decimal): -8362359 or 9004672. OLE color: 9004672.
HSL color Cylindrical-coordinate representation of color #806689: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806689 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 102 | 137 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.46 |
| HSL | 284.57º | 0.15% | 0.47% | - |
| HSV(B) | 284.57º | 0.26% | 0.54% | - |
| XYZ | 18.17 | 15.9 | 25.78 | - |
| YUV | 113.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 137 | 0.07 | 0.26 | 0 | 0.46 | 284.57 | 0.15 | 0.47 |
| Hex | 80 | 66 | 89 | 7 | 1A | 0 | 2E | 11D | F | 2F |
| Octal | 200 | 146 | 211 | 7 | 32 | 0 | 56 | 435 | 17 | 57 |
| Binary | 10000000 | 1100110 | 10001001 | 111 | 11010 | 0 | 101110 | 100011101 | 1111 | 101111 |
Color Harmonies of #806689
Complementary color
Monochromatic Colors of #806689
Black with #806689
Text Example
Text Example
White with #806689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806689; }
p { color: rgb(128,102,137); }
H1.HeaderClassName
{
color: #806689;
}
.AnyTagClassName
{
color: #806689;
}
</style>
background-color css
<style>
a { background-color: #806689; }
a { background-color: rgb(128,102,137); }
div.DivClassName
{
background-color: #806689;
}
.BgClassName
{
background-color: #806689;
}
</style>
border-color css
<style>
span { border-color: #806689; }
span { border-color: rgb(128,102,137); }
td.TdClassName
{
border-color: #806689;
}
.TagClassName
{
border-color: #806689;
}
</style>