Shades of Manatee #81809A
Tints of Manatee #81809A
RGB
CMYK
RGB Variations
Color information
#81809A (or 0x81809A) is known color: Manatee. HEX triplet: 81, 80 and 9A. RGB value is (129,128,154). Sum of RGB (Red+Green+Blue) = 129+128+154=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #81809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81809A is #7E7F65. Grayscale: #838383. Windows color (decimal): -8290150 or 10125441. OLE color: 10125441.
HSL color Cylindrical-coordinate representation of color #81809A: hue angle of 242.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81809A is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 128 | 154 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.40 |
| HSL | 242.31º | 0.11% | 0.55% | - |
| HSV(B) | 242.31º | 0.17% | 0.6% | - |
| XYZ | 22.61 | 22.44 | 33.71 | - |
| YUV | 131.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 154 | 0.16 | 0.17 | 0 | 0.40 | 242.31 | 0.11 | 0.55 |
| Hex | 81 | 80 | 9A | 10 | 11 | 0 | 28 | F2 | B | 37 |
| Octal | 201 | 200 | 232 | 20 | 21 | 0 | 50 | 362 | 13 | 67 |
| Binary | 10000001 | 10000000 | 10011010 | 10000 | 10001 | 0 | 101000 | 11110010 | 1011 | 110111 |
Color Harmonies of #81809A
Complementary color
Monochromatic Colors of #81809A
Black with #81809A
Text Example
Text Example
White with #81809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81809A; }
p { color: rgb(129,128,154); }
H1.HeaderClassName
{
color: #81809A;
}
.AnyTagClassName
{
color: #81809A;
}
</style>
background-color css
<style>
a { background-color: #81809A; }
a { background-color: rgb(129,128,154); }
div.DivClassName
{
background-color: #81809A;
}
.BgClassName
{
background-color: #81809A;
}
</style>
border-color css
<style>
span { border-color: #81809A; }
span { border-color: rgb(129,128,154); }
td.TdClassName
{
border-color: #81809A;
}
.TagClassName
{
border-color: #81809A;
}
</style>