Shades of Manatee #8D92A4
Tints of Manatee #8D92A4
RGB
CMYK
RGB Variations
Color information
#8D92A4 (or 0x8D92A4) is known color: Manatee. HEX triplet: 8D, 92 and A4. RGB value is (141,146,164). Sum of RGB (Red+Green+Blue) = 141+146+164=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D92A4 is #726D5B. Grayscale: #929292. Windows color (decimal): -7499100 or 10785421. OLE color: 10785421.
HSL color Cylindrical-coordinate representation of color #8D92A4: hue angle of 226.96º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D92A4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 146 | 164 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.36 |
| HSL | 226.96º | 0.11% | 0.6% | - |
| HSV(B) | 226.96º | 0.14% | 0.64% | - |
| XYZ | 27.96 | 28.9 | 39.23 | - |
| YUV | 146.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 164 | 0.14 | 0.11 | 0 | 0.36 | 226.96 | 0.11 | 0.6 |
| Hex | 8D | 92 | A4 | E | B | 0 | 24 | E3 | B | 3C |
| Octal | 215 | 222 | 244 | 16 | 13 | 0 | 44 | 343 | 13 | 74 |
| Binary | 10001101 | 10010010 | 10100100 | 1110 | 1011 | 0 | 100100 | 11100011 | 1011 | 111100 |
Color Harmonies of #8D92A4
Complementary color
Monochromatic Colors of #8D92A4
Black with #8D92A4
Text Example
Text Example
White with #8D92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D92A4; }
p { color: rgb(141,146,164); }
H1.HeaderClassName
{
color: #8D92A4;
}
.AnyTagClassName
{
color: #8D92A4;
}
</style>
background-color css
<style>
a { background-color: #8D92A4; }
a { background-color: rgb(141,146,164); }
div.DivClassName
{
background-color: #8D92A4;
}
.BgClassName
{
background-color: #8D92A4;
}
</style>
border-color css
<style>
span { border-color: #8D92A4; }
span { border-color: rgb(141,146,164); }
td.TdClassName
{
border-color: #8D92A4;
}
.TagClassName
{
border-color: #8D92A4;
}
</style>