Shades of Mamba #826A89
Tints of Mamba #826A89
RGB
CMYK
RGB Variations
Color information
#826A89 (or 0x826A89) is known color: Mamba. HEX triplet: 82, 6A and 89. RGB value is (130,106,137). Sum of RGB (Red+Green+Blue) = 130+106+137=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: blue. Hex color #826A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A89 is #7D9576. Grayscale: #747474. Windows color (decimal): -8230263 or 9005698. OLE color: 9005698.
HSL color Cylindrical-coordinate representation of color #826A89: hue angle of 286.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826A89 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 106 | 137 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.46 |
| HSL | 286.45º | 0.13% | 0.48% | - |
| HSV(B) | 286.45º | 0.23% | 0.54% | - |
| XYZ | 18.88 | 16.86 | 25.93 | - |
| YUV | 116.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 137 | 0.05 | 0.23 | 0 | 0.46 | 286.45 | 0.13 | 0.48 |
| Hex | 82 | 6A | 89 | 5 | 17 | 0 | 2E | 11E | D | 30 |
| Octal | 202 | 152 | 211 | 5 | 27 | 0 | 56 | 436 | 15 | 60 |
| Binary | 10000010 | 1101010 | 10001001 | 101 | 10111 | 0 | 101110 | 100011110 | 1101 | 110000 |
Color Harmonies of #826A89
Complementary color
Monochromatic Colors of #826A89
Black with #826A89
Text Example
Text Example
White with #826A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A89; }
p { color: rgb(130,106,137); }
H1.HeaderClassName
{
color: #826A89;
}
.AnyTagClassName
{
color: #826A89;
}
</style>
background-color css
<style>
a { background-color: #826A89; }
a { background-color: rgb(130,106,137); }
div.DivClassName
{
background-color: #826A89;
}
.BgClassName
{
background-color: #826A89;
}
</style>
border-color css
<style>
span { border-color: #826A89; }
span { border-color: rgb(130,106,137); }
td.TdClassName
{
border-color: #826A89;
}
.TagClassName
{
border-color: #826A89;
}
</style>