Shades of Manatee #8182AA
Tints of Manatee #8182AA
RGB
CMYK
RGB Variations
Color information
#8182AA (or 0x8182AA) is known color: Manatee. HEX triplet: 81, 82 and AA. RGB value is (129,130,170). Sum of RGB (Red+Green+Blue) = 129+130+170=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #8182AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8182AA is #7E7D55. Grayscale: #868686. Windows color (decimal): -8289622 or 11174529. OLE color: 11174529.
HSL color Cylindrical-coordinate representation of color #8182AA: hue angle of 238.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8182AA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 130 | 170 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.33 |
| HSL | 238.54º | 0.19% | 0.59% | - |
| HSV(B) | 238.54º | 0.24% | 0.67% | - |
| XYZ | 24.29 | 23.53 | 41.29 | - |
| YUV | 134.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 170 | 0.24 | 0.24 | 0 | 0.33 | 238.54 | 0.19 | 0.59 |
| Hex | 81 | 82 | AA | 18 | 18 | 0 | 21 | EF | 13 | 3B |
| Octal | 201 | 202 | 252 | 30 | 30 | 0 | 41 | 357 | 23 | 73 |
| Binary | 10000001 | 10000010 | 10101010 | 11000 | 11000 | 0 | 100001 | 11101111 | 10011 | 111011 |
Color Harmonies of #8182AA
Complementary color
Monochromatic Colors of #8182AA
Black with #8182AA
Text Example
Text Example
White with #8182AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8182AA; }
p { color: rgb(129,130,170); }
H1.HeaderClassName
{
color: #8182AA;
}
.AnyTagClassName
{
color: #8182AA;
}
</style>
background-color css
<style>
a { background-color: #8182AA; }
a { background-color: rgb(129,130,170); }
div.DivClassName
{
background-color: #8182AA;
}
.BgClassName
{
background-color: #8182AA;
}
</style>
border-color css
<style>
span { border-color: #8182AA; }
span { border-color: rgb(129,130,170); }
td.TdClassName
{
border-color: #8182AA;
}
.TagClassName
{
border-color: #8182AA;
}
</style>