Shades of Manatee #8F9195
Tints of Manatee #8F9195
RGB
CMYK
RGB Variations
Color information
#8F9195 (or 0x8F9195) is known color: Manatee. HEX triplet: 8F, 91 and 95. RGB value is (143,145,149). Sum of RGB (Red+Green+Blue) = 143+145+149=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9195 is #706E6A. Grayscale: #909090. Windows color (decimal): -7368299 or 9802127. OLE color: 9802127.
HSL color Cylindrical-coordinate representation of color #8F9195: hue angle of 220º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F9195 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 145 | 149 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.42 |
| HSL | 220º | 0.03% | 0.57% | - |
| HSV(B) | 220º | 0.04% | 0.58% | - |
| XYZ | 26.88 | 28.26 | 32.47 | - |
| YUV | 144.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 149 | 0.04 | 0.03 | 0 | 0.42 | 220 | 0.03 | 0.57 |
| Hex | 8F | 91 | 95 | 4 | 3 | 0 | 2A | DC | 3 | 39 |
| Octal | 217 | 221 | 225 | 4 | 3 | 0 | 52 | 334 | 3 | 71 |
| Binary | 10001111 | 10010001 | 10010101 | 100 | 11 | 0 | 101010 | 11011100 | 11 | 111001 |
Color Harmonies of #8F9195
Complementary color
Monochromatic Colors of #8F9195
Black with #8F9195
Text Example
Text Example
White with #8F9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9195; }
p { color: rgb(143,145,149); }
H1.HeaderClassName
{
color: #8F9195;
}
.AnyTagClassName
{
color: #8F9195;
}
</style>
background-color css
<style>
a { background-color: #8F9195; }
a { background-color: rgb(143,145,149); }
div.DivClassName
{
background-color: #8F9195;
}
.BgClassName
{
background-color: #8F9195;
}
</style>
border-color css
<style>
span { border-color: #8F9195; }
span { border-color: rgb(143,145,149); }
td.TdClassName
{
border-color: #8F9195;
}
.TagClassName
{
border-color: #8F9195;
}
</style>