Shades of Manatee #81828E
Tints of Manatee #81828E
RGB
CMYK
RGB Variations
Color information
#81828E (or 0x81828E) is known color: Manatee. HEX triplet: 81, 82 and 8E. RGB value is (129,130,142). Sum of RGB (Red+Green+Blue) = 129+130+142=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #81828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828E is #7E7D71. Grayscale: #838383. Windows color (decimal): -8289650 or 9339521. OLE color: 9339521.
HSL color Cylindrical-coordinate representation of color #81828E: hue angle of 235.38º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81828E is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 130 | 142 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.44 |
| HSL | 235.38º | 0.05% | 0.53% | - |
| HSV(B) | 235.38º | 0.09% | 0.56% | - |
| XYZ | 21.92 | 22.59 | 28.8 | - |
| YUV | 131.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 142 | 0.09 | 0.08 | 0 | 0.44 | 235.38 | 0.05 | 0.53 |
| Hex | 81 | 82 | 8E | 9 | 8 | 0 | 2C | EB | 5 | 35 |
| Octal | 201 | 202 | 216 | 11 | 10 | 0 | 54 | 353 | 5 | 65 |
| Binary | 10000001 | 10000010 | 10001110 | 1001 | 1000 | 0 | 101100 | 11101011 | 101 | 110101 |
Color Harmonies of #81828E
Complementary color
Monochromatic Colors of #81828E
Black with #81828E
Text Example
Text Example
White with #81828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81828E; }
p { color: rgb(129,130,142); }
H1.HeaderClassName
{
color: #81828E;
}
.AnyTagClassName
{
color: #81828E;
}
</style>
background-color css
<style>
a { background-color: #81828E; }
a { background-color: rgb(129,130,142); }
div.DivClassName
{
background-color: #81828E;
}
.BgClassName
{
background-color: #81828E;
}
</style>
border-color css
<style>
span { border-color: #81828E; }
span { border-color: rgb(129,130,142); }
td.TdClassName
{
border-color: #81828E;
}
.TagClassName
{
border-color: #81828E;
}
</style>