Shades of Manatee #8A8CAA
Tints of Manatee #8A8CAA
RGB
CMYK
RGB Variations
Color information
#8A8CAA (or 0x8A8CAA) is known color: Manatee. HEX triplet: 8A, 8C and AA. RGB value is (138,140,170). Sum of RGB (Red+Green+Blue) = 138+140+170=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8CAA is #757355. Grayscale: #8E8E8E. Windows color (decimal): -7697238 or 11177098. OLE color: 11177098.
HSL color Cylindrical-coordinate representation of color #8A8CAA: hue angle of 236.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 #8A8CAA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 140 | 170 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.33 |
| HSL | 236.25º | 0.16% | 0.6% | - |
| HSV(B) | 236.25º | 0.19% | 0.67% | - |
| XYZ | 27.12 | 27.06 | 41.82 | - |
| YUV | 142.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 170 | 0.19 | 0.18 | 0 | 0.33 | 236.25 | 0.16 | 0.6 |
| Hex | 8A | 8C | AA | 13 | 12 | 0 | 21 | EC | 10 | 3C |
| Octal | 212 | 214 | 252 | 23 | 22 | 0 | 41 | 354 | 20 | 74 |
| Binary | 10001010 | 10001100 | 10101010 | 10011 | 10010 | 0 | 100001 | 11101100 | 10000 | 111100 |
Color Harmonies of #8A8CAA
Complementary color
Monochromatic Colors of #8A8CAA
Black with #8A8CAA
Text Example
Text Example
White with #8A8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CAA; }
p { color: rgb(138,140,170); }
H1.HeaderClassName
{
color: #8A8CAA;
}
.AnyTagClassName
{
color: #8A8CAA;
}
</style>
background-color css
<style>
a { background-color: #8A8CAA; }
a { background-color: rgb(138,140,170); }
div.DivClassName
{
background-color: #8A8CAA;
}
.BgClassName
{
background-color: #8A8CAA;
}
</style>
border-color css
<style>
span { border-color: #8A8CAA; }
span { border-color: rgb(138,140,170); }
td.TdClassName
{
border-color: #8A8CAA;
}
.TagClassName
{
border-color: #8A8CAA;
}
</style>