Shades of Manatee #8A8CAC
Tints of Manatee #8A8CAC
RGB
CMYK
RGB Variations
Color information
#8A8CAC (or 0x8A8CAC) is known color: Manatee. HEX triplet: 8A, 8C and AC. RGB value is (138,140,172). Sum of RGB (Red+Green+Blue) = 138+140+172=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8CAC is #757353. Grayscale: #8E8E8E. Windows color (decimal): -7697236 or 11308170. OLE color: 11308170.
HSL color Cylindrical-coordinate representation of color #8A8CAC: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A8CAC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 140 | 172 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.33 |
| HSL | 236.47º | 0.17% | 0.61% | - |
| HSV(B) | 236.47º | 0.2% | 0.67% | - |
| XYZ | 27.31 | 27.14 | 42.83 | - |
| YUV | 143.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 172 | 0.20 | 0.19 | 0 | 0.33 | 236.47 | 0.17 | 0.61 |
| Hex | 8A | 8C | AC | 14 | 13 | 0 | 21 | EC | 11 | 3D |
| Octal | 212 | 214 | 254 | 24 | 23 | 0 | 41 | 354 | 21 | 75 |
| Binary | 10001010 | 10001100 | 10101100 | 10100 | 10011 | 0 | 100001 | 11101100 | 10001 | 111101 |
Color Harmonies of #8A8CAC
Complementary color
Monochromatic Colors of #8A8CAC
Black with #8A8CAC
Text Example
Text Example
White with #8A8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CAC; }
p { color: rgb(138,140,172); }
H1.HeaderClassName
{
color: #8A8CAC;
}
.AnyTagClassName
{
color: #8A8CAC;
}
</style>
background-color css
<style>
a { background-color: #8A8CAC; }
a { background-color: rgb(138,140,172); }
div.DivClassName
{
background-color: #8A8CAC;
}
.BgClassName
{
background-color: #8A8CAC;
}
</style>
border-color css
<style>
span { border-color: #8A8CAC; }
span { border-color: rgb(138,140,172); }
td.TdClassName
{
border-color: #8A8CAC;
}
.TagClassName
{
border-color: #8A8CAC;
}
</style>