Shades of Manatee #8E909D
Tints of Manatee #8E909D
RGB
CMYK
RGB Variations
Color information
#8E909D (or 0x8E909D) is known color: Manatee. HEX triplet: 8E, 90 and 9D. RGB value is (142,144,157). Sum of RGB (Red+Green+Blue) = 142+144+157=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E909D is #716F62. Grayscale: #909090. Windows color (decimal): -7434083 or 10326158. OLE color: 10326158.
HSL color Cylindrical-coordinate representation of color #8E909D: hue angle of 232º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E909D is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 144 | 157 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.38 |
| HSL | 232º | 0.07% | 0.59% | - |
| HSV(B) | 232º | 0.1% | 0.62% | - |
| XYZ | 27.21 | 28.13 | 35.89 | - |
| YUV | 144.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 157 | 0.10 | 0.08 | 0 | 0.38 | 232 | 0.07 | 0.59 |
| Hex | 8E | 90 | 9D | A | 8 | 0 | 26 | E8 | 7 | 3B |
| Octal | 216 | 220 | 235 | 12 | 10 | 0 | 46 | 350 | 7 | 73 |
| Binary | 10001110 | 10010000 | 10011101 | 1010 | 1000 | 0 | 100110 | 11101000 | 111 | 111011 |
Color Harmonies of #8E909D
Complementary color
Monochromatic Colors of #8E909D
Black with #8E909D
Text Example
Text Example
White with #8E909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E909D; }
p { color: rgb(142,144,157); }
H1.HeaderClassName
{
color: #8E909D;
}
.AnyTagClassName
{
color: #8E909D;
}
</style>
background-color css
<style>
a { background-color: #8E909D; }
a { background-color: rgb(142,144,157); }
div.DivClassName
{
background-color: #8E909D;
}
.BgClassName
{
background-color: #8E909D;
}
</style>
border-color css
<style>
span { border-color: #8E909D; }
span { border-color: rgb(142,144,157); }
td.TdClassName
{
border-color: #8E909D;
}
.TagClassName
{
border-color: #8E909D;
}
</style>