Shades of Manatee #8A8AAC
Tints of Manatee #8A8AAC
RGB
CMYK
RGB Variations
Color information
#8A8AAC (or 0x8A8AAC) is known color: Manatee. HEX triplet: 8A, 8A and AC. RGB value is (138,138,172). Sum of RGB (Red+Green+Blue) = 138+138+172=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8AAC is #757553. Grayscale: #8D8D8D. Windows color (decimal): -7697748 or 11307658. OLE color: 11307658.
HSL color Cylindrical-coordinate representation of color #8A8AAC: hue angle of 240º 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 #8A8AAC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 138 | 172 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.33 |
| HSL | 240º | 0.17% | 0.61% | - |
| HSV(B) | 240º | 0.2% | 0.67% | - |
| XYZ | 27.02 | 26.56 | 42.73 | - |
| YUV | 141.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 172 | 0.20 | 0.20 | 0 | 0.33 | 240 | 0.17 | 0.61 |
| Hex | 8A | 8A | AC | 14 | 14 | 0 | 21 | F0 | 11 | 3D |
| Octal | 212 | 212 | 254 | 24 | 24 | 0 | 41 | 360 | 21 | 75 |
| Binary | 10001010 | 10001010 | 10101100 | 10100 | 10100 | 0 | 100001 | 11110000 | 10001 | 111101 |
Color Harmonies of #8A8AAC
Complementary color
Monochromatic Colors of #8A8AAC
Black with #8A8AAC
Text Example
Text Example
White with #8A8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8AAC; }
p { color: rgb(138,138,172); }
H1.HeaderClassName
{
color: #8A8AAC;
}
.AnyTagClassName
{
color: #8A8AAC;
}
</style>
background-color css
<style>
a { background-color: #8A8AAC; }
a { background-color: rgb(138,138,172); }
div.DivClassName
{
background-color: #8A8AAC;
}
.BgClassName
{
background-color: #8A8AAC;
}
</style>
border-color css
<style>
span { border-color: #8A8AAC; }
span { border-color: rgb(138,138,172); }
td.TdClassName
{
border-color: #8A8AAC;
}
.TagClassName
{
border-color: #8A8AAC;
}
</style>