Shades of Manatee #8F92AD
Tints of Manatee #8F92AD
RGB
CMYK
RGB Variations
Color information
#8F92AD (or 0x8F92AD) is known color: Manatee. HEX triplet: 8F, 92 and AD. RGB value is (143,146,173). Sum of RGB (Red+Green+Blue) = 143+146+173=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F92AD is #706D52. Grayscale: #949494. Windows color (decimal): -7368019 or 11375247. OLE color: 11375247.
HSL color Cylindrical-coordinate representation of color #8F92AD: hue angle of 234º 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 #8F92AD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 146 | 173 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.32 |
| HSL | 234º | 0.15% | 0.62% | - |
| HSV(B) | 234º | 0.17% | 0.68% | - |
| XYZ | 29.15 | 29.41 | 43.68 | - |
| YUV | 148.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 173 | 0.17 | 0.16 | 0 | 0.32 | 234 | 0.15 | 0.62 |
| Hex | 8F | 92 | AD | 11 | 10 | 0 | 20 | EA | F | 3E |
| Octal | 217 | 222 | 255 | 21 | 20 | 0 | 40 | 352 | 17 | 76 |
| Binary | 10001111 | 10010010 | 10101101 | 10001 | 10000 | 0 | 100000 | 11101010 | 1111 | 111110 |
Color Harmonies of #8F92AD
Complementary color
Monochromatic Colors of #8F92AD
Black with #8F92AD
Text Example
Text Example
White with #8F92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92AD; }
p { color: rgb(143,146,173); }
H1.HeaderClassName
{
color: #8F92AD;
}
.AnyTagClassName
{
color: #8F92AD;
}
</style>
background-color css
<style>
a { background-color: #8F92AD; }
a { background-color: rgb(143,146,173); }
div.DivClassName
{
background-color: #8F92AD;
}
.BgClassName
{
background-color: #8F92AD;
}
</style>
border-color css
<style>
span { border-color: #8F92AD; }
span { border-color: rgb(143,146,173); }
td.TdClassName
{
border-color: #8F92AD;
}
.TagClassName
{
border-color: #8F92AD;
}
</style>