Shades of Manatee #8F939E
Tints of Manatee #8F939E
RGB
CMYK
RGB Variations
Color information
#8F939E (or 0x8F939E) is known color: Manatee. HEX triplet: 8F, 93 and 9E. RGB value is (143,147,158). Sum of RGB (Red+Green+Blue) = 143+147+158=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F939E is #706C61. Grayscale: #939393. Windows color (decimal): -7367778 or 10392463. OLE color: 10392463.
HSL color Cylindrical-coordinate representation of color #8F939E: hue angle of 224º 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 #8F939E is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 147 | 158 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.38 |
| HSL | 224º | 0.07% | 0.59% | - |
| HSV(B) | 224º | 0.09% | 0.62% | - |
| XYZ | 27.93 | 29.18 | 36.51 | - |
| YUV | 147.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 158 | 0.09 | 0.07 | 0 | 0.38 | 224 | 0.07 | 0.59 |
| Hex | 8F | 93 | 9E | 9 | 7 | 0 | 26 | E0 | 7 | 3B |
| Octal | 217 | 223 | 236 | 11 | 7 | 0 | 46 | 340 | 7 | 73 |
| Binary | 10001111 | 10010011 | 10011110 | 1001 | 111 | 0 | 100110 | 11100000 | 111 | 111011 |
Color Harmonies of #8F939E
Complementary color
Monochromatic Colors of #8F939E
Black with #8F939E
Text Example
Text Example
White with #8F939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F939E; }
p { color: rgb(143,147,158); }
H1.HeaderClassName
{
color: #8F939E;
}
.AnyTagClassName
{
color: #8F939E;
}
</style>
background-color css
<style>
a { background-color: #8F939E; }
a { background-color: rgb(143,147,158); }
div.DivClassName
{
background-color: #8F939E;
}
.BgClassName
{
background-color: #8F939E;
}
</style>
border-color css
<style>
span { border-color: #8F939E; }
span { border-color: rgb(143,147,158); }
td.TdClassName
{
border-color: #8F939E;
}
.TagClassName
{
border-color: #8F939E;
}
</style>