Shades of Manatee #8C9098
Tints of Manatee #8C9098
RGB
CMYK
RGB Variations
Color information
#8C9098 (or 0x8C9098) is known color: Manatee. HEX triplet: 8C, 90 and 98. RGB value is (140,144,152). Sum of RGB (Red+Green+Blue) = 140+144+152=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9098 is #736F67. Grayscale: #8F8F8F. Windows color (decimal): -7565160 or 9998476. OLE color: 9998476.
HSL color Cylindrical-coordinate representation of color #8C9098: hue angle of 220º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9098 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 144 | 152 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.40 |
| HSL | 220º | 0.06% | 0.57% | - |
| HSV(B) | 220º | 0.08% | 0.6% | - |
| XYZ | 26.46 | 27.79 | 33.68 | - |
| YUV | 143.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 152 | 0.08 | 0.05 | 0 | 0.40 | 220 | 0.06 | 0.57 |
| Hex | 8C | 90 | 98 | 8 | 5 | 0 | 28 | DC | 6 | 39 |
| Octal | 214 | 220 | 230 | 10 | 5 | 0 | 50 | 334 | 6 | 71 |
| Binary | 10001100 | 10010000 | 10011000 | 1000 | 101 | 0 | 101000 | 11011100 | 110 | 111001 |
Color Harmonies of #8C9098
Complementary color
Monochromatic Colors of #8C9098
Black with #8C9098
Text Example
Text Example
White with #8C9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9098; }
p { color: rgb(140,144,152); }
H1.HeaderClassName
{
color: #8C9098;
}
.AnyTagClassName
{
color: #8C9098;
}
</style>
background-color css
<style>
a { background-color: #8C9098; }
a { background-color: rgb(140,144,152); }
div.DivClassName
{
background-color: #8C9098;
}
.BgClassName
{
background-color: #8C9098;
}
</style>
border-color css
<style>
span { border-color: #8C9098; }
span { border-color: rgb(140,144,152); }
td.TdClassName
{
border-color: #8C9098;
}
.TagClassName
{
border-color: #8C9098;
}
</style>