Shades of Manatee #8C909E
Tints of Manatee #8C909E
RGB
CMYK
RGB Variations
Color information
#8C909E (or 0x8C909E) is known color: Manatee. HEX triplet: 8C, 90 and 9E. RGB value is (140,144,158). Sum of RGB (Red+Green+Blue) = 140+144+158=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C909E is #736F61. Grayscale: #909090. Windows color (decimal): -7565154 or 10391692. OLE color: 10391692.
HSL color Cylindrical-coordinate representation of color #8C909E: hue angle of 226.67º 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 #8C909E is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 144 | 158 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.38 |
| HSL | 226.67º | 0.08% | 0.58% | - |
| HSV(B) | 226.67º | 0.11% | 0.62% | - |
| XYZ | 26.96 | 27.99 | 36.33 | - |
| YUV | 144.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 158 | 0.11 | 0.09 | 0 | 0.38 | 226.67 | 0.08 | 0.58 |
| Hex | 8C | 90 | 9E | B | 9 | 0 | 26 | E3 | 8 | 3A |
| Octal | 214 | 220 | 236 | 13 | 11 | 0 | 46 | 343 | 10 | 72 |
| Binary | 10001100 | 10010000 | 10011110 | 1011 | 1001 | 0 | 100110 | 11100011 | 1000 | 111010 |
Color Harmonies of #8C909E
Complementary color
Monochromatic Colors of #8C909E
Black with #8C909E
Text Example
Text Example
White with #8C909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C909E; }
p { color: rgb(140,144,158); }
H1.HeaderClassName
{
color: #8C909E;
}
.AnyTagClassName
{
color: #8C909E;
}
</style>
background-color css
<style>
a { background-color: #8C909E; }
a { background-color: rgb(140,144,158); }
div.DivClassName
{
background-color: #8C909E;
}
.BgClassName
{
background-color: #8C909E;
}
</style>
border-color css
<style>
span { border-color: #8C909E; }
span { border-color: rgb(140,144,158); }
td.TdClassName
{
border-color: #8C909E;
}
.TagClassName
{
border-color: #8C909E;
}
</style>