Shades of Mamba #827985
Tints of Mamba #827985
RGB
CMYK
RGB Variations
Color information
#827985 (or 0x827985) is known color: Mamba. HEX triplet: 82, 79 and 85. RGB value is (130,121,133). Sum of RGB (Red+Green+Blue) = 130+121+133=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #827985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827985 is #7D867A. Grayscale: #7D7D7D. Windows color (decimal): -8226427 or 8747394. OLE color: 8747394.
HSL color Cylindrical-coordinate representation of color #827985: hue angle of 285º 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 #827985 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 121 | 133 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.48 |
| HSL | 285º | 0.05% | 0.5% | - |
| HSV(B) | 285º | 0.09% | 0.52% | - |
| XYZ | 20.28 | 20.11 | 25 | - |
| YUV | 125.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 133 | 0.02 | 0.09 | 0 | 0.48 | 285 | 0.05 | 0.5 |
| Hex | 82 | 79 | 85 | 2 | 9 | 0 | 30 | 11D | 5 | 32 |
| Octal | 202 | 171 | 205 | 2 | 11 | 0 | 60 | 435 | 5 | 62 |
| Binary | 10000010 | 1111001 | 10000101 | 10 | 1001 | 0 | 110000 | 100011101 | 101 | 110010 |
Color Harmonies of #827985
Complementary color
Monochromatic Colors of #827985
Black with #827985
Text Example
Text Example
White with #827985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827985; }
p { color: rgb(130,121,133); }
H1.HeaderClassName
{
color: #827985;
}
.AnyTagClassName
{
color: #827985;
}
</style>
background-color css
<style>
a { background-color: #827985; }
a { background-color: rgb(130,121,133); }
div.DivClassName
{
background-color: #827985;
}
.BgClassName
{
background-color: #827985;
}
</style>
border-color css
<style>
span { border-color: #827985; }
span { border-color: rgb(130,121,133); }
td.TdClassName
{
border-color: #827985;
}
.TagClassName
{
border-color: #827985;
}
</style>