Shades of Manatee #81828D
Tints of Manatee #81828D
RGB
CMYK
RGB Variations
Color information
#81828D (or 0x81828D) is known color: Manatee. HEX triplet: 81, 82 and 8D. RGB value is (129,130,141). Sum of RGB (Red+Green+Blue) = 129+130+141=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #81828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828D is #7E7D72. Grayscale: #828282. Windows color (decimal): -8289651 or 9273985. OLE color: 9273985.
HSL color Cylindrical-coordinate representation of color #81828D: hue angle of 235º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81828D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 130 | 141 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.45 |
| HSL | 235º | 0.05% | 0.53% | - |
| HSV(B) | 235º | 0.09% | 0.55% | - |
| XYZ | 21.84 | 22.56 | 28.4 | - |
| YUV | 130.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 141 | 0.09 | 0.08 | 0 | 0.45 | 235 | 0.05 | 0.53 |
| Hex | 81 | 82 | 8D | 9 | 8 | 0 | 2D | EB | 5 | 35 |
| Octal | 201 | 202 | 215 | 11 | 10 | 0 | 55 | 353 | 5 | 65 |
| Binary | 10000001 | 10000010 | 10001101 | 1001 | 1000 | 0 | 101101 | 11101011 | 101 | 110101 |
Color Harmonies of #81828D
Complementary color
Monochromatic Colors of #81828D
Black with #81828D
Text Example
Text Example
White with #81828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81828D; }
p { color: rgb(129,130,141); }
H1.HeaderClassName
{
color: #81828D;
}
.AnyTagClassName
{
color: #81828D;
}
</style>
background-color css
<style>
a { background-color: #81828D; }
a { background-color: rgb(129,130,141); }
div.DivClassName
{
background-color: #81828D;
}
.BgClassName
{
background-color: #81828D;
}
</style>
border-color css
<style>
span { border-color: #81828D; }
span { border-color: rgb(129,130,141); }
td.TdClassName
{
border-color: #81828D;
}
.TagClassName
{
border-color: #81828D;
}
</style>