Shades of Mamba #826A90
Tints of Mamba #826A90
RGB
CMYK
RGB Variations
Color information
#826A90 (or 0x826A90) is known color: Mamba. HEX triplet: 82, 6A and 90. RGB value is (130,106,144). Sum of RGB (Red+Green+Blue) = 130+106+144=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #826A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A90 is #7D956F. Grayscale: #757575. Windows color (decimal): -8230256 or 9464450. OLE color: 9464450.
HSL color Cylindrical-coordinate representation of color #826A90: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826A90 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 106 | 144 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.44 |
| HSL | 277.89º | 0.15% | 0.49% | - |
| HSV(B) | 277.89º | 0.26% | 0.56% | - |
| XYZ | 19.39 | 17.07 | 28.66 | - |
| YUV | 117.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 144 | 0.10 | 0.26 | 0 | 0.44 | 277.89 | 0.15 | 0.49 |
| Hex | 82 | 6A | 90 | A | 1A | 0 | 2C | 116 | F | 31 |
| Octal | 202 | 152 | 220 | 12 | 32 | 0 | 54 | 426 | 17 | 61 |
| Binary | 10000010 | 1101010 | 10010000 | 1010 | 11010 | 0 | 101100 | 100010110 | 1111 | 110001 |
Color Harmonies of #826A90
Complementary color
Monochromatic Colors of #826A90
Black with #826A90
Text Example
Text Example
White with #826A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A90; }
p { color: rgb(130,106,144); }
H1.HeaderClassName
{
color: #826A90;
}
.AnyTagClassName
{
color: #826A90;
}
</style>
background-color css
<style>
a { background-color: #826A90; }
a { background-color: rgb(130,106,144); }
div.DivClassName
{
background-color: #826A90;
}
.BgClassName
{
background-color: #826A90;
}
</style>
border-color css
<style>
span { border-color: #826A90; }
span { border-color: rgb(130,106,144); }
td.TdClassName
{
border-color: #826A90;
}
.TagClassName
{
border-color: #826A90;
}
</style>