Shades of Manatee #8A94AA
Tints of Manatee #8A94AA
RGB
CMYK
RGB Variations
Color information
#8A94AA (or 0x8A94AA) is known color: Manatee. HEX triplet: 8A, 94 and AA. RGB value is (138,148,170). Sum of RGB (Red+Green+Blue) = 138+148+170=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A94AA is #756B55. Grayscale: #939393. Windows color (decimal): -7695190 or 11179146. OLE color: 11179146.
HSL color Cylindrical-coordinate representation of color #8A94AA: hue angle of 221.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A94AA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 148 | 170 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.33 |
| HSL | 221.25º | 0.16% | 0.6% | - |
| HSV(B) | 221.25º | 0.19% | 0.67% | - |
| XYZ | 28.33 | 29.49 | 42.23 | - |
| YUV | 147.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 170 | 0.19 | 0.13 | 0 | 0.33 | 221.25 | 0.16 | 0.6 |
| Hex | 8A | 94 | AA | 13 | D | 0 | 21 | DD | 10 | 3C |
| Octal | 212 | 224 | 252 | 23 | 15 | 0 | 41 | 335 | 20 | 74 |
| Binary | 10001010 | 10010100 | 10101010 | 10011 | 1101 | 0 | 100001 | 11011101 | 10000 | 111100 |
Color Harmonies of #8A94AA
Complementary color
Monochromatic Colors of #8A94AA
Black with #8A94AA
Text Example
Text Example
White with #8A94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94AA; }
p { color: rgb(138,148,170); }
H1.HeaderClassName
{
color: #8A94AA;
}
.AnyTagClassName
{
color: #8A94AA;
}
</style>
background-color css
<style>
a { background-color: #8A94AA; }
a { background-color: rgb(138,148,170); }
div.DivClassName
{
background-color: #8A94AA;
}
.BgClassName
{
background-color: #8A94AA;
}
</style>
border-color css
<style>
span { border-color: #8A94AA; }
span { border-color: rgb(138,148,170); }
td.TdClassName
{
border-color: #8A94AA;
}
.TagClassName
{
border-color: #8A94AA;
}
</style>