Shades of Manatee #8D929B
Tints of Manatee #8D929B
RGB
CMYK
RGB Variations
Color information
#8D929B (or 0x8D929B) is known color: Manatee. HEX triplet: 8D, 92 and 9B. RGB value is (141,146,155). Sum of RGB (Red+Green+Blue) = 141+146+155=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D929B is #726D64. Grayscale: #919191. Windows color (decimal): -7499109 or 10195597. OLE color: 10195597.
HSL color Cylindrical-coordinate representation of color #8D929B: hue angle of 218.57º 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 #8D929B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 146 | 155 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.39 |
| HSL | 218.57º | 0.07% | 0.58% | - |
| HSV(B) | 218.57º | 0.09% | 0.61% | - |
| XYZ | 27.18 | 28.59 | 35.1 | - |
| YUV | 145.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 155 | 0.09 | 0.06 | 0 | 0.39 | 218.57 | 0.07 | 0.58 |
| Hex | 8D | 92 | 9B | 9 | 6 | 0 | 27 | DB | 7 | 3A |
| Octal | 215 | 222 | 233 | 11 | 6 | 0 | 47 | 333 | 7 | 72 |
| Binary | 10001101 | 10010010 | 10011011 | 1001 | 110 | 0 | 100111 | 11011011 | 111 | 111010 |
Color Harmonies of #8D929B
Complementary color
Monochromatic Colors of #8D929B
Black with #8D929B
Text Example
Text Example
White with #8D929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D929B; }
p { color: rgb(141,146,155); }
H1.HeaderClassName
{
color: #8D929B;
}
.AnyTagClassName
{
color: #8D929B;
}
</style>
background-color css
<style>
a { background-color: #8D929B; }
a { background-color: rgb(141,146,155); }
div.DivClassName
{
background-color: #8D929B;
}
.BgClassName
{
background-color: #8D929B;
}
</style>
border-color css
<style>
span { border-color: #8D929B; }
span { border-color: rgb(141,146,155); }
td.TdClassName
{
border-color: #8D929B;
}
.TagClassName
{
border-color: #8D929B;
}
</style>