Shades of Manatee #8C8E92
Tints of Manatee #8C8E92
RGB
CMYK
RGB Variations
Color information
#8C8E92 (or 0x8C8E92) is known color: Manatee. HEX triplet: 8C, 8E and 92. RGB value is (140,142,146). Sum of RGB (Red+Green+Blue) = 140+142+146=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C8E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E92 is #73716D. Grayscale: #8D8D8D. Windows color (decimal): -7565678 or 9604748. OLE color: 9604748.
HSL color Cylindrical-coordinate representation of color #8C8E92: hue angle of 220º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8E92 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 142 | 146 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.43 |
| HSL | 220º | 0.03% | 0.56% | - |
| HSV(B) | 220º | 0.04% | 0.57% | - |
| XYZ | 25.68 | 27 | 31.05 | - |
| YUV | 141.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 146 | 0.04 | 0.03 | 0 | 0.43 | 220 | 0.03 | 0.56 |
| Hex | 8C | 8E | 92 | 4 | 3 | 0 | 2B | DC | 3 | 38 |
| Octal | 214 | 216 | 222 | 4 | 3 | 0 | 53 | 334 | 3 | 70 |
| Binary | 10001100 | 10001110 | 10010010 | 100 | 11 | 0 | 101011 | 11011100 | 11 | 111000 |
Color Harmonies of #8C8E92
Complementary color
Monochromatic Colors of #8C8E92
Black with #8C8E92
Text Example
Text Example
White with #8C8E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E92; }
p { color: rgb(140,142,146); }
H1.HeaderClassName
{
color: #8C8E92;
}
.AnyTagClassName
{
color: #8C8E92;
}
</style>
background-color css
<style>
a { background-color: #8C8E92; }
a { background-color: rgb(140,142,146); }
div.DivClassName
{
background-color: #8C8E92;
}
.BgClassName
{
background-color: #8C8E92;
}
</style>
border-color css
<style>
span { border-color: #8C8E92; }
span { border-color: rgb(140,142,146); }
td.TdClassName
{
border-color: #8C8E92;
}
.TagClassName
{
border-color: #8C8E92;
}
</style>