Shades of Manatee #81838E
Tints of Manatee #81838E
RGB
CMYK
RGB Variations
Color information
#81838E (or 0x81838E) is known color: Manatee. HEX triplet: 81, 83 and 8E. RGB value is (129,131,142). Sum of RGB (Red+Green+Blue) = 129+131+142=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #81838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838E is #7E7C71. Grayscale: #838383. Windows color (decimal): -8289394 or 9339777. OLE color: 9339777.
HSL color Cylindrical-coordinate representation of color #81838E: hue angle of 230.77º 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 #81838E is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 131 | 142 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.44 |
| HSL | 230.77º | 0.05% | 0.53% | - |
| HSV(B) | 230.77º | 0.09% | 0.56% | - |
| XYZ | 22.05 | 22.85 | 28.84 | - |
| YUV | 131.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 142 | 0.09 | 0.08 | 0 | 0.44 | 230.77 | 0.05 | 0.53 |
| Hex | 81 | 83 | 8E | 9 | 8 | 0 | 2C | E7 | 5 | 35 |
| Octal | 201 | 203 | 216 | 11 | 10 | 0 | 54 | 347 | 5 | 65 |
| Binary | 10000001 | 10000011 | 10001110 | 1001 | 1000 | 0 | 101100 | 11100111 | 101 | 110101 |
Color Harmonies of #81838E
Complementary color
Monochromatic Colors of #81838E
Black with #81838E
Text Example
Text Example
White with #81838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81838E; }
p { color: rgb(129,131,142); }
H1.HeaderClassName
{
color: #81838E;
}
.AnyTagClassName
{
color: #81838E;
}
</style>
background-color css
<style>
a { background-color: #81838E; }
a { background-color: rgb(129,131,142); }
div.DivClassName
{
background-color: #81838E;
}
.BgClassName
{
background-color: #81838E;
}
</style>
border-color css
<style>
span { border-color: #81838E; }
span { border-color: rgb(129,131,142); }
td.TdClassName
{
border-color: #81838E;
}
.TagClassName
{
border-color: #81838E;
}
</style>