Shades of Manatee #8C909D
Tints of Manatee #8C909D
RGB
CMYK
RGB Variations
Color information
#8C909D (or 0x8C909D) is known color: Manatee. HEX triplet: 8C, 90 and 9D. RGB value is (140,144,157). Sum of RGB (Red+Green+Blue) = 140+144+157=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C909D is #736F62. Grayscale: #909090. Windows color (decimal): -7565155 or 10326156. OLE color: 10326156.
HSL color Cylindrical-coordinate representation of color #8C909D: hue angle of 225.88º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C909D is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 144 | 157 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.38 |
| HSL | 225.88º | 0.08% | 0.58% | - |
| HSV(B) | 225.88º | 0.11% | 0.62% | - |
| XYZ | 26.87 | 27.96 | 35.88 | - |
| YUV | 144.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 157 | 0.11 | 0.08 | 0 | 0.38 | 225.88 | 0.08 | 0.58 |
| Hex | 8C | 90 | 9D | B | 8 | 0 | 26 | E2 | 8 | 3A |
| Octal | 214 | 220 | 235 | 13 | 10 | 0 | 46 | 342 | 10 | 72 |
| Binary | 10001100 | 10010000 | 10011101 | 1011 | 1000 | 0 | 100110 | 11100010 | 1000 | 111010 |
Color Harmonies of #8C909D
Complementary color
Monochromatic Colors of #8C909D
Black with #8C909D
Text Example
Text Example
White with #8C909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C909D; }
p { color: rgb(140,144,157); }
H1.HeaderClassName
{
color: #8C909D;
}
.AnyTagClassName
{
color: #8C909D;
}
</style>
background-color css
<style>
a { background-color: #8C909D; }
a { background-color: rgb(140,144,157); }
div.DivClassName
{
background-color: #8C909D;
}
.BgClassName
{
background-color: #8C909D;
}
</style>
border-color css
<style>
span { border-color: #8C909D; }
span { border-color: rgb(140,144,157); }
td.TdClassName
{
border-color: #8C909D;
}
.TagClassName
{
border-color: #8C909D;
}
</style>