Shades of Manatee #8D8DAC
Tints of Manatee #8D8DAC
RGB
CMYK
RGB Variations
Color information
#8D8DAC (or 0x8D8DAC) is known color: Manatee. HEX triplet: 8D, 8D and AC. RGB value is (141,141,172). Sum of RGB (Red+Green+Blue) = 141+141+172=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAC is #727253. Grayscale: #909090. Windows color (decimal): -7500372 or 11308429. OLE color: 11308429.
HSL color Cylindrical-coordinate representation of color #8D8DAC: hue angle of 240º degrees, saturation: 0.16, 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 #8D8DAC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 141 | 172 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.33 |
| HSL | 240º | 0.16% | 0.61% | - |
| HSV(B) | 240º | 0.18% | 0.67% | - |
| XYZ | 27.96 | 27.69 | 42.9 | - |
| YUV | 144.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 172 | 0.18 | 0.18 | 0 | 0.33 | 240 | 0.16 | 0.61 |
| Hex | 8D | 8D | AC | 12 | 12 | 0 | 21 | F0 | 10 | 3D |
| Octal | 215 | 215 | 254 | 22 | 22 | 0 | 41 | 360 | 20 | 75 |
| Binary | 10001101 | 10001101 | 10101100 | 10010 | 10010 | 0 | 100001 | 11110000 | 10000 | 111101 |
Color Harmonies of #8D8DAC
Complementary color
Monochromatic Colors of #8D8DAC
Black with #8D8DAC
Text Example
Text Example
White with #8D8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DAC; }
p { color: rgb(141,141,172); }
H1.HeaderClassName
{
color: #8D8DAC;
}
.AnyTagClassName
{
color: #8D8DAC;
}
</style>
background-color css
<style>
a { background-color: #8D8DAC; }
a { background-color: rgb(141,141,172); }
div.DivClassName
{
background-color: #8D8DAC;
}
.BgClassName
{
background-color: #8D8DAC;
}
</style>
border-color css
<style>
span { border-color: #8D8DAC; }
span { border-color: rgb(141,141,172); }
td.TdClassName
{
border-color: #8D8DAC;
}
.TagClassName
{
border-color: #8D8DAC;
}
</style>