Shades of Manatee #8E909C
Tints of Manatee #8E909C
RGB
CMYK
RGB Variations
Color information
#8E909C (or 0x8E909C) is known color: Manatee. HEX triplet: 8E, 90 and 9C. RGB value is (142,144,156). Sum of RGB (Red+Green+Blue) = 142+144+156=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E909C is #716F63. Grayscale: #909090. Windows color (decimal): -7434084 or 10260622. OLE color: 10260622.
HSL color Cylindrical-coordinate representation of color #8E909C: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E909C is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 144 | 156 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.39 |
| HSL | 231.43º | 0.07% | 0.58% | - |
| HSV(B) | 231.43º | 0.09% | 0.61% | - |
| XYZ | 27.13 | 28.1 | 35.45 | - |
| YUV | 144.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 156 | 0.09 | 0.08 | 0 | 0.39 | 231.43 | 0.07 | 0.58 |
| Hex | 8E | 90 | 9C | 9 | 8 | 0 | 27 | E7 | 7 | 3A |
| Octal | 216 | 220 | 234 | 11 | 10 | 0 | 47 | 347 | 7 | 72 |
| Binary | 10001110 | 10010000 | 10011100 | 1001 | 1000 | 0 | 100111 | 11100111 | 111 | 111010 |
Color Harmonies of #8E909C
Complementary color
Monochromatic Colors of #8E909C
Black with #8E909C
Text Example
Text Example
White with #8E909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E909C; }
p { color: rgb(142,144,156); }
H1.HeaderClassName
{
color: #8E909C;
}
.AnyTagClassName
{
color: #8E909C;
}
</style>
background-color css
<style>
a { background-color: #8E909C; }
a { background-color: rgb(142,144,156); }
div.DivClassName
{
background-color: #8E909C;
}
.BgClassName
{
background-color: #8E909C;
}
</style>
border-color css
<style>
span { border-color: #8E909C; }
span { border-color: rgb(142,144,156); }
td.TdClassName
{
border-color: #8E909C;
}
.TagClassName
{
border-color: #8E909C;
}
</style>