Shades of Manatee #8A94AF
Tints of Manatee #8A94AF
RGB
CMYK
RGB Variations
Color information
#8A94AF (or 0x8A94AF) is known color: Manatee. HEX triplet: 8A, 94 and AF. RGB value is (138,148,175). Sum of RGB (Red+Green+Blue) = 138+148+175=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A94AF is #756B50. Grayscale: #939393. Windows color (decimal): -7695185 or 11506826. OLE color: 11506826.
HSL color Cylindrical-coordinate representation of color #8A94AF: hue angle of 223.78º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A94AF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 148 | 175 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.31 |
| HSL | 223.78º | 0.19% | 0.61% | - |
| HSV(B) | 223.78º | 0.21% | 0.69% | - |
| XYZ | 28.81 | 29.68 | 44.77 | - |
| YUV | 148.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 175 | 0.21 | 0.15 | 0 | 0.31 | 223.78 | 0.19 | 0.61 |
| Hex | 8A | 94 | AF | 15 | F | 0 | 1F | E0 | 13 | 3D |
| Octal | 212 | 224 | 257 | 25 | 17 | 0 | 37 | 340 | 23 | 75 |
| Binary | 10001010 | 10010100 | 10101111 | 10101 | 1111 | 0 | 11111 | 11100000 | 10011 | 111101 |
Color Harmonies of #8A94AF
Complementary color
Monochromatic Colors of #8A94AF
Black with #8A94AF
Text Example
Text Example
White with #8A94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94AF; }
p { color: rgb(138,148,175); }
H1.HeaderClassName
{
color: #8A94AF;
}
.AnyTagClassName
{
color: #8A94AF;
}
</style>
background-color css
<style>
a { background-color: #8A94AF; }
a { background-color: rgb(138,148,175); }
div.DivClassName
{
background-color: #8A94AF;
}
.BgClassName
{
background-color: #8A94AF;
}
</style>
border-color css
<style>
span { border-color: #8A94AF; }
span { border-color: rgb(138,148,175); }
td.TdClassName
{
border-color: #8A94AF;
}
.TagClassName
{
border-color: #8A94AF;
}
</style>