Shades of Manatee #81818C
Tints of Manatee #81818C
RGB
CMYK
RGB Variations
Color information
#81818C (or 0x81818C) is known color: Manatee. HEX triplet: 81, 81 and 8C. RGB value is (129,129,140). Sum of RGB (Red+Green+Blue) = 129+129+140=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 140 - color contains mainly: blue. Hex color #81818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81818C is #7E7E73. Grayscale: #828282. Windows color (decimal): -8289908 or 9208193. OLE color: 9208193.
HSL color Cylindrical-coordinate representation of color #81818C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81818C is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 129 | 140 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.45 |
| HSL | 240º | 0.05% | 0.53% | - |
| HSV(B) | 240º | 0.08% | 0.55% | - |
| XYZ | 21.64 | 22.26 | 27.97 | - |
| YUV | 130.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 140 | 0.08 | 0.08 | 0 | 0.45 | 240 | 0.05 | 0.53 |
| Hex | 81 | 81 | 8C | 8 | 8 | 0 | 2D | F0 | 5 | 35 |
| Octal | 201 | 201 | 214 | 10 | 10 | 0 | 55 | 360 | 5 | 65 |
| Binary | 10000001 | 10000001 | 10001100 | 1000 | 1000 | 0 | 101101 | 11110000 | 101 | 110101 |
Color Harmonies of #81818C
Complementary color
Monochromatic Colors of #81818C
Black with #81818C
Text Example
Text Example
White with #81818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81818C; }
p { color: rgb(129,129,140); }
H1.HeaderClassName
{
color: #81818C;
}
.AnyTagClassName
{
color: #81818C;
}
</style>
background-color css
<style>
a { background-color: #81818C; }
a { background-color: rgb(129,129,140); }
div.DivClassName
{
background-color: #81818C;
}
.BgClassName
{
background-color: #81818C;
}
</style>
border-color css
<style>
span { border-color: #81818C; }
span { border-color: rgb(129,129,140); }
td.TdClassName
{
border-color: #81818C;
}
.TagClassName
{
border-color: #81818C;
}
</style>