Shades of Manatee #8F92AB
Tints of Manatee #8F92AB
RGB
CMYK
RGB Variations
Color information
#8F92AB (or 0x8F92AB) is known color: Manatee. HEX triplet: 8F, 92 and AB. RGB value is (143,146,171). Sum of RGB (Red+Green+Blue) = 143+146+171=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F92AB is #706D54. Grayscale: #939393. Windows color (decimal): -7368021 or 11244175. OLE color: 11244175.
HSL color Cylindrical-coordinate representation of color #8F92AB: hue angle of 233.57º 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 #8F92AB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 146 | 171 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.33 |
| HSL | 233.57º | 0.14% | 0.62% | - |
| HSV(B) | 233.57º | 0.16% | 0.67% | - |
| XYZ | 28.96 | 29.34 | 42.66 | - |
| YUV | 147.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 171 | 0.16 | 0.15 | 0 | 0.33 | 233.57 | 0.14 | 0.62 |
| Hex | 8F | 92 | AB | 10 | F | 0 | 21 | EA | E | 3E |
| Octal | 217 | 222 | 253 | 20 | 17 | 0 | 41 | 352 | 16 | 76 |
| Binary | 10001111 | 10010010 | 10101011 | 10000 | 1111 | 0 | 100001 | 11101010 | 1110 | 111110 |
Color Harmonies of #8F92AB
Complementary color
Monochromatic Colors of #8F92AB
Black with #8F92AB
Text Example
Text Example
White with #8F92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92AB; }
p { color: rgb(143,146,171); }
H1.HeaderClassName
{
color: #8F92AB;
}
.AnyTagClassName
{
color: #8F92AB;
}
</style>
background-color css
<style>
a { background-color: #8F92AB; }
a { background-color: rgb(143,146,171); }
div.DivClassName
{
background-color: #8F92AB;
}
.BgClassName
{
background-color: #8F92AB;
}
</style>
border-color css
<style>
span { border-color: #8F92AB; }
span { border-color: rgb(143,146,171); }
td.TdClassName
{
border-color: #8F92AB;
}
.TagClassName
{
border-color: #8F92AB;
}
</style>