Shades of Manatee #8C8DAA
Tints of Manatee #8C8DAA
RGB
CMYK
RGB Variations
Color information
#8C8DAA (or 0x8C8DAA) is known color: Manatee. HEX triplet: 8C, 8D and AA. RGB value is (140,141,170). Sum of RGB (Red+Green+Blue) = 140+141+170=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8DAA is #737255. Grayscale: #8F8F8F. Windows color (decimal): -7565910 or 11177356. OLE color: 11177356.
HSL color Cylindrical-coordinate representation of color #8C8DAA: hue angle of 238º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8DAA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 141 | 170 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.33 |
| HSL | 238º | 0.15% | 0.61% | - |
| HSV(B) | 238º | 0.18% | 0.67% | - |
| XYZ | 27.6 | 27.53 | 41.89 | - |
| YUV | 144.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 170 | 0.18 | 0.17 | 0 | 0.33 | 238 | 0.15 | 0.61 |
| Hex | 8C | 8D | AA | 12 | 11 | 0 | 21 | EE | F | 3D |
| Octal | 214 | 215 | 252 | 22 | 21 | 0 | 41 | 356 | 17 | 75 |
| Binary | 10001100 | 10001101 | 10101010 | 10010 | 10001 | 0 | 100001 | 11101110 | 1111 | 111101 |
Color Harmonies of #8C8DAA
Complementary color
Monochromatic Colors of #8C8DAA
Black with #8C8DAA
Text Example
Text Example
White with #8C8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DAA; }
p { color: rgb(140,141,170); }
H1.HeaderClassName
{
color: #8C8DAA;
}
.AnyTagClassName
{
color: #8C8DAA;
}
</style>
background-color css
<style>
a { background-color: #8C8DAA; }
a { background-color: rgb(140,141,170); }
div.DivClassName
{
background-color: #8C8DAA;
}
.BgClassName
{
background-color: #8C8DAA;
}
</style>
border-color css
<style>
span { border-color: #8C8DAA; }
span { border-color: rgb(140,141,170); }
td.TdClassName
{
border-color: #8C8DAA;
}
.TagClassName
{
border-color: #8C8DAA;
}
</style>