Shades of Manatee #8C92AC
Tints of Manatee #8C92AC
RGB
CMYK
RGB Variations
Color information
#8C92AC (or 0x8C92AC) is known color: Manatee. HEX triplet: 8C, 92 and AC. RGB value is (140,146,172). Sum of RGB (Red+Green+Blue) = 140+146+172=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C92AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C92AC is #736D53. Grayscale: #939393. Windows color (decimal): -7564628 or 11309708. OLE color: 11309708.
HSL color Cylindrical-coordinate representation of color #8C92AC: hue angle of 228.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C92AC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 146 | 172 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.33 |
| HSL | 228.75º | 0.16% | 0.61% | - |
| HSV(B) | 228.75º | 0.19% | 0.67% | - |
| XYZ | 28.54 | 29.11 | 43.14 | - |
| YUV | 147.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 172 | 0.19 | 0.15 | 0 | 0.33 | 228.75 | 0.16 | 0.61 |
| Hex | 8C | 92 | AC | 13 | F | 0 | 21 | E5 | 10 | 3D |
| Octal | 214 | 222 | 254 | 23 | 17 | 0 | 41 | 345 | 20 | 75 |
| Binary | 10001100 | 10010010 | 10101100 | 10011 | 1111 | 0 | 100001 | 11100101 | 10000 | 111101 |
Color Harmonies of #8C92AC
Complementary color
Monochromatic Colors of #8C92AC
Black with #8C92AC
Text Example
Text Example
White with #8C92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92AC; }
p { color: rgb(140,146,172); }
H1.HeaderClassName
{
color: #8C92AC;
}
.AnyTagClassName
{
color: #8C92AC;
}
</style>
background-color css
<style>
a { background-color: #8C92AC; }
a { background-color: rgb(140,146,172); }
div.DivClassName
{
background-color: #8C92AC;
}
.BgClassName
{
background-color: #8C92AC;
}
</style>
border-color css
<style>
span { border-color: #8C92AC; }
span { border-color: rgb(140,146,172); }
td.TdClassName
{
border-color: #8C92AC;
}
.TagClassName
{
border-color: #8C92AC;
}
</style>