Shades of Mamba #80698E
Tints of Mamba #80698E
RGB
CMYK
RGB Variations
Color information
#80698E (or 0x80698E) is known color: Mamba. HEX triplet: 80, 69 and 8E. RGB value is (128,105,142). Sum of RGB (Red+Green+Blue) = 128+105+142=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #80698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698E is #7F9671. Grayscale: #737373. Windows color (decimal): -8361586 or 9333120. OLE color: 9333120.
HSL color Cylindrical-coordinate representation of color #80698E: hue angle of 277.3º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80698E is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 105 | 142 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.44 |
| HSL | 277.3º | 0.15% | 0.48% | - |
| HSV(B) | 277.3º | 0.26% | 0.56% | - |
| XYZ | 18.84 | 16.65 | 27.81 | - |
| YUV | 116.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 142 | 0.10 | 0.26 | 0 | 0.44 | 277.3 | 0.15 | 0.48 |
| Hex | 80 | 69 | 8E | A | 1A | 0 | 2C | 115 | F | 30 |
| Octal | 200 | 151 | 216 | 12 | 32 | 0 | 54 | 425 | 17 | 60 |
| Binary | 10000000 | 1101001 | 10001110 | 1010 | 11010 | 0 | 101100 | 100010101 | 1111 | 110000 |
Color Harmonies of #80698E
Complementary color
Monochromatic Colors of #80698E
Black with #80698E
Text Example
Text Example
White with #80698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80698E; }
p { color: rgb(128,105,142); }
H1.HeaderClassName
{
color: #80698E;
}
.AnyTagClassName
{
color: #80698E;
}
</style>
background-color css
<style>
a { background-color: #80698E; }
a { background-color: rgb(128,105,142); }
div.DivClassName
{
background-color: #80698E;
}
.BgClassName
{
background-color: #80698E;
}
</style>
border-color css
<style>
span { border-color: #80698E; }
span { border-color: rgb(128,105,142); }
td.TdClassName
{
border-color: #80698E;
}
.TagClassName
{
border-color: #80698E;
}
</style>