Shades of Manatee #8485AA
Tints of Manatee #8485AA
RGB
CMYK
RGB Variations
Color information
#8485AA (or 0x8485AA) is known color: Manatee. HEX triplet: 84, 85 and AA. RGB value is (132,133,170). Sum of RGB (Red+Green+Blue) = 132+133+170=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 133 (52.34% from 255 or 30.57% 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 #8485AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8485AA is #7B7A55. Grayscale: #888888. Windows color (decimal): -8092246 or 11175300. OLE color: 11175300.
HSL color Cylindrical-coordinate representation of color #8485AA: hue angle of 238.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8485AA is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 133 | 170 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.33 |
| HSL | 238.42º | 0.18% | 0.59% | - |
| HSV(B) | 238.42º | 0.22% | 0.67% | - |
| XYZ | 25.16 | 24.58 | 41.45 | - |
| YUV | 136.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 170 | 0.22 | 0.22 | 0 | 0.33 | 238.42 | 0.18 | 0.59 |
| Hex | 84 | 85 | AA | 16 | 16 | 0 | 21 | EE | 12 | 3B |
| Octal | 204 | 205 | 252 | 26 | 26 | 0 | 41 | 356 | 22 | 73 |
| Binary | 10000100 | 10000101 | 10101010 | 10110 | 10110 | 0 | 100001 | 11101110 | 10010 | 111011 |
Color Harmonies of #8485AA
Complementary color
Monochromatic Colors of #8485AA
Black with #8485AA
Text Example
Text Example
White with #8485AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8485AA; }
p { color: rgb(132,133,170); }
H1.HeaderClassName
{
color: #8485AA;
}
.AnyTagClassName
{
color: #8485AA;
}
</style>
background-color css
<style>
a { background-color: #8485AA; }
a { background-color: rgb(132,133,170); }
div.DivClassName
{
background-color: #8485AA;
}
.BgClassName
{
background-color: #8485AA;
}
</style>
border-color css
<style>
span { border-color: #8485AA; }
span { border-color: rgb(132,133,170); }
td.TdClassName
{
border-color: #8485AA;
}
.TagClassName
{
border-color: #8485AA;
}
</style>