Shades of Manatee #8C94AF
Tints of Manatee #8C94AF
RGB
CMYK
RGB Variations
Color information
#8C94AF (or 0x8C94AF) is known color: Manatee. HEX triplet: 8C, 94 and AF. RGB value is (140,148,175). Sum of RGB (Red+Green+Blue) = 140+148+175=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C94AF is #736B50. Grayscale: #949494. Windows color (decimal): -7564113 or 11506828. OLE color: 11506828.
HSL color Cylindrical-coordinate representation of color #8C94AF: hue angle of 226.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C94AF is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 148 | 175 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.31 |
| HSL | 226.29º | 0.18% | 0.62% | - |
| HSV(B) | 226.29º | 0.2% | 0.69% | - |
| XYZ | 29.14 | 29.85 | 44.78 | - |
| YUV | 148.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 175 | 0.2 | 0.15 | 0 | 0.31 | 226.29 | 0.18 | 0.62 |
| Hex | 8C | 94 | AF | 14 | F | 0 | 1F | E2 | 12 | 3E |
| Octal | 214 | 224 | 257 | 24 | 17 | 0 | 37 | 342 | 22 | 76 |
| Binary | 10001100 | 10010100 | 10101111 | 10100 | 1111 | 0 | 11111 | 11100010 | 10010 | 111110 |
Color Harmonies of #8C94AF
Complementary color
Monochromatic Colors of #8C94AF
Black with #8C94AF
Text Example
Text Example
White with #8C94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C94AF; }
p { color: rgb(140,148,175); }
H1.HeaderClassName
{
color: #8C94AF;
}
.AnyTagClassName
{
color: #8C94AF;
}
</style>
background-color css
<style>
a { background-color: #8C94AF; }
a { background-color: rgb(140,148,175); }
div.DivClassName
{
background-color: #8C94AF;
}
.BgClassName
{
background-color: #8C94AF;
}
</style>
border-color css
<style>
span { border-color: #8C94AF; }
span { border-color: rgb(140,148,175); }
td.TdClassName
{
border-color: #8C94AF;
}
.TagClassName
{
border-color: #8C94AF;
}
</style>