Shades of Mamba #817984
Tints of Mamba #817984
RGB
CMYK
RGB Variations
Color information
#817984 (or 0x817984) is known color: Mamba. HEX triplet: 81, 79 and 84. RGB value is (129,121,132). Sum of RGB (Red+Green+Blue) = 129+121+132=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #817984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817984 is #7E867B. Grayscale: #7C7C7C. Windows color (decimal): -8291964 or 8681857. OLE color: 8681857.
HSL color Cylindrical-coordinate representation of color #817984: hue angle of 283.64º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #817984 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 121 | 132 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.48 |
| HSL | 283.64º | 0.04% | 0.5% | - |
| HSV(B) | 283.64º | 0.08% | 0.52% | - |
| XYZ | 20.06 | 20.01 | 24.63 | - |
| YUV | 124.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 132 | 0.02 | 0.08 | 0 | 0.48 | 283.64 | 0.04 | 0.5 |
| Hex | 81 | 79 | 84 | 2 | 8 | 0 | 30 | 11C | 4 | 32 |
| Octal | 201 | 171 | 204 | 2 | 10 | 0 | 60 | 434 | 4 | 62 |
| Binary | 10000001 | 1111001 | 10000100 | 10 | 1000 | 0 | 110000 | 100011100 | 100 | 110010 |
Color Harmonies of #817984
Complementary color
Monochromatic Colors of #817984
Black with #817984
Text Example
Text Example
White with #817984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817984; }
p { color: rgb(129,121,132); }
H1.HeaderClassName
{
color: #817984;
}
.AnyTagClassName
{
color: #817984;
}
</style>
background-color css
<style>
a { background-color: #817984; }
a { background-color: rgb(129,121,132); }
div.DivClassName
{
background-color: #817984;
}
.BgClassName
{
background-color: #817984;
}
</style>
border-color css
<style>
span { border-color: #817984; }
span { border-color: rgb(129,121,132); }
td.TdClassName
{
border-color: #817984;
}
.TagClassName
{
border-color: #817984;
}
</style>