Shades of Mamba #837388
Tints of Mamba #837388
RGB
CMYK
RGB Variations
Color information
#837388 (or 0x837388) is known color: Mamba. HEX triplet: 83, 73 and 88. RGB value is (131,115,136). Sum of RGB (Red+Green+Blue) = 131+115+136=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #837388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837388 is #7C8C77. Grayscale: #7A7A7A. Windows color (decimal): -8162424 or 8942467. OLE color: 8942467.
HSL color Cylindrical-coordinate representation of color #837388: hue angle of 285.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837388 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 115 | 136 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.47 |
| HSL | 285.71º | 0.08% | 0.49% | - |
| HSV(B) | 285.71º | 0.15% | 0.53% | - |
| XYZ | 19.93 | 18.86 | 25.88 | - |
| YUV | 122.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 136 | 0.04 | 0.15 | 0 | 0.47 | 285.71 | 0.08 | 0.49 |
| Hex | 83 | 73 | 88 | 4 | F | 0 | 2F | 11E | 8 | 31 |
| Octal | 203 | 163 | 210 | 4 | 17 | 0 | 57 | 436 | 10 | 61 |
| Binary | 10000011 | 1110011 | 10001000 | 100 | 1111 | 0 | 101111 | 100011110 | 1000 | 110001 |
Color Harmonies of #837388
Complementary color
Monochromatic Colors of #837388
Black with #837388
Text Example
Text Example
White with #837388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837388; }
p { color: rgb(131,115,136); }
H1.HeaderClassName
{
color: #837388;
}
.AnyTagClassName
{
color: #837388;
}
</style>
background-color css
<style>
a { background-color: #837388; }
a { background-color: rgb(131,115,136); }
div.DivClassName
{
background-color: #837388;
}
.BgClassName
{
background-color: #837388;
}
</style>
border-color css
<style>
span { border-color: #837388; }
span { border-color: rgb(131,115,136); }
td.TdClassName
{
border-color: #837388;
}
.TagClassName
{
border-color: #837388;
}
</style>