Shades of Mamba #826892
Tints of Mamba #826892
RGB
CMYK
RGB Variations
Color information
#826892 (or 0x826892) is known color: Mamba. HEX triplet: 82, 68 and 92. RGB value is (130,104,146). Sum of RGB (Red+Green+Blue) = 130+104+146=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #826892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826892 is #7D976D. Grayscale: #747474. Windows color (decimal): -8230766 or 9595010. OLE color: 9595010.
HSL color Cylindrical-coordinate representation of color #826892: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #826892 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 104 | 146 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.43 |
| HSL | 277.14º | 0.17% | 0.49% | - |
| HSV(B) | 277.14º | 0.29% | 0.57% | - |
| XYZ | 19.34 | 16.72 | 29.4 | - |
| YUV | 116.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 146 | 0.11 | 0.29 | 0 | 0.43 | 277.14 | 0.17 | 0.49 |
| Hex | 82 | 68 | 92 | B | 1D | 0 | 2B | 115 | 11 | 31 |
| Octal | 202 | 150 | 222 | 13 | 35 | 0 | 53 | 425 | 21 | 61 |
| Binary | 10000010 | 1101000 | 10010010 | 1011 | 11101 | 0 | 101011 | 100010101 | 10001 | 110001 |
Color Harmonies of #826892
Complementary color
Monochromatic Colors of #826892
Black with #826892
Text Example
Text Example
White with #826892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826892; }
p { color: rgb(130,104,146); }
H1.HeaderClassName
{
color: #826892;
}
.AnyTagClassName
{
color: #826892;
}
</style>
background-color css
<style>
a { background-color: #826892; }
a { background-color: rgb(130,104,146); }
div.DivClassName
{
background-color: #826892;
}
.BgClassName
{
background-color: #826892;
}
</style>
border-color css
<style>
span { border-color: #826892; }
span { border-color: rgb(130,104,146); }
td.TdClassName
{
border-color: #826892;
}
.TagClassName
{
border-color: #826892;
}
</style>