Shades of Mamba #806494
Tints of Mamba #806494
RGB
CMYK
RGB Variations
Color information
#806494 (or 0x806494) is known color: Mamba. HEX triplet: 80, 64 and 94. RGB value is (128,100,148). Sum of RGB (Red+Green+Blue) = 128+100+148=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #806494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806494 is #7F9B6B. Grayscale: #717171. Windows color (decimal): -8362860 or 9725056. OLE color: 9725056.
HSL color Cylindrical-coordinate representation of color #806494: hue angle of 275º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806494 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 100 | 148 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.42 |
| HSL | 275º | 0.19% | 0.49% | - |
| HSV(B) | 275º | 0.32% | 0.58% | - |
| XYZ | 18.8 | 15.84 | 30.08 | - |
| YUV | 113.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 148 | 0.14 | 0.32 | 0 | 0.42 | 275 | 0.19 | 0.49 |
| Hex | 80 | 64 | 94 | E | 20 | 0 | 2A | 113 | 13 | 31 |
| Octal | 200 | 144 | 224 | 16 | 40 | 0 | 52 | 423 | 23 | 61 |
| Binary | 10000000 | 1100100 | 10010100 | 1110 | 100000 | 0 | 101010 | 100010011 | 10011 | 110001 |
Color Harmonies of #806494
Complementary color
Monochromatic Colors of #806494
Black with #806494
Text Example
Text Example
White with #806494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806494; }
p { color: rgb(128,100,148); }
H1.HeaderClassName
{
color: #806494;
}
.AnyTagClassName
{
color: #806494;
}
</style>
background-color css
<style>
a { background-color: #806494; }
a { background-color: rgb(128,100,148); }
div.DivClassName
{
background-color: #806494;
}
.BgClassName
{
background-color: #806494;
}
</style>
border-color css
<style>
span { border-color: #806494; }
span { border-color: rgb(128,100,148); }
td.TdClassName
{
border-color: #806494;
}
.TagClassName
{
border-color: #806494;
}
</style>