Shades of Mamba #827188
Tints of Mamba #827188
RGB
CMYK
RGB Variations
Color information
#827188 (or 0x827188) is known color: Mamba. HEX triplet: 82, 71 and 88. RGB value is (130,113,136). Sum of RGB (Red+Green+Blue) = 130+113+136=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 136 - color contains mainly: blue. Hex color #827188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827188 is #7D8E77. Grayscale: #787878. Windows color (decimal): -8228472 or 8941954. OLE color: 8941954.
HSL color Cylindrical-coordinate representation of color #827188: hue angle of 284.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827188 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 113 | 136 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.47 |
| HSL | 284.35º | 0.09% | 0.49% | - |
| HSV(B) | 284.35º | 0.17% | 0.53% | - |
| XYZ | 19.55 | 18.33 | 25.8 | - |
| YUV | 120.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 136 | 0.04 | 0.17 | 0 | 0.47 | 284.35 | 0.09 | 0.49 |
| Hex | 82 | 71 | 88 | 4 | 11 | 0 | 2F | 11C | 9 | 31 |
| Octal | 202 | 161 | 210 | 4 | 21 | 0 | 57 | 434 | 11 | 61 |
| Binary | 10000010 | 1110001 | 10001000 | 100 | 10001 | 0 | 101111 | 100011100 | 1001 | 110001 |
Color Harmonies of #827188
Complementary color
Monochromatic Colors of #827188
Black with #827188
Text Example
Text Example
White with #827188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827188; }
p { color: rgb(130,113,136); }
H1.HeaderClassName
{
color: #827188;
}
.AnyTagClassName
{
color: #827188;
}
</style>
background-color css
<style>
a { background-color: #827188; }
a { background-color: rgb(130,113,136); }
div.DivClassName
{
background-color: #827188;
}
.BgClassName
{
background-color: #827188;
}
</style>
border-color css
<style>
span { border-color: #827188; }
span { border-color: rgb(130,113,136); }
td.TdClassName
{
border-color: #827188;
}
.TagClassName
{
border-color: #827188;
}
</style>