Shades of Manatee #8F97AD
Tints of Manatee #8F97AD
RGB
CMYK
RGB Variations
Color information
#8F97AD (or 0x8F97AD) is known color: Manatee. HEX triplet: 8F, 97 and AD. RGB value is (143,151,173). Sum of RGB (Red+Green+Blue) = 143+151+173=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F97AD is #706852. Grayscale: #979797. Windows color (decimal): -7366739 or 11376527. OLE color: 11376527.
HSL color Cylindrical-coordinate representation of color #8F97AD: hue angle of 224º 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 #8F97AD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 151 | 173 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.32 |
| HSL | 224º | 0.15% | 0.62% | - |
| HSV(B) | 224º | 0.17% | 0.68% | - |
| XYZ | 29.94 | 30.99 | 43.94 | - |
| YUV | 151.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 173 | 0.17 | 0.13 | 0 | 0.32 | 224 | 0.15 | 0.62 |
| Hex | 8F | 97 | AD | 11 | D | 0 | 20 | E0 | F | 3E |
| Octal | 217 | 227 | 255 | 21 | 15 | 0 | 40 | 340 | 17 | 76 |
| Binary | 10001111 | 10010111 | 10101101 | 10001 | 1101 | 0 | 100000 | 11100000 | 1111 | 111110 |
Color Harmonies of #8F97AD
Complementary color
Monochromatic Colors of #8F97AD
Black with #8F97AD
Text Example
Text Example
White with #8F97AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F97AD; }
p { color: rgb(143,151,173); }
H1.HeaderClassName
{
color: #8F97AD;
}
.AnyTagClassName
{
color: #8F97AD;
}
</style>
background-color css
<style>
a { background-color: #8F97AD; }
a { background-color: rgb(143,151,173); }
div.DivClassName
{
background-color: #8F97AD;
}
.BgClassName
{
background-color: #8F97AD;
}
</style>
border-color css
<style>
span { border-color: #8F97AD; }
span { border-color: rgb(143,151,173); }
td.TdClassName
{
border-color: #8F97AD;
}
.TagClassName
{
border-color: #8F97AD;
}
</style>