Shades of Manatee #8C919D
Tints of Manatee #8C919D
RGB
CMYK
RGB Variations
Color information
#8C919D (or 0x8C919D) is known color: Manatee. HEX triplet: 8C, 91 and 9D. RGB value is (140,145,157). Sum of RGB (Red+Green+Blue) = 140+145+157=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C919D is #736E62. Grayscale: #909090. Windows color (decimal): -7564899 or 10326412. OLE color: 10326412.
HSL color Cylindrical-coordinate representation of color #8C919D: hue angle of 222.35º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C919D is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 145 | 157 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.38 |
| HSL | 222.35º | 0.08% | 0.58% | - |
| HSV(B) | 222.35º | 0.11% | 0.62% | - |
| XYZ | 27.03 | 28.26 | 35.93 | - |
| YUV | 144.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 157 | 0.11 | 0.08 | 0 | 0.38 | 222.35 | 0.08 | 0.58 |
| Hex | 8C | 91 | 9D | B | 8 | 0 | 26 | DE | 8 | 3A |
| Octal | 214 | 221 | 235 | 13 | 10 | 0 | 46 | 336 | 10 | 72 |
| Binary | 10001100 | 10010001 | 10011101 | 1011 | 1000 | 0 | 100110 | 11011110 | 1000 | 111010 |
Color Harmonies of #8C919D
Complementary color
Monochromatic Colors of #8C919D
Black with #8C919D
Text Example
Text Example
White with #8C919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C919D; }
p { color: rgb(140,145,157); }
H1.HeaderClassName
{
color: #8C919D;
}
.AnyTagClassName
{
color: #8C919D;
}
</style>
background-color css
<style>
a { background-color: #8C919D; }
a { background-color: rgb(140,145,157); }
div.DivClassName
{
background-color: #8C919D;
}
.BgClassName
{
background-color: #8C919D;
}
</style>
border-color css
<style>
span { border-color: #8C919D; }
span { border-color: rgb(140,145,157); }
td.TdClassName
{
border-color: #8C919D;
}
.TagClassName
{
border-color: #8C919D;
}
</style>