Shades of Manatee #8F94AB
Tints of Manatee #8F94AB
RGB
CMYK
RGB Variations
Color information
#8F94AB (or 0x8F94AB) is known color: Manatee. HEX triplet: 8F, 94 and AB. RGB value is (143,148,171). Sum of RGB (Red+Green+Blue) = 143+148+171=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F94AB is #706B54. Grayscale: #959595. Windows color (decimal): -7367509 or 11244687. OLE color: 11244687.
HSL color Cylindrical-coordinate representation of color #8F94AB: hue angle of 229.29º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F94AB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 148 | 171 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.33 |
| HSL | 229.29º | 0.14% | 0.62% | - |
| HSV(B) | 229.29º | 0.16% | 0.67% | - |
| XYZ | 29.27 | 29.96 | 42.77 | - |
| YUV | 149.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 171 | 0.16 | 0.13 | 0 | 0.33 | 229.29 | 0.14 | 0.62 |
| Hex | 8F | 94 | AB | 10 | D | 0 | 21 | E5 | E | 3E |
| Octal | 217 | 224 | 253 | 20 | 15 | 0 | 41 | 345 | 16 | 76 |
| Binary | 10001111 | 10010100 | 10101011 | 10000 | 1101 | 0 | 100001 | 11100101 | 1110 | 111110 |
Color Harmonies of #8F94AB
Complementary color
Monochromatic Colors of #8F94AB
Black with #8F94AB
Text Example
Text Example
White with #8F94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F94AB; }
p { color: rgb(143,148,171); }
H1.HeaderClassName
{
color: #8F94AB;
}
.AnyTagClassName
{
color: #8F94AB;
}
</style>
background-color css
<style>
a { background-color: #8F94AB; }
a { background-color: rgb(143,148,171); }
div.DivClassName
{
background-color: #8F94AB;
}
.BgClassName
{
background-color: #8F94AB;
}
</style>
border-color css
<style>
span { border-color: #8F94AB; }
span { border-color: rgb(143,148,171); }
td.TdClassName
{
border-color: #8F94AB;
}
.TagClassName
{
border-color: #8F94AB;
}
</style>