Shades of Mamba #82698D
Tints of Mamba #82698D
RGB
CMYK
RGB Variations
Color information
#82698D (or 0x82698D) is known color: Mamba. HEX triplet: 82, 69 and 8D. RGB value is (130,105,141). Sum of RGB (Red+Green+Blue) = 130+105+141=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #82698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82698D is #7D9672. Grayscale: #747474. Windows color (decimal): -8230515 or 9267586. OLE color: 9267586.
HSL color Cylindrical-coordinate representation of color #82698D: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82698D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 105 | 141 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.45 |
| HSL | 281.67º | 0.15% | 0.48% | - |
| HSV(B) | 281.67º | 0.26% | 0.55% | - |
| XYZ | 19.07 | 16.77 | 27.43 | - |
| YUV | 116.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 141 | 0.08 | 0.26 | 0 | 0.45 | 281.67 | 0.15 | 0.48 |
| Hex | 82 | 69 | 8D | 8 | 1A | 0 | 2D | 11A | F | 30 |
| Octal | 202 | 151 | 215 | 10 | 32 | 0 | 55 | 432 | 17 | 60 |
| Binary | 10000010 | 1101001 | 10001101 | 1000 | 11010 | 0 | 101101 | 100011010 | 1111 | 110000 |
Color Harmonies of #82698D
Complementary color
Monochromatic Colors of #82698D
Black with #82698D
Text Example
Text Example
White with #82698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82698D; }
p { color: rgb(130,105,141); }
H1.HeaderClassName
{
color: #82698D;
}
.AnyTagClassName
{
color: #82698D;
}
</style>
background-color css
<style>
a { background-color: #82698D; }
a { background-color: rgb(130,105,141); }
div.DivClassName
{
background-color: #82698D;
}
.BgClassName
{
background-color: #82698D;
}
</style>
border-color css
<style>
span { border-color: #82698D; }
span { border-color: rgb(130,105,141); }
td.TdClassName
{
border-color: #82698D;
}
.TagClassName
{
border-color: #82698D;
}
</style>