Shades of Manatee #8D9097
Tints of Manatee #8D9097
RGB
CMYK
RGB Variations
Color information
#8D9097 (or 0x8D9097) is known color: Manatee. HEX triplet: 8D, 90 and 97. RGB value is (141,144,151). Sum of RGB (Red+Green+Blue) = 141+144+151=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D9097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9097 is #726F68. Grayscale: #8F8F8F. Windows color (decimal): -7499625 or 9932941. OLE color: 9932941.
HSL color Cylindrical-coordinate representation of color #8D9097: hue angle of 222º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9097 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 144 | 151 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.41 |
| HSL | 222º | 0.05% | 0.57% | - |
| HSV(B) | 222º | 0.07% | 0.59% | - |
| XYZ | 26.54 | 27.84 | 33.25 | - |
| YUV | 143.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 151 | 0.07 | 0.05 | 0 | 0.41 | 222 | 0.05 | 0.57 |
| Hex | 8D | 90 | 97 | 7 | 5 | 0 | 29 | DE | 5 | 39 |
| Octal | 215 | 220 | 227 | 7 | 5 | 0 | 51 | 336 | 5 | 71 |
| Binary | 10001101 | 10010000 | 10010111 | 111 | 101 | 0 | 101001 | 11011110 | 101 | 111001 |
Color Harmonies of #8D9097
Complementary color
Monochromatic Colors of #8D9097
Black with #8D9097
Text Example
Text Example
White with #8D9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9097; }
p { color: rgb(141,144,151); }
H1.HeaderClassName
{
color: #8D9097;
}
.AnyTagClassName
{
color: #8D9097;
}
</style>
background-color css
<style>
a { background-color: #8D9097; }
a { background-color: rgb(141,144,151); }
div.DivClassName
{
background-color: #8D9097;
}
.BgClassName
{
background-color: #8D9097;
}
</style>
border-color css
<style>
span { border-color: #8D9097; }
span { border-color: rgb(141,144,151); }
td.TdClassName
{
border-color: #8D9097;
}
.TagClassName
{
border-color: #8D9097;
}
</style>