Shades of Mamba #826E88
Tints of Mamba #826E88
RGB
CMYK
RGB Variations
Color information
#826E88 (or 0x826E88) is known color: Mamba. HEX triplet: 82, 6E and 88. RGB value is (130,110,136). Sum of RGB (Red+Green+Blue) = 130+110+136=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #826E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E88 is #7D9177. Grayscale: #767676. Windows color (decimal): -8229240 or 8941186. OLE color: 8941186.
HSL color Cylindrical-coordinate representation of color #826E88: hue angle of 286.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826E88 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 110 | 136 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.47 |
| HSL | 286.15º | 0.11% | 0.48% | - |
| HSV(B) | 286.15º | 0.19% | 0.53% | - |
| XYZ | 19.23 | 17.68 | 25.69 | - |
| YUV | 118.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 136 | 0.04 | 0.19 | 0 | 0.47 | 286.15 | 0.11 | 0.48 |
| Hex | 82 | 6E | 88 | 4 | 13 | 0 | 2F | 11E | B | 30 |
| Octal | 202 | 156 | 210 | 4 | 23 | 0 | 57 | 436 | 13 | 60 |
| Binary | 10000010 | 1101110 | 10001000 | 100 | 10011 | 0 | 101111 | 100011110 | 1011 | 110000 |
Color Harmonies of #826E88
Complementary color
Monochromatic Colors of #826E88
Black with #826E88
Text Example
Text Example
White with #826E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E88; }
p { color: rgb(130,110,136); }
H1.HeaderClassName
{
color: #826E88;
}
.AnyTagClassName
{
color: #826E88;
}
</style>
background-color css
<style>
a { background-color: #826E88; }
a { background-color: rgb(130,110,136); }
div.DivClassName
{
background-color: #826E88;
}
.BgClassName
{
background-color: #826E88;
}
</style>
border-color css
<style>
span { border-color: #826E88; }
span { border-color: rgb(130,110,136); }
td.TdClassName
{
border-color: #826E88;
}
.TagClassName
{
border-color: #826E88;
}
</style>