Shades of Manatee #8C8F96
Tints of Manatee #8C8F96
RGB
CMYK
RGB Variations
Color information
#8C8F96 (or 0x8C8F96) is known color: Manatee. HEX triplet: 8C, 8F and 96. RGB value is (140,143,150). Sum of RGB (Red+Green+Blue) = 140+143+150=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C8F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8F96 is #737069. Grayscale: #8E8E8E. Windows color (decimal): -7565418 or 9867148. OLE color: 9867148.
HSL color Cylindrical-coordinate representation of color #8C8F96: hue angle of 222º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8F96 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 143 | 150 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.41 |
| HSL | 222º | 0.05% | 0.57% | - |
| HSV(B) | 222º | 0.07% | 0.59% | - |
| XYZ | 26.14 | 27.42 | 32.77 | - |
| YUV | 142.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 150 | 0.07 | 0.05 | 0 | 0.41 | 222 | 0.05 | 0.57 |
| Hex | 8C | 8F | 96 | 7 | 5 | 0 | 29 | DE | 5 | 39 |
| Octal | 214 | 217 | 226 | 7 | 5 | 0 | 51 | 336 | 5 | 71 |
| Binary | 10001100 | 10001111 | 10010110 | 111 | 101 | 0 | 101001 | 11011110 | 101 | 111001 |
Color Harmonies of #8C8F96
Complementary color
Monochromatic Colors of #8C8F96
Black with #8C8F96
Text Example
Text Example
White with #8C8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F96; }
p { color: rgb(140,143,150); }
H1.HeaderClassName
{
color: #8C8F96;
}
.AnyTagClassName
{
color: #8C8F96;
}
</style>
background-color css
<style>
a { background-color: #8C8F96; }
a { background-color: rgb(140,143,150); }
div.DivClassName
{
background-color: #8C8F96;
}
.BgClassName
{
background-color: #8C8F96;
}
</style>
border-color css
<style>
span { border-color: #8C8F96; }
span { border-color: rgb(140,143,150); }
td.TdClassName
{
border-color: #8C8F96;
}
.TagClassName
{
border-color: #8C8F96;
}
</style>