Shades of Manatee #8D94AA
Tints of Manatee #8D94AA
RGB
CMYK
RGB Variations
Color information
#8D94AA (or 0x8D94AA) is known color: Manatee. HEX triplet: 8D, 94 and AA. RGB value is (141,148,170). Sum of RGB (Red+Green+Blue) = 141+148+170=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D94AA is #726B55. Grayscale: #949494. Windows color (decimal): -7498582 or 11179149. OLE color: 11179149.
HSL color Cylindrical-coordinate representation of color #8D94AA: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D94AA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 148 | 170 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.33 |
| HSL | 225.52º | 0.15% | 0.61% | - |
| HSV(B) | 225.52º | 0.17% | 0.67% | - |
| XYZ | 28.83 | 29.74 | 42.25 | - |
| YUV | 148.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 170 | 0.17 | 0.13 | 0 | 0.33 | 225.52 | 0.15 | 0.61 |
| Hex | 8D | 94 | AA | 11 | D | 0 | 21 | E2 | F | 3D |
| Octal | 215 | 224 | 252 | 21 | 15 | 0 | 41 | 342 | 17 | 75 |
| Binary | 10001101 | 10010100 | 10101010 | 10001 | 1101 | 0 | 100001 | 11100010 | 1111 | 111101 |
Color Harmonies of #8D94AA
Complementary color
Monochromatic Colors of #8D94AA
Black with #8D94AA
Text Example
Text Example
White with #8D94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94AA; }
p { color: rgb(141,148,170); }
H1.HeaderClassName
{
color: #8D94AA;
}
.AnyTagClassName
{
color: #8D94AA;
}
</style>
background-color css
<style>
a { background-color: #8D94AA; }
a { background-color: rgb(141,148,170); }
div.DivClassName
{
background-color: #8D94AA;
}
.BgClassName
{
background-color: #8D94AA;
}
</style>
border-color css
<style>
span { border-color: #8D94AA; }
span { border-color: rgb(141,148,170); }
td.TdClassName
{
border-color: #8D94AA;
}
.TagClassName
{
border-color: #8D94AA;
}
</style>