Shades of Manatee #8C929C
Tints of Manatee #8C929C
RGB
CMYK
RGB Variations
Color information
#8C929C (or 0x8C929C) is known color: Manatee. HEX triplet: 8C, 92 and 9C. RGB value is (140,146,156). Sum of RGB (Red+Green+Blue) = 140+146+156=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C929C is #736D63. Grayscale: #919191. Windows color (decimal): -7564644 or 10261132. OLE color: 10261132.
HSL color Cylindrical-coordinate representation of color #8C929C: hue angle of 217.5º 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 #8C929C is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 146 | 156 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.39 |
| HSL | 217.5º | 0.07% | 0.58% | - |
| HSV(B) | 217.5º | 0.1% | 0.61% | - |
| XYZ | 27.09 | 28.53 | 35.53 | - |
| YUV | 145.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 156 | 0.10 | 0.06 | 0 | 0.39 | 217.5 | 0.07 | 0.58 |
| Hex | 8C | 92 | 9C | A | 6 | 0 | 27 | DA | 7 | 3A |
| Octal | 214 | 222 | 234 | 12 | 6 | 0 | 47 | 332 | 7 | 72 |
| Binary | 10001100 | 10010010 | 10011100 | 1010 | 110 | 0 | 100111 | 11011010 | 111 | 111010 |
Color Harmonies of #8C929C
Complementary color
Monochromatic Colors of #8C929C
Black with #8C929C
Text Example
Text Example
White with #8C929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C929C; }
p { color: rgb(140,146,156); }
H1.HeaderClassName
{
color: #8C929C;
}
.AnyTagClassName
{
color: #8C929C;
}
</style>
background-color css
<style>
a { background-color: #8C929C; }
a { background-color: rgb(140,146,156); }
div.DivClassName
{
background-color: #8C929C;
}
.BgClassName
{
background-color: #8C929C;
}
</style>
border-color css
<style>
span { border-color: #8C929C; }
span { border-color: rgb(140,146,156); }
td.TdClassName
{
border-color: #8C929C;
}
.TagClassName
{
border-color: #8C929C;
}
</style>