Shades of Manatee #8D92AB
Tints of Manatee #8D92AB
RGB
CMYK
RGB Variations
Color information
#8D92AB (or 0x8D92AB) is known color: Manatee. HEX triplet: 8D, 92 and AB. RGB value is (141,146,171). Sum of RGB (Red+Green+Blue) = 141+146+171=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D92AB is #726D54. Grayscale: #939393. Windows color (decimal): -7499093 or 11244173. OLE color: 11244173.
HSL color Cylindrical-coordinate representation of color #8D92AB: hue angle of 230º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D92AB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 146 | 171 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.33 |
| HSL | 230º | 0.15% | 0.61% | - |
| HSV(B) | 230º | 0.18% | 0.67% | - |
| XYZ | 28.61 | 29.16 | 42.65 | - |
| YUV | 147.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 171 | 0.18 | 0.15 | 0 | 0.33 | 230 | 0.15 | 0.61 |
| Hex | 8D | 92 | AB | 12 | F | 0 | 21 | E6 | F | 3D |
| Octal | 215 | 222 | 253 | 22 | 17 | 0 | 41 | 346 | 17 | 75 |
| Binary | 10001101 | 10010010 | 10101011 | 10010 | 1111 | 0 | 100001 | 11100110 | 1111 | 111101 |
Color Harmonies of #8D92AB
Complementary color
Monochromatic Colors of #8D92AB
Black with #8D92AB
Text Example
Text Example
White with #8D92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D92AB; }
p { color: rgb(141,146,171); }
H1.HeaderClassName
{
color: #8D92AB;
}
.AnyTagClassName
{
color: #8D92AB;
}
</style>
background-color css
<style>
a { background-color: #8D92AB; }
a { background-color: rgb(141,146,171); }
div.DivClassName
{
background-color: #8D92AB;
}
.BgClassName
{
background-color: #8D92AB;
}
</style>
border-color css
<style>
span { border-color: #8D92AB; }
span { border-color: rgb(141,146,171); }
td.TdClassName
{
border-color: #8D92AB;
}
.TagClassName
{
border-color: #8D92AB;
}
</style>