Shades of Mamba #827187
Tints of Mamba #827187
RGB
CMYK
RGB Variations
Color information
#827187 (or 0x827187) is known color: Mamba. HEX triplet: 82, 71 and 87. RGB value is (130,113,135). Sum of RGB (Red+Green+Blue) = 130+113+135=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 135 - color contains mainly: blue. Hex color #827187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827187 is #7D8E78. Grayscale: #787878. Windows color (decimal): -8228473 or 8876418. OLE color: 8876418.
HSL color Cylindrical-coordinate representation of color #827187: hue angle of 286.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827187 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 113 | 135 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.47 |
| HSL | 286.36º | 0.09% | 0.49% | - |
| HSV(B) | 286.36º | 0.16% | 0.53% | - |
| XYZ | 19.48 | 18.31 | 25.43 | - |
| YUV | 120.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 135 | 0.04 | 0.16 | 0 | 0.47 | 286.36 | 0.09 | 0.49 |
| Hex | 82 | 71 | 87 | 4 | 10 | 0 | 2F | 11E | 9 | 31 |
| Octal | 202 | 161 | 207 | 4 | 20 | 0 | 57 | 436 | 11 | 61 |
| Binary | 10000010 | 1110001 | 10000111 | 100 | 10000 | 0 | 101111 | 100011110 | 1001 | 110001 |
Color Harmonies of #827187
Complementary color
Monochromatic Colors of #827187
Black with #827187
Text Example
Text Example
White with #827187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827187; }
p { color: rgb(130,113,135); }
H1.HeaderClassName
{
color: #827187;
}
.AnyTagClassName
{
color: #827187;
}
</style>
background-color css
<style>
a { background-color: #827187; }
a { background-color: rgb(130,113,135); }
div.DivClassName
{
background-color: #827187;
}
.BgClassName
{
background-color: #827187;
}
</style>
border-color css
<style>
span { border-color: #827187; }
span { border-color: rgb(130,113,135); }
td.TdClassName
{
border-color: #827187;
}
.TagClassName
{
border-color: #827187;
}
</style>