Shades of Manatee #8C92AA
Tints of Manatee #8C92AA
RGB
CMYK
RGB Variations
Color information
#8C92AA (or 0x8C92AA) is known color: Manatee. HEX triplet: 8C, 92 and AA. RGB value is (140,146,170). Sum of RGB (Red+Green+Blue) = 140+146+170=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C92AA is #736D55. Grayscale: #929292. Windows color (decimal): -7564630 or 11178636. OLE color: 11178636.
HSL color Cylindrical-coordinate representation of color #8C92AA: hue angle of 228º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C92AA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 146 | 170 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.33 |
| HSL | 228º | 0.15% | 0.61% | - |
| HSV(B) | 228º | 0.18% | 0.67% | - |
| XYZ | 28.35 | 29.04 | 42.14 | - |
| YUV | 146.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 170 | 0.18 | 0.14 | 0 | 0.33 | 228 | 0.15 | 0.61 |
| Hex | 8C | 92 | AA | 12 | E | 0 | 21 | E4 | F | 3D |
| Octal | 214 | 222 | 252 | 22 | 16 | 0 | 41 | 344 | 17 | 75 |
| Binary | 10001100 | 10010010 | 10101010 | 10010 | 1110 | 0 | 100001 | 11100100 | 1111 | 111101 |
Color Harmonies of #8C92AA
Complementary color
Monochromatic Colors of #8C92AA
Black with #8C92AA
Text Example
Text Example
White with #8C92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92AA; }
p { color: rgb(140,146,170); }
H1.HeaderClassName
{
color: #8C92AA;
}
.AnyTagClassName
{
color: #8C92AA;
}
</style>
background-color css
<style>
a { background-color: #8C92AA; }
a { background-color: rgb(140,146,170); }
div.DivClassName
{
background-color: #8C92AA;
}
.BgClassName
{
background-color: #8C92AA;
}
</style>
border-color css
<style>
span { border-color: #8C92AA; }
span { border-color: rgb(140,146,170); }
td.TdClassName
{
border-color: #8C92AA;
}
.TagClassName
{
border-color: #8C92AA;
}
</style>