Shades of Manatee #8C919C
Tints of Manatee #8C919C
RGB
CMYK
RGB Variations
Color information
#8C919C (or 0x8C919C) is known color: Manatee. HEX triplet: 8C, 91 and 9C. RGB value is (140,145,156). Sum of RGB (Red+Green+Blue) = 140+145+156=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C919C is #736E63. Grayscale: #909090. Windows color (decimal): -7564900 or 10260876. OLE color: 10260876.
HSL color Cylindrical-coordinate representation of color #8C919C: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C919C is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 145 | 156 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.39 |
| HSL | 221.25º | 0.07% | 0.58% | - |
| HSV(B) | 221.25º | 0.1% | 0.61% | - |
| XYZ | 26.94 | 28.23 | 35.48 | - |
| YUV | 144.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 156 | 0.10 | 0.07 | 0 | 0.39 | 221.25 | 0.07 | 0.58 |
| Hex | 8C | 91 | 9C | A | 7 | 0 | 27 | DD | 7 | 3A |
| Octal | 214 | 221 | 234 | 12 | 7 | 0 | 47 | 335 | 7 | 72 |
| Binary | 10001100 | 10010001 | 10011100 | 1010 | 111 | 0 | 100111 | 11011101 | 111 | 111010 |
Color Harmonies of #8C919C
Complementary color
Monochromatic Colors of #8C919C
Black with #8C919C
Text Example
Text Example
White with #8C919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C919C; }
p { color: rgb(140,145,156); }
H1.HeaderClassName
{
color: #8C919C;
}
.AnyTagClassName
{
color: #8C919C;
}
</style>
background-color css
<style>
a { background-color: #8C919C; }
a { background-color: rgb(140,145,156); }
div.DivClassName
{
background-color: #8C919C;
}
.BgClassName
{
background-color: #8C919C;
}
</style>
border-color css
<style>
span { border-color: #8C919C; }
span { border-color: rgb(140,145,156); }
td.TdClassName
{
border-color: #8C919C;
}
.TagClassName
{
border-color: #8C919C;
}
</style>