Shades of Mamba #837985
Tints of Mamba #837985
RGB
CMYK
RGB Variations
Color information
#837985 (or 0x837985) is known color: Mamba. HEX triplet: 83, 79 and 85. RGB value is (131,121,133). Sum of RGB (Red+Green+Blue) = 131+121+133=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: blue. Hex color #837985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837985 is #7C867A. Grayscale: #7D7D7D. Windows color (decimal): -8160891 or 8747395. OLE color: 8747395.
HSL color Cylindrical-coordinate representation of color #837985: hue angle of 290º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #837985 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 121 | 133 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.48 |
| HSL | 290º | 0.05% | 0.5% | - |
| HSV(B) | 290º | 0.09% | 0.52% | - |
| XYZ | 20.43 | 20.19 | 25.01 | - |
| YUV | 125.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 133 | 0.02 | 0.09 | 0 | 0.48 | 290 | 0.05 | 0.5 |
| Hex | 83 | 79 | 85 | 2 | 9 | 0 | 30 | 122 | 5 | 32 |
| Octal | 203 | 171 | 205 | 2 | 11 | 0 | 60 | 442 | 5 | 62 |
| Binary | 10000011 | 1111001 | 10000101 | 10 | 1001 | 0 | 110000 | 100100010 | 101 | 110010 |
Color Harmonies of #837985
Complementary color
Monochromatic Colors of #837985
Black with #837985
Text Example
Text Example
White with #837985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837985; }
p { color: rgb(131,121,133); }
H1.HeaderClassName
{
color: #837985;
}
.AnyTagClassName
{
color: #837985;
}
</style>
background-color css
<style>
a { background-color: #837985; }
a { background-color: rgb(131,121,133); }
div.DivClassName
{
background-color: #837985;
}
.BgClassName
{
background-color: #837985;
}
</style>
border-color css
<style>
span { border-color: #837985; }
span { border-color: rgb(131,121,133); }
td.TdClassName
{
border-color: #837985;
}
.TagClassName
{
border-color: #837985;
}
</style>