Shades of Mamba #826493
Tints of Mamba #826493
RGB
CMYK
RGB Variations
Color information
#826493 (or 0x826493) is known color: Mamba. HEX triplet: 82, 64 and 93. RGB value is (130,100,147). Sum of RGB (Red+Green+Blue) = 130+100+147=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #826493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826493 is #7D9B6C. Grayscale: #727272. Windows color (decimal): -8231789 or 9659522. OLE color: 9659522.
HSL color Cylindrical-coordinate representation of color #826493: hue angle of 278.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826493 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 100 | 147 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.42 |
| HSL | 278.3º | 0.19% | 0.48% | - |
| HSV(B) | 278.3º | 0.32% | 0.58% | - |
| XYZ | 19.03 | 15.97 | 29.68 | - |
| YUV | 114.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 147 | 0.12 | 0.32 | 0 | 0.42 | 278.3 | 0.19 | 0.48 |
| Hex | 82 | 64 | 93 | C | 20 | 0 | 2A | 116 | 13 | 30 |
| Octal | 202 | 144 | 223 | 14 | 40 | 0 | 52 | 426 | 23 | 60 |
| Binary | 10000010 | 1100100 | 10010011 | 1100 | 100000 | 0 | 101010 | 100010110 | 10011 | 110000 |
Color Harmonies of #826493
Complementary color
Monochromatic Colors of #826493
Black with #826493
Text Example
Text Example
White with #826493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826493; }
p { color: rgb(130,100,147); }
H1.HeaderClassName
{
color: #826493;
}
.AnyTagClassName
{
color: #826493;
}
</style>
background-color css
<style>
a { background-color: #826493; }
a { background-color: rgb(130,100,147); }
div.DivClassName
{
background-color: #826493;
}
.BgClassName
{
background-color: #826493;
}
</style>
border-color css
<style>
span { border-color: #826493; }
span { border-color: rgb(130,100,147); }
td.TdClassName
{
border-color: #826493;
}
.TagClassName
{
border-color: #826493;
}
</style>