Shades of Manatee #8F929E
Tints of Manatee #8F929E
RGB
CMYK
RGB Variations
Color information
#8F929E (or 0x8F929E) is known color: Manatee. HEX triplet: 8F, 92 and 9E. RGB value is (143,146,158). Sum of RGB (Red+Green+Blue) = 143+146+158=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F929E is #706D61. Grayscale: #929292. Windows color (decimal): -7368034 or 10392207. OLE color: 10392207.
HSL color Cylindrical-coordinate representation of color #8F929E: hue angle of 228º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F929E is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 146 | 158 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.38 |
| HSL | 228º | 0.07% | 0.59% | - |
| HSV(B) | 228º | 0.09% | 0.62% | - |
| XYZ | 27.78 | 28.87 | 36.46 | - |
| YUV | 146.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 158 | 0.09 | 0.08 | 0 | 0.38 | 228 | 0.07 | 0.59 |
| Hex | 8F | 92 | 9E | 9 | 8 | 0 | 26 | E4 | 7 | 3B |
| Octal | 217 | 222 | 236 | 11 | 10 | 0 | 46 | 344 | 7 | 73 |
| Binary | 10001111 | 10010010 | 10011110 | 1001 | 1000 | 0 | 100110 | 11100100 | 111 | 111011 |
Color Harmonies of #8F929E
Complementary color
Monochromatic Colors of #8F929E
Black with #8F929E
Text Example
Text Example
White with #8F929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F929E; }
p { color: rgb(143,146,158); }
H1.HeaderClassName
{
color: #8F929E;
}
.AnyTagClassName
{
color: #8F929E;
}
</style>
background-color css
<style>
a { background-color: #8F929E; }
a { background-color: rgb(143,146,158); }
div.DivClassName
{
background-color: #8F929E;
}
.BgClassName
{
background-color: #8F929E;
}
</style>
border-color css
<style>
span { border-color: #8F929E; }
span { border-color: rgb(143,146,158); }
td.TdClassName
{
border-color: #8F929E;
}
.TagClassName
{
border-color: #8F929E;
}
</style>