Shades of Mamba #83698D
Tints of Mamba #83698D
RGB
CMYK
RGB Variations
Color information
#83698D (or 0x83698D) is known color: Mamba. HEX triplet: 83, 69 and 8D. RGB value is (131,105,141). Sum of RGB (Red+Green+Blue) = 131+105+141=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #83698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83698D is #7C9672. Grayscale: #747474. Windows color (decimal): -8164979 or 9267587. OLE color: 9267587.
HSL color Cylindrical-coordinate representation of color #83698D: hue angle of 283.33º 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 #83698D is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 105 | 141 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.45 |
| HSL | 283.33º | 0.15% | 0.48% | - |
| HSV(B) | 283.33º | 0.26% | 0.55% | - |
| XYZ | 19.22 | 16.85 | 27.44 | - |
| YUV | 116.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 141 | 0.07 | 0.26 | 0 | 0.45 | 283.33 | 0.15 | 0.48 |
| Hex | 83 | 69 | 8D | 7 | 1A | 0 | 2D | 11B | F | 30 |
| Octal | 203 | 151 | 215 | 7 | 32 | 0 | 55 | 433 | 17 | 60 |
| Binary | 10000011 | 1101001 | 10001101 | 111 | 11010 | 0 | 101101 | 100011011 | 1111 | 110000 |
Color Harmonies of #83698D
Complementary color
Monochromatic Colors of #83698D
Black with #83698D
Text Example
Text Example
White with #83698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83698D; }
p { color: rgb(131,105,141); }
H1.HeaderClassName
{
color: #83698D;
}
.AnyTagClassName
{
color: #83698D;
}
</style>
background-color css
<style>
a { background-color: #83698D; }
a { background-color: rgb(131,105,141); }
div.DivClassName
{
background-color: #83698D;
}
.BgClassName
{
background-color: #83698D;
}
</style>
border-color css
<style>
span { border-color: #83698D; }
span { border-color: rgb(131,105,141); }
td.TdClassName
{
border-color: #83698D;
}
.TagClassName
{
border-color: #83698D;
}
</style>