Shades of Manatee #8287AA
Tints of Manatee #8287AA
RGB
CMYK
RGB Variations
Color information
#8287AA (or 0x8287AA) is known color: Manatee. HEX triplet: 82, 87 and AA. RGB value is (130,135,170). Sum of RGB (Red+Green+Blue) = 130+135+170=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8287AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8287AA is #7D7855. Grayscale: #898989. Windows color (decimal): -8222806 or 11175810. OLE color: 11175810.
HSL color Cylindrical-coordinate representation of color #8287AA: hue angle of 232.5º 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 #8287AA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 135 | 170 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.33 |
| HSL | 232.5º | 0.19% | 0.59% | - |
| HSV(B) | 232.5º | 0.24% | 0.67% | - |
| XYZ | 25.13 | 24.98 | 41.53 | - |
| YUV | 137.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 170 | 0.24 | 0.21 | 0 | 0.33 | 232.5 | 0.19 | 0.59 |
| Hex | 82 | 87 | AA | 18 | 15 | 0 | 21 | E8 | 13 | 3B |
| Octal | 202 | 207 | 252 | 30 | 25 | 0 | 41 | 350 | 23 | 73 |
| Binary | 10000010 | 10000111 | 10101010 | 11000 | 10101 | 0 | 100001 | 11101000 | 10011 | 111011 |
Color Harmonies of #8287AA
Complementary color
Monochromatic Colors of #8287AA
Black with #8287AA
Text Example
Text Example
White with #8287AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287AA; }
p { color: rgb(130,135,170); }
H1.HeaderClassName
{
color: #8287AA;
}
.AnyTagClassName
{
color: #8287AA;
}
</style>
background-color css
<style>
a { background-color: #8287AA; }
a { background-color: rgb(130,135,170); }
div.DivClassName
{
background-color: #8287AA;
}
.BgClassName
{
background-color: #8287AA;
}
</style>
border-color css
<style>
span { border-color: #8287AA; }
span { border-color: rgb(130,135,170); }
td.TdClassName
{
border-color: #8287AA;
}
.TagClassName
{
border-color: #8287AA;
}
</style>