Shades of Manatee #8F9199
Tints of Manatee #8F9199
RGB
CMYK
RGB Variations
Color information
#8F9199 (or 0x8F9199) is known color: Manatee. HEX triplet: 8F, 91 and 99. RGB value is (143,145,153). Sum of RGB (Red+Green+Blue) = 143+145+153=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9199 is #706E66. Grayscale: #919191. Windows color (decimal): -7368295 or 10064271. OLE color: 10064271.
HSL color Cylindrical-coordinate representation of color #8F9199: hue angle of 228º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9199 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 145 | 153 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.4 |
| HSL | 228º | 0.05% | 0.58% | - |
| HSV(B) | 228º | 0.07% | 0.6% | - |
| XYZ | 27.2 | 28.39 | 34.18 | - |
| YUV | 145.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 153 | 0.07 | 0.05 | 0 | 0.4 | 228 | 0.05 | 0.58 |
| Hex | 8F | 91 | 99 | 7 | 5 | 0 | 28 | E4 | 5 | 3A |
| Octal | 217 | 221 | 231 | 7 | 5 | 0 | 50 | 344 | 5 | 72 |
| Binary | 10001111 | 10010001 | 10011001 | 111 | 101 | 0 | 101000 | 11100100 | 101 | 111010 |
Color Harmonies of #8F9199
Complementary color
Monochromatic Colors of #8F9199
Black with #8F9199
Text Example
Text Example
White with #8F9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9199; }
p { color: rgb(143,145,153); }
H1.HeaderClassName
{
color: #8F9199;
}
.AnyTagClassName
{
color: #8F9199;
}
</style>
background-color css
<style>
a { background-color: #8F9199; }
a { background-color: rgb(143,145,153); }
div.DivClassName
{
background-color: #8F9199;
}
.BgClassName
{
background-color: #8F9199;
}
</style>
border-color css
<style>
span { border-color: #8F9199; }
span { border-color: rgb(143,145,153); }
td.TdClassName
{
border-color: #8F9199;
}
.TagClassName
{
border-color: #8F9199;
}
</style>