Shades of Mamba #837389
Tints of Mamba #837389
RGB
CMYK
RGB Variations
Color information
#837389 (or 0x837389) is known color: Mamba. HEX triplet: 83, 73 and 89. RGB value is (131,115,137). Sum of RGB (Red+Green+Blue) = 131+115+137=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #837389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837389 is #7C8C76. Grayscale: #7A7A7A. Windows color (decimal): -8162423 or 9008003. OLE color: 9008003.
HSL color Cylindrical-coordinate representation of color #837389: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #837389 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 115 | 137 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.46 |
| HSL | 283.64º | 0.09% | 0.49% | - |
| HSV(B) | 283.64º | 0.16% | 0.54% | - |
| XYZ | 20.01 | 18.89 | 26.26 | - |
| YUV | 122.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 137 | 0.04 | 0.16 | 0 | 0.46 | 283.64 | 0.09 | 0.49 |
| Hex | 83 | 73 | 89 | 4 | 10 | 0 | 2E | 11C | 9 | 31 |
| Octal | 203 | 163 | 211 | 4 | 20 | 0 | 56 | 434 | 11 | 61 |
| Binary | 10000011 | 1110011 | 10001001 | 100 | 10000 | 0 | 101110 | 100011100 | 1001 | 110001 |
Color Harmonies of #837389
Complementary color
Monochromatic Colors of #837389
Black with #837389
Text Example
Text Example
White with #837389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837389; }
p { color: rgb(131,115,137); }
H1.HeaderClassName
{
color: #837389;
}
.AnyTagClassName
{
color: #837389;
}
</style>
background-color css
<style>
a { background-color: #837389; }
a { background-color: rgb(131,115,137); }
div.DivClassName
{
background-color: #837389;
}
.BgClassName
{
background-color: #837389;
}
</style>
border-color css
<style>
span { border-color: #837389; }
span { border-color: rgb(131,115,137); }
td.TdClassName
{
border-color: #837389;
}
.TagClassName
{
border-color: #837389;
}
</style>