Shades of Manatee #8282AA
Tints of Manatee #8282AA
RGB
CMYK
RGB Variations
Color information
#8282AA (or 0x8282AA) is known color: Manatee. HEX triplet: 82, 82 and AA. RGB value is (130,130,170). Sum of RGB (Red+Green+Blue) = 130+130+170=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8282AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8282AA is #7D7D55. Grayscale: #868686. Windows color (decimal): -8224086 or 11174530. OLE color: 11174530.
HSL color Cylindrical-coordinate representation of color #8282AA: hue angle of 240º 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 #8282AA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 130 | 170 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.33 |
| HSL | 240º | 0.19% | 0.59% | - |
| HSV(B) | 240º | 0.24% | 0.67% | - |
| XYZ | 24.44 | 23.61 | 41.3 | - |
| YUV | 134.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 170 | 0.24 | 0.24 | 0 | 0.33 | 240 | 0.19 | 0.59 |
| Hex | 82 | 82 | AA | 18 | 18 | 0 | 21 | F0 | 13 | 3B |
| Octal | 202 | 202 | 252 | 30 | 30 | 0 | 41 | 360 | 23 | 73 |
| Binary | 10000010 | 10000010 | 10101010 | 11000 | 11000 | 0 | 100001 | 11110000 | 10011 | 111011 |
Color Harmonies of #8282AA
Complementary color
Monochromatic Colors of #8282AA
Black with #8282AA
Text Example
Text Example
White with #8282AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282AA; }
p { color: rgb(130,130,170); }
H1.HeaderClassName
{
color: #8282AA;
}
.AnyTagClassName
{
color: #8282AA;
}
</style>
background-color css
<style>
a { background-color: #8282AA; }
a { background-color: rgb(130,130,170); }
div.DivClassName
{
background-color: #8282AA;
}
.BgClassName
{
background-color: #8282AA;
}
</style>
border-color css
<style>
span { border-color: #8282AA; }
span { border-color: rgb(130,130,170); }
td.TdClassName
{
border-color: #8282AA;
}
.TagClassName
{
border-color: #8282AA;
}
</style>