Shades of Manatee #8D92AD
Tints of Manatee #8D92AD
RGB
CMYK
RGB Variations
Color information
#8D92AD (or 0x8D92AD) is known color: Manatee. HEX triplet: 8D, 92 and AD. RGB value is (141,146,173). Sum of RGB (Red+Green+Blue) = 141+146+173=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D92AD is #726D52. Grayscale: #939393. Windows color (decimal): -7499091 or 11375245. OLE color: 11375245.
HSL color Cylindrical-coordinate representation of color #8D92AD: hue angle of 230.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D92AD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 146 | 173 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.32 |
| HSL | 230.63º | 0.16% | 0.62% | - |
| HSV(B) | 230.63º | 0.18% | 0.68% | - |
| XYZ | 28.81 | 29.24 | 43.66 | - |
| YUV | 147.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 173 | 0.18 | 0.16 | 0 | 0.32 | 230.63 | 0.16 | 0.62 |
| Hex | 8D | 92 | AD | 12 | 10 | 0 | 20 | E7 | 10 | 3E |
| Octal | 215 | 222 | 255 | 22 | 20 | 0 | 40 | 347 | 20 | 76 |
| Binary | 10001101 | 10010010 | 10101101 | 10010 | 10000 | 0 | 100000 | 11100111 | 10000 | 111110 |
Color Harmonies of #8D92AD
Complementary color
Monochromatic Colors of #8D92AD
Black with #8D92AD
Text Example
Text Example
White with #8D92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D92AD; }
p { color: rgb(141,146,173); }
H1.HeaderClassName
{
color: #8D92AD;
}
.AnyTagClassName
{
color: #8D92AD;
}
</style>
background-color css
<style>
a { background-color: #8D92AD; }
a { background-color: rgb(141,146,173); }
div.DivClassName
{
background-color: #8D92AD;
}
.BgClassName
{
background-color: #8D92AD;
}
</style>
border-color css
<style>
span { border-color: #8D92AD; }
span { border-color: rgb(141,146,173); }
td.TdClassName
{
border-color: #8D92AD;
}
.TagClassName
{
border-color: #8D92AD;
}
</style>