Shades of Manatee #8D929F
Tints of Manatee #8D929F
RGB
CMYK
RGB Variations
Color information
#8D929F (or 0x8D929F) is known color: Manatee. HEX triplet: 8D, 92 and 9F. RGB value is (141,146,159). Sum of RGB (Red+Green+Blue) = 141+146+159=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D929F is #726D60. Grayscale: #919191. Windows color (decimal): -7499105 or 10457741. OLE color: 10457741.
HSL color Cylindrical-coordinate representation of color #8D929F: hue angle of 223.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D929F is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 146 | 159 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.38 |
| HSL | 223.33º | 0.09% | 0.59% | - |
| HSV(B) | 223.33º | 0.11% | 0.62% | - |
| XYZ | 27.52 | 28.72 | 36.89 | - |
| YUV | 145.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 159 | 0.11 | 0.08 | 0 | 0.38 | 223.33 | 0.09 | 0.59 |
| Hex | 8D | 92 | 9F | B | 8 | 0 | 26 | DF | 9 | 3B |
| Octal | 215 | 222 | 237 | 13 | 10 | 0 | 46 | 337 | 11 | 73 |
| Binary | 10001101 | 10010010 | 10011111 | 1011 | 1000 | 0 | 100110 | 11011111 | 1001 | 111011 |
Color Harmonies of #8D929F
Complementary color
Monochromatic Colors of #8D929F
Black with #8D929F
Text Example
Text Example
White with #8D929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D929F; }
p { color: rgb(141,146,159); }
H1.HeaderClassName
{
color: #8D929F;
}
.AnyTagClassName
{
color: #8D929F;
}
</style>
background-color css
<style>
a { background-color: #8D929F; }
a { background-color: rgb(141,146,159); }
div.DivClassName
{
background-color: #8D929F;
}
.BgClassName
{
background-color: #8D929F;
}
</style>
border-color css
<style>
span { border-color: #8D929F; }
span { border-color: rgb(141,146,159); }
td.TdClassName
{
border-color: #8D929F;
}
.TagClassName
{
border-color: #8D929F;
}
</style>