Shades of Manatee #8C939F
Tints of Manatee #8C939F
RGB
CMYK
RGB Variations
Color information
#8C939F (or 0x8C939F) is known color: Manatee. HEX triplet: 8C, 93 and 9F. RGB value is (140,147,159). Sum of RGB (Red+Green+Blue) = 140+147+159=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C939F is #736C60. Grayscale: #929292. Windows color (decimal): -7564385 or 10457996. OLE color: 10457996.
HSL color Cylindrical-coordinate representation of color #8C939F: hue angle of 217.89º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C939F is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 147 | 159 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.38 |
| HSL | 217.89º | 0.09% | 0.59% | - |
| HSV(B) | 217.89º | 0.12% | 0.62% | - |
| XYZ | 27.51 | 28.95 | 36.94 | - |
| YUV | 146.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 159 | 0.12 | 0.08 | 0 | 0.38 | 217.89 | 0.09 | 0.59 |
| Hex | 8C | 93 | 9F | C | 8 | 0 | 26 | DA | 9 | 3B |
| Octal | 214 | 223 | 237 | 14 | 10 | 0 | 46 | 332 | 11 | 73 |
| Binary | 10001100 | 10010011 | 10011111 | 1100 | 1000 | 0 | 100110 | 11011010 | 1001 | 111011 |
Color Harmonies of #8C939F
Complementary color
Monochromatic Colors of #8C939F
Black with #8C939F
Text Example
Text Example
White with #8C939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C939F; }
p { color: rgb(140,147,159); }
H1.HeaderClassName
{
color: #8C939F;
}
.AnyTagClassName
{
color: #8C939F;
}
</style>
background-color css
<style>
a { background-color: #8C939F; }
a { background-color: rgb(140,147,159); }
div.DivClassName
{
background-color: #8C939F;
}
.BgClassName
{
background-color: #8C939F;
}
</style>
border-color css
<style>
span { border-color: #8C939F; }
span { border-color: rgb(140,147,159); }
td.TdClassName
{
border-color: #8C939F;
}
.TagClassName
{
border-color: #8C939F;
}
</style>