Shades of Manatee #8A8AA6
Tints of Manatee #8A8AA6
RGB
CMYK
RGB Variations
Color information
#8A8AA6 (or 0x8A8AA6) is known color: Manatee. HEX triplet: 8A, 8A and A6. RGB value is (138,138,166). Sum of RGB (Red+Green+Blue) = 138+138+166=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A8AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8AA6 is #757559. Grayscale: #8D8D8D. Windows color (decimal): -7697754 or 10914442. OLE color: 10914442.
HSL color Cylindrical-coordinate representation of color #8A8AA6: hue angle of 240º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8AA6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 138 | 166 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.35 |
| HSL | 240º | 0.14% | 0.6% | - |
| HSV(B) | 240º | 0.17% | 0.65% | - |
| XYZ | 26.45 | 26.33 | 39.77 | - |
| YUV | 141.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 166 | 0.17 | 0.17 | 0 | 0.35 | 240 | 0.14 | 0.6 |
| Hex | 8A | 8A | A6 | 11 | 11 | 0 | 23 | F0 | E | 3C |
| Octal | 212 | 212 | 246 | 21 | 21 | 0 | 43 | 360 | 16 | 74 |
| Binary | 10001010 | 10001010 | 10100110 | 10001 | 10001 | 0 | 100011 | 11110000 | 1110 | 111100 |
Color Harmonies of #8A8AA6
Complementary color
Monochromatic Colors of #8A8AA6
Black with #8A8AA6
Text Example
Text Example
White with #8A8AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8AA6; }
p { color: rgb(138,138,166); }
H1.HeaderClassName
{
color: #8A8AA6;
}
.AnyTagClassName
{
color: #8A8AA6;
}
</style>
background-color css
<style>
a { background-color: #8A8AA6; }
a { background-color: rgb(138,138,166); }
div.DivClassName
{
background-color: #8A8AA6;
}
.BgClassName
{
background-color: #8A8AA6;
}
</style>
border-color css
<style>
span { border-color: #8A8AA6; }
span { border-color: rgb(138,138,166); }
td.TdClassName
{
border-color: #8A8AA6;
}
.TagClassName
{
border-color: #8A8AA6;
}
</style>