Shades of Manatee #8F96AD
Tints of Manatee #8F96AD
RGB
CMYK
RGB Variations
Color information
#8F96AD (or 0x8F96AD) is known color: Manatee. HEX triplet: 8F, 96 and AD. RGB value is (143,150,173). Sum of RGB (Red+Green+Blue) = 143+150+173=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F96AD is #706952. Grayscale: #969696. Windows color (decimal): -7366995 or 11376271. OLE color: 11376271.
HSL color Cylindrical-coordinate representation of color #8F96AD: hue angle of 226º 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 #8F96AD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 150 | 173 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.32 |
| HSL | 226º | 0.15% | 0.62% | - |
| HSV(B) | 226º | 0.17% | 0.68% | - |
| XYZ | 29.78 | 30.67 | 43.89 | - |
| YUV | 150.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 173 | 0.17 | 0.13 | 0 | 0.32 | 226 | 0.15 | 0.62 |
| Hex | 8F | 96 | AD | 11 | D | 0 | 20 | E2 | F | 3E |
| Octal | 217 | 226 | 255 | 21 | 15 | 0 | 40 | 342 | 17 | 76 |
| Binary | 10001111 | 10010110 | 10101101 | 10001 | 1101 | 0 | 100000 | 11100010 | 1111 | 111110 |
Color Harmonies of #8F96AD
Complementary color
Monochromatic Colors of #8F96AD
Black with #8F96AD
Text Example
Text Example
White with #8F96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96AD; }
p { color: rgb(143,150,173); }
H1.HeaderClassName
{
color: #8F96AD;
}
.AnyTagClassName
{
color: #8F96AD;
}
</style>
background-color css
<style>
a { background-color: #8F96AD; }
a { background-color: rgb(143,150,173); }
div.DivClassName
{
background-color: #8F96AD;
}
.BgClassName
{
background-color: #8F96AD;
}
</style>
border-color css
<style>
span { border-color: #8F96AD; }
span { border-color: rgb(143,150,173); }
td.TdClassName
{
border-color: #8F96AD;
}
.TagClassName
{
border-color: #8F96AD;
}
</style>