Shades of Mamba #82698E
Tints of Mamba #82698E
RGB
CMYK
RGB Variations
Color information
#82698E (or 0x82698E) is known color: Mamba. HEX triplet: 82, 69 and 8E. RGB value is (130,105,142). Sum of RGB (Red+Green+Blue) = 130+105+142=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #82698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82698E is #7D9671. Grayscale: #747474. Windows color (decimal): -8230514 or 9333122. OLE color: 9333122.
HSL color Cylindrical-coordinate representation of color #82698E: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82698E is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 105 | 142 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.44 |
| HSL | 280.54º | 0.15% | 0.48% | - |
| HSV(B) | 280.54º | 0.26% | 0.56% | - |
| XYZ | 19.14 | 16.8 | 27.83 | - |
| YUV | 116.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 142 | 0.08 | 0.26 | 0 | 0.44 | 280.54 | 0.15 | 0.48 |
| Hex | 82 | 69 | 8E | 8 | 1A | 0 | 2C | 119 | F | 30 |
| Octal | 202 | 151 | 216 | 10 | 32 | 0 | 54 | 431 | 17 | 60 |
| Binary | 10000010 | 1101001 | 10001110 | 1000 | 11010 | 0 | 101100 | 100011001 | 1111 | 110000 |
Color Harmonies of #82698E
Complementary color
Monochromatic Colors of #82698E
Black with #82698E
Text Example
Text Example
White with #82698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82698E; }
p { color: rgb(130,105,142); }
H1.HeaderClassName
{
color: #82698E;
}
.AnyTagClassName
{
color: #82698E;
}
</style>
background-color css
<style>
a { background-color: #82698E; }
a { background-color: rgb(130,105,142); }
div.DivClassName
{
background-color: #82698E;
}
.BgClassName
{
background-color: #82698E;
}
</style>
border-color css
<style>
span { border-color: #82698E; }
span { border-color: rgb(130,105,142); }
td.TdClassName
{
border-color: #82698E;
}
.TagClassName
{
border-color: #82698E;
}
</style>