Shades of Manatee #8F909D
Tints of Manatee #8F909D
RGB
CMYK
RGB Variations
Color information
#8F909D (or 0x8F909D) is known color: Manatee. HEX triplet: 8F, 90 and 9D. RGB value is (143,144,157). Sum of RGB (Red+Green+Blue) = 143+144+157=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F909D is #706F62. Grayscale: #919191. Windows color (decimal): -7368547 or 10326159. OLE color: 10326159.
HSL color Cylindrical-coordinate representation of color #8F909D: hue angle of 235.71º 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 #8F909D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 144 | 157 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.38 |
| HSL | 235.71º | 0.07% | 0.59% | - |
| HSV(B) | 235.71º | 0.09% | 0.62% | - |
| XYZ | 27.39 | 28.22 | 35.9 | - |
| YUV | 145.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 157 | 0.09 | 0.08 | 0 | 0.38 | 235.71 | 0.07 | 0.59 |
| Hex | 8F | 90 | 9D | 9 | 8 | 0 | 26 | EC | 7 | 3B |
| Octal | 217 | 220 | 235 | 11 | 10 | 0 | 46 | 354 | 7 | 73 |
| Binary | 10001111 | 10010000 | 10011101 | 1001 | 1000 | 0 | 100110 | 11101100 | 111 | 111011 |
Color Harmonies of #8F909D
Complementary color
Monochromatic Colors of #8F909D
Black with #8F909D
Text Example
Text Example
White with #8F909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F909D; }
p { color: rgb(143,144,157); }
H1.HeaderClassName
{
color: #8F909D;
}
.AnyTagClassName
{
color: #8F909D;
}
</style>
background-color css
<style>
a { background-color: #8F909D; }
a { background-color: rgb(143,144,157); }
div.DivClassName
{
background-color: #8F909D;
}
.BgClassName
{
background-color: #8F909D;
}
</style>
border-color css
<style>
span { border-color: #8F909D; }
span { border-color: rgb(143,144,157); }
td.TdClassName
{
border-color: #8F909D;
}
.TagClassName
{
border-color: #8F909D;
}
</style>