Shades of Manatee #8181AB
Tints of Manatee #8181AB
RGB
CMYK
RGB Variations
Color information
#8181AB (or 0x8181AB) is known color: Manatee. HEX triplet: 81, 81 and AB. RGB value is (129,129,171). Sum of RGB (Red+Green+Blue) = 129+129+171=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8181AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8181AB is #7E7E54. Grayscale: #858585. Windows color (decimal): -8289877 or 11239809. OLE color: 11239809.
HSL color Cylindrical-coordinate representation of color #8181AB: hue angle of 240º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8181AB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 129 | 171 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.33 |
| HSL | 240º | 0.2% | 0.59% | - |
| HSV(B) | 240º | 0.25% | 0.67% | - |
| XYZ | 24.25 | 23.31 | 41.75 | - |
| YUV | 133.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 171 | 0.25 | 0.25 | 0 | 0.33 | 240 | 0.2 | 0.59 |
| Hex | 81 | 81 | AB | 19 | 19 | 0 | 21 | F0 | 14 | 3B |
| Octal | 201 | 201 | 253 | 31 | 31 | 0 | 41 | 360 | 24 | 73 |
| Binary | 10000001 | 10000001 | 10101011 | 11001 | 11001 | 0 | 100001 | 11110000 | 10100 | 111011 |
Color Harmonies of #8181AB
Complementary color
Monochromatic Colors of #8181AB
Black with #8181AB
Text Example
Text Example
White with #8181AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8181AB; }
p { color: rgb(129,129,171); }
H1.HeaderClassName
{
color: #8181AB;
}
.AnyTagClassName
{
color: #8181AB;
}
</style>
background-color css
<style>
a { background-color: #8181AB; }
a { background-color: rgb(129,129,171); }
div.DivClassName
{
background-color: #8181AB;
}
.BgClassName
{
background-color: #8181AB;
}
</style>
border-color css
<style>
span { border-color: #8181AB; }
span { border-color: rgb(129,129,171); }
td.TdClassName
{
border-color: #8181AB;
}
.TagClassName
{
border-color: #8181AB;
}
</style>