Shades of Mamba #826C88
Tints of Mamba #826C88
RGB
CMYK
RGB Variations
Color information
#826C88 (or 0x826C88) is known color: Mamba. HEX triplet: 82, 6C and 88. RGB value is (130,108,136). Sum of RGB (Red+Green+Blue) = 130+108+136=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: blue. Hex color #826C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C88 is #7D9377. Grayscale: #757575. Windows color (decimal): -8229752 or 8940674. OLE color: 8940674.
HSL color Cylindrical-coordinate representation of color #826C88: hue angle of 287.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826C88 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 108 | 136 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.47 |
| HSL | 287.14º | 0.11% | 0.48% | - |
| HSV(B) | 287.14º | 0.21% | 0.53% | - |
| XYZ | 19.01 | 17.25 | 25.62 | - |
| YUV | 117.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 136 | 0.04 | 0.21 | 0 | 0.47 | 287.14 | 0.11 | 0.48 |
| Hex | 82 | 6C | 88 | 4 | 15 | 0 | 2F | 11F | B | 30 |
| Octal | 202 | 154 | 210 | 4 | 25 | 0 | 57 | 437 | 13 | 60 |
| Binary | 10000010 | 1101100 | 10001000 | 100 | 10101 | 0 | 101111 | 100011111 | 1011 | 110000 |
Color Harmonies of #826C88
Complementary color
Monochromatic Colors of #826C88
Black with #826C88
Text Example
Text Example
White with #826C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C88; }
p { color: rgb(130,108,136); }
H1.HeaderClassName
{
color: #826C88;
}
.AnyTagClassName
{
color: #826C88;
}
</style>
background-color css
<style>
a { background-color: #826C88; }
a { background-color: rgb(130,108,136); }
div.DivClassName
{
background-color: #826C88;
}
.BgClassName
{
background-color: #826C88;
}
</style>
border-color css
<style>
span { border-color: #826C88; }
span { border-color: rgb(130,108,136); }
td.TdClassName
{
border-color: #826C88;
}
.TagClassName
{
border-color: #826C88;
}
</style>