Shades of Manatee #81818B
Tints of Manatee #81818B
RGB
CMYK
RGB Variations
Color information
#81818B (or 0x81818B) is known color: Manatee. HEX triplet: 81, 81 and 8B. RGB value is (129,129,139). Sum of RGB (Red+Green+Blue) = 129+129+139=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #81818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81818B is #7E7E74. Grayscale: #828282. Windows color (decimal): -8289909 or 9142657. OLE color: 9142657.
HSL color Cylindrical-coordinate representation of color #81818B: hue angle of 240º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81818B is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 129 | 139 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.45 |
| HSL | 240º | 0.04% | 0.53% | - |
| HSV(B) | 240º | 0.07% | 0.55% | - |
| XYZ | 21.56 | 22.23 | 27.58 | - |
| YUV | 130.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 139 | 0.07 | 0.07 | 0 | 0.45 | 240 | 0.04 | 0.53 |
| Hex | 81 | 81 | 8B | 7 | 7 | 0 | 2D | F0 | 4 | 35 |
| Octal | 201 | 201 | 213 | 7 | 7 | 0 | 55 | 360 | 4 | 65 |
| Binary | 10000001 | 10000001 | 10001011 | 111 | 111 | 0 | 101101 | 11110000 | 100 | 110101 |
Color Harmonies of #81818B
Complementary color
Monochromatic Colors of #81818B
Black with #81818B
Text Example
Text Example
White with #81818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81818B; }
p { color: rgb(129,129,139); }
H1.HeaderClassName
{
color: #81818B;
}
.AnyTagClassName
{
color: #81818B;
}
</style>
background-color css
<style>
a { background-color: #81818B; }
a { background-color: rgb(129,129,139); }
div.DivClassName
{
background-color: #81818B;
}
.BgClassName
{
background-color: #81818B;
}
</style>
border-color css
<style>
span { border-color: #81818B; }
span { border-color: rgb(129,129,139); }
td.TdClassName
{
border-color: #81818B;
}
.TagClassName
{
border-color: #81818B;
}
</style>