Shades of Manatee #8A8CA7
Tints of Manatee #8A8CA7
RGB
CMYK
RGB Variations
Color information
#8A8CA7 (or 0x8A8CA7) is known color: Manatee. HEX triplet: 8A, 8C and A7. RGB value is (138,140,167). Sum of RGB (Red+Green+Blue) = 138+140+167=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #8A8CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8CA7 is #757358. Grayscale: #8E8E8E. Windows color (decimal): -7697241 or 10980490. OLE color: 10980490.
HSL color Cylindrical-coordinate representation of color #8A8CA7: hue angle of 235.86º 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 #8A8CA7 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 140 | 167 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.35 |
| HSL | 235.86º | 0.14% | 0.6% | - |
| HSV(B) | 235.86º | 0.17% | 0.65% | - |
| XYZ | 26.83 | 26.95 | 40.35 | - |
| YUV | 142.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 167 | 0.17 | 0.16 | 0 | 0.35 | 235.86 | 0.14 | 0.6 |
| Hex | 8A | 8C | A7 | 11 | 10 | 0 | 23 | EC | E | 3C |
| Octal | 212 | 214 | 247 | 21 | 20 | 0 | 43 | 354 | 16 | 74 |
| Binary | 10001010 | 10001100 | 10100111 | 10001 | 10000 | 0 | 100011 | 11101100 | 1110 | 111100 |
Color Harmonies of #8A8CA7
Complementary color
Monochromatic Colors of #8A8CA7
Black with #8A8CA7
Text Example
Text Example
White with #8A8CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CA7; }
p { color: rgb(138,140,167); }
H1.HeaderClassName
{
color: #8A8CA7;
}
.AnyTagClassName
{
color: #8A8CA7;
}
</style>
background-color css
<style>
a { background-color: #8A8CA7; }
a { background-color: rgb(138,140,167); }
div.DivClassName
{
background-color: #8A8CA7;
}
.BgClassName
{
background-color: #8A8CA7;
}
</style>
border-color css
<style>
span { border-color: #8A8CA7; }
span { border-color: rgb(138,140,167); }
td.TdClassName
{
border-color: #8A8CA7;
}
.TagClassName
{
border-color: #8A8CA7;
}
</style>