Shades of Manatee #8F91AD
Tints of Manatee #8F91AD
RGB
CMYK
RGB Variations
Color information
#8F91AD (or 0x8F91AD) is known color: Manatee. HEX triplet: 8F, 91 and AD. RGB value is (143,145,173). Sum of RGB (Red+Green+Blue) = 143+145+173=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F91AD is #706E52. Grayscale: #939393. Windows color (decimal): -7368275 or 11374991. OLE color: 11374991.
HSL color Cylindrical-coordinate representation of color #8F91AD: hue angle of 236º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F91AD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 145 | 173 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.32 |
| HSL | 236º | 0.15% | 0.62% | - |
| HSV(B) | 236º | 0.17% | 0.68% | - |
| XYZ | 29 | 29.11 | 43.63 | - |
| YUV | 147.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 173 | 0.17 | 0.16 | 0 | 0.32 | 236 | 0.15 | 0.62 |
| Hex | 8F | 91 | AD | 11 | 10 | 0 | 20 | EC | F | 3E |
| Octal | 217 | 221 | 255 | 21 | 20 | 0 | 40 | 354 | 17 | 76 |
| Binary | 10001111 | 10010001 | 10101101 | 10001 | 10000 | 0 | 100000 | 11101100 | 1111 | 111110 |
Color Harmonies of #8F91AD
Complementary color
Monochromatic Colors of #8F91AD
Black with #8F91AD
Text Example
Text Example
White with #8F91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F91AD; }
p { color: rgb(143,145,173); }
H1.HeaderClassName
{
color: #8F91AD;
}
.AnyTagClassName
{
color: #8F91AD;
}
</style>
background-color css
<style>
a { background-color: #8F91AD; }
a { background-color: rgb(143,145,173); }
div.DivClassName
{
background-color: #8F91AD;
}
.BgClassName
{
background-color: #8F91AD;
}
</style>
border-color css
<style>
span { border-color: #8F91AD; }
span { border-color: rgb(143,145,173); }
td.TdClassName
{
border-color: #8F91AD;
}
.TagClassName
{
border-color: #8F91AD;
}
</style>