Shades of Manatee #8C8FAD
Tints of Manatee #8C8FAD
RGB
CMYK
RGB Variations
Color information
#8C8FAD (or 0x8C8FAD) is known color: Manatee. HEX triplet: 8C, 8F and AD. RGB value is (140,143,173). Sum of RGB (Red+Green+Blue) = 140+143+173=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8FAD is #737052. Grayscale: #919191. Windows color (decimal): -7565395 or 11374476. OLE color: 11374476.
HSL color Cylindrical-coordinate representation of color #8C8FAD: hue angle of 234.55º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C8FAD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 143 | 173 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.32 |
| HSL | 234.55º | 0.17% | 0.61% | - |
| HSV(B) | 234.55º | 0.19% | 0.68% | - |
| XYZ | 28.18 | 28.24 | 43.5 | - |
| YUV | 145.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 173 | 0.19 | 0.17 | 0 | 0.32 | 234.55 | 0.17 | 0.61 |
| Hex | 8C | 8F | AD | 13 | 11 | 0 | 20 | EB | 11 | 3D |
| Octal | 214 | 217 | 255 | 23 | 21 | 0 | 40 | 353 | 21 | 75 |
| Binary | 10001100 | 10001111 | 10101101 | 10011 | 10001 | 0 | 100000 | 11101011 | 10001 | 111101 |
Color Harmonies of #8C8FAD
Complementary color
Monochromatic Colors of #8C8FAD
Black with #8C8FAD
Text Example
Text Example
White with #8C8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FAD; }
p { color: rgb(140,143,173); }
H1.HeaderClassName
{
color: #8C8FAD;
}
.AnyTagClassName
{
color: #8C8FAD;
}
</style>
background-color css
<style>
a { background-color: #8C8FAD; }
a { background-color: rgb(140,143,173); }
div.DivClassName
{
background-color: #8C8FAD;
}
.BgClassName
{
background-color: #8C8FAD;
}
</style>
border-color css
<style>
span { border-color: #8C8FAD; }
span { border-color: rgb(140,143,173); }
td.TdClassName
{
border-color: #8C8FAD;
}
.TagClassName
{
border-color: #8C8FAD;
}
</style>