Shades of Manatee #8C8EAD
Tints of Manatee #8C8EAD
RGB
CMYK
RGB Variations
Color information
#8C8EAD (or 0x8C8EAD) is known color: Manatee. HEX triplet: 8C, 8E and AD. RGB value is (140,142,173). Sum of RGB (Red+Green+Blue) = 140+142+173=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EAD is #737152. Grayscale: #909090. Windows color (decimal): -7565651 or 11374220. OLE color: 11374220.
HSL color Cylindrical-coordinate representation of color #8C8EAD: hue angle of 236.36º 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 #8C8EAD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 142 | 173 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.32 |
| HSL | 236.36º | 0.17% | 0.61% | - |
| HSV(B) | 236.36º | 0.19% | 0.68% | - |
| XYZ | 28.03 | 27.94 | 43.45 | - |
| YUV | 144.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 173 | 0.19 | 0.18 | 0 | 0.32 | 236.36 | 0.17 | 0.61 |
| Hex | 8C | 8E | AD | 13 | 12 | 0 | 20 | EC | 11 | 3D |
| Octal | 214 | 216 | 255 | 23 | 22 | 0 | 40 | 354 | 21 | 75 |
| Binary | 10001100 | 10001110 | 10101101 | 10011 | 10010 | 0 | 100000 | 11101100 | 10001 | 111101 |
Color Harmonies of #8C8EAD
Complementary color
Monochromatic Colors of #8C8EAD
Black with #8C8EAD
Text Example
Text Example
White with #8C8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8EAD; }
p { color: rgb(140,142,173); }
H1.HeaderClassName
{
color: #8C8EAD;
}
.AnyTagClassName
{
color: #8C8EAD;
}
</style>
background-color css
<style>
a { background-color: #8C8EAD; }
a { background-color: rgb(140,142,173); }
div.DivClassName
{
background-color: #8C8EAD;
}
.BgClassName
{
background-color: #8C8EAD;
}
</style>
border-color css
<style>
span { border-color: #8C8EAD; }
span { border-color: rgb(140,142,173); }
td.TdClassName
{
border-color: #8C8EAD;
}
.TagClassName
{
border-color: #8C8EAD;
}
</style>