Shades of Manatee #8F919D
Tints of Manatee #8F919D
RGB
CMYK
RGB Variations
Color information
#8F919D (or 0x8F919D) is known color: Manatee. HEX triplet: 8F, 91 and 9D. RGB value is (143,145,157). Sum of RGB (Red+Green+Blue) = 143+145+157=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F919D is #706E62. Grayscale: #919191. Windows color (decimal): -7368291 or 10326415. OLE color: 10326415.
HSL color Cylindrical-coordinate representation of color #8F919D: hue angle of 231.43º 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 #8F919D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 145 | 157 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.38 |
| HSL | 231.43º | 0.07% | 0.59% | - |
| HSV(B) | 231.43º | 0.09% | 0.62% | - |
| XYZ | 27.54 | 28.52 | 35.95 | - |
| YUV | 145.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 157 | 0.09 | 0.08 | 0 | 0.38 | 231.43 | 0.07 | 0.59 |
| Hex | 8F | 91 | 9D | 9 | 8 | 0 | 26 | E7 | 7 | 3B |
| Octal | 217 | 221 | 235 | 11 | 10 | 0 | 46 | 347 | 7 | 73 |
| Binary | 10001111 | 10010001 | 10011101 | 1001 | 1000 | 0 | 100110 | 11100111 | 111 | 111011 |
Color Harmonies of #8F919D
Complementary color
Monochromatic Colors of #8F919D
Black with #8F919D
Text Example
Text Example
White with #8F919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F919D; }
p { color: rgb(143,145,157); }
H1.HeaderClassName
{
color: #8F919D;
}
.AnyTagClassName
{
color: #8F919D;
}
</style>
background-color css
<style>
a { background-color: #8F919D; }
a { background-color: rgb(143,145,157); }
div.DivClassName
{
background-color: #8F919D;
}
.BgClassName
{
background-color: #8F919D;
}
</style>
border-color css
<style>
span { border-color: #8F919D; }
span { border-color: rgb(143,145,157); }
td.TdClassName
{
border-color: #8F919D;
}
.TagClassName
{
border-color: #8F919D;
}
</style>