Shades of Manatee #8082AA
Tints of Manatee #8082AA
RGB
CMYK
RGB Variations
Color information
#8082AA (or 0x8082AA) is known color: Manatee. HEX triplet: 80, 82 and AA. RGB value is (128,130,170). Sum of RGB (Red+Green+Blue) = 128+130+170=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #8082AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8082AA is #7F7D55. Grayscale: #858585. Windows color (decimal): -8355158 or 11174528. OLE color: 11174528.
HSL color Cylindrical-coordinate representation of color #8082AA: hue angle of 237.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8082AA is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 130 | 170 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.33 |
| HSL | 237.14º | 0.2% | 0.58% | - |
| HSV(B) | 237.14º | 0.25% | 0.67% | - |
| XYZ | 24.14 | 23.46 | 41.29 | - |
| YUV | 133.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 170 | 0.25 | 0.24 | 0 | 0.33 | 237.14 | 0.2 | 0.58 |
| Hex | 80 | 82 | AA | 19 | 18 | 0 | 21 | ED | 14 | 3A |
| Octal | 200 | 202 | 252 | 31 | 30 | 0 | 41 | 355 | 24 | 72 |
| Binary | 10000000 | 10000010 | 10101010 | 11001 | 11000 | 0 | 100001 | 11101101 | 10100 | 111010 |
Color Harmonies of #8082AA
Complementary color
Monochromatic Colors of #8082AA
Black with #8082AA
Text Example
Text Example
White with #8082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082AA; }
p { color: rgb(128,130,170); }
H1.HeaderClassName
{
color: #8082AA;
}
.AnyTagClassName
{
color: #8082AA;
}
</style>
background-color css
<style>
a { background-color: #8082AA; }
a { background-color: rgb(128,130,170); }
div.DivClassName
{
background-color: #8082AA;
}
.BgClassName
{
background-color: #8082AA;
}
</style>
border-color css
<style>
span { border-color: #8082AA; }
span { border-color: rgb(128,130,170); }
td.TdClassName
{
border-color: #8082AA;
}
.TagClassName
{
border-color: #8082AA;
}
</style>