Shades of Mamba #827488
Tints of Mamba #827488
RGB
CMYK
RGB Variations
Color information
#827488 (or 0x827488) is known color: Mamba. HEX triplet: 82, 74 and 88. RGB value is (130,116,136). Sum of RGB (Red+Green+Blue) = 130+116+136=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 116 (45.70% from 255 or 30.37% 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 #827488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827488 is #7D8B77. Grayscale: #7A7A7A. Windows color (decimal): -8227704 or 8942722. OLE color: 8942722.
HSL color Cylindrical-coordinate representation of color #827488: hue angle of 282º 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 #827488 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 116 | 136 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.47 |
| HSL | 282º | 0.08% | 0.49% | - |
| HSV(B) | 282º | 0.15% | 0.53% | - |
| XYZ | 19.9 | 19.01 | 25.91 | - |
| YUV | 122.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 136 | 0.04 | 0.15 | 0 | 0.47 | 282 | 0.08 | 0.49 |
| Hex | 82 | 74 | 88 | 4 | F | 0 | 2F | 11A | 8 | 31 |
| Octal | 202 | 164 | 210 | 4 | 17 | 0 | 57 | 432 | 10 | 61 |
| Binary | 10000010 | 1110100 | 10001000 | 100 | 1111 | 0 | 101111 | 100011010 | 1000 | 110001 |
Color Harmonies of #827488
Complementary color
Monochromatic Colors of #827488
Black with #827488
Text Example
Text Example
White with #827488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827488; }
p { color: rgb(130,116,136); }
H1.HeaderClassName
{
color: #827488;
}
.AnyTagClassName
{
color: #827488;
}
</style>
background-color css
<style>
a { background-color: #827488; }
a { background-color: rgb(130,116,136); }
div.DivClassName
{
background-color: #827488;
}
.BgClassName
{
background-color: #827488;
}
</style>
border-color css
<style>
span { border-color: #827488; }
span { border-color: rgb(130,116,136); }
td.TdClassName
{
border-color: #827488;
}
.TagClassName
{
border-color: #827488;
}
</style>