Shades of Mamba #806990
Tints of Mamba #806990
RGB
CMYK
RGB Variations
Color information
#806990 (or 0x806990) is known color: Mamba. HEX triplet: 80, 69 and 90. RGB value is (128,105,144). Sum of RGB (Red+Green+Blue) = 128+105+144=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #806990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806990 is #7F966F. Grayscale: #747474. Windows color (decimal): -8361584 or 9464192. OLE color: 9464192.
HSL color Cylindrical-coordinate representation of color #806990: hue angle of 275.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #806990 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 105 | 144 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.44 |
| HSL | 275.38º | 0.16% | 0.49% | - |
| HSV(B) | 275.38º | 0.27% | 0.56% | - |
| XYZ | 18.99 | 16.71 | 28.61 | - |
| YUV | 116.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 144 | 0.11 | 0.27 | 0 | 0.44 | 275.38 | 0.16 | 0.49 |
| Hex | 80 | 69 | 90 | B | 1B | 0 | 2C | 113 | 10 | 31 |
| Octal | 200 | 151 | 220 | 13 | 33 | 0 | 54 | 423 | 20 | 61 |
| Binary | 10000000 | 1101001 | 10010000 | 1011 | 11011 | 0 | 101100 | 100010011 | 10000 | 110001 |
Color Harmonies of #806990
Complementary color
Monochromatic Colors of #806990
Black with #806990
Text Example
Text Example
White with #806990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806990; }
p { color: rgb(128,105,144); }
H1.HeaderClassName
{
color: #806990;
}
.AnyTagClassName
{
color: #806990;
}
</style>
background-color css
<style>
a { background-color: #806990; }
a { background-color: rgb(128,105,144); }
div.DivClassName
{
background-color: #806990;
}
.BgClassName
{
background-color: #806990;
}
</style>
border-color css
<style>
span { border-color: #806990; }
span { border-color: rgb(128,105,144); }
td.TdClassName
{
border-color: #806990;
}
.TagClassName
{
border-color: #806990;
}
</style>