Shades of Mamba #827485
Tints of Mamba #827485
RGB
CMYK
RGB Variations
Color information
#827485 (or 0x827485) is known color: Mamba. HEX triplet: 82, 74 and 85. RGB value is (130,116,133). Sum of RGB (Red+Green+Blue) = 130+116+133=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #827485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827485 is #7D8B7A. Grayscale: #7A7A7A. Windows color (decimal): -8227707 or 8746114. OLE color: 8746114.
HSL color Cylindrical-coordinate representation of color #827485: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827485 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 116 | 133 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.48 |
| HSL | 289.41º | 0.07% | 0.49% | - |
| HSV(B) | 289.41º | 0.13% | 0.52% | - |
| XYZ | 19.68 | 18.93 | 24.81 | - |
| YUV | 122.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 133 | 0.02 | 0.13 | 0 | 0.48 | 289.41 | 0.07 | 0.49 |
| Hex | 82 | 74 | 85 | 2 | D | 0 | 30 | 121 | 7 | 31 |
| Octal | 202 | 164 | 205 | 2 | 15 | 0 | 60 | 441 | 7 | 61 |
| Binary | 10000010 | 1110100 | 10000101 | 10 | 1101 | 0 | 110000 | 100100001 | 111 | 110001 |
Color Harmonies of #827485
Complementary color
Monochromatic Colors of #827485
Black with #827485
Text Example
Text Example
White with #827485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827485; }
p { color: rgb(130,116,133); }
H1.HeaderClassName
{
color: #827485;
}
.AnyTagClassName
{
color: #827485;
}
</style>
background-color css
<style>
a { background-color: #827485; }
a { background-color: rgb(130,116,133); }
div.DivClassName
{
background-color: #827485;
}
.BgClassName
{
background-color: #827485;
}
</style>
border-color css
<style>
span { border-color: #827485; }
span { border-color: rgb(130,116,133); }
td.TdClassName
{
border-color: #827485;
}
.TagClassName
{
border-color: #827485;
}
</style>