Shades of Manatee #8D8DAD
Tints of Manatee #8D8DAD
RGB
CMYK
RGB Variations
Color information
#8D8DAD (or 0x8D8DAD) is known color: Manatee. HEX triplet: 8D, 8D and AD. RGB value is (141,141,173). Sum of RGB (Red+Green+Blue) = 141+141+173=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 141 (55.47% from 255 or 30.99% 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 #8D8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAD is #727252. Grayscale: #909090. Windows color (decimal): -7500371 or 11373965. OLE color: 11373965.
HSL color Cylindrical-coordinate representation of color #8D8DAD: hue angle of 240º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D8DAD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 141 | 173 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.32 |
| HSL | 240º | 0.16% | 0.62% | - |
| HSV(B) | 240º | 0.18% | 0.68% | - |
| XYZ | 28.05 | 27.73 | 43.41 | - |
| YUV | 144.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 173 | 0.18 | 0.18 | 0 | 0.32 | 240 | 0.16 | 0.62 |
| Hex | 8D | 8D | AD | 12 | 12 | 0 | 20 | F0 | 10 | 3E |
| Octal | 215 | 215 | 255 | 22 | 22 | 0 | 40 | 360 | 20 | 76 |
| Binary | 10001101 | 10001101 | 10101101 | 10010 | 10010 | 0 | 100000 | 11110000 | 10000 | 111110 |
Color Harmonies of #8D8DAD
Complementary color
Monochromatic Colors of #8D8DAD
Black with #8D8DAD
Text Example
Text Example
White with #8D8DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DAD; }
p { color: rgb(141,141,173); }
H1.HeaderClassName
{
color: #8D8DAD;
}
.AnyTagClassName
{
color: #8D8DAD;
}
</style>
background-color css
<style>
a { background-color: #8D8DAD; }
a { background-color: rgb(141,141,173); }
div.DivClassName
{
background-color: #8D8DAD;
}
.BgClassName
{
background-color: #8D8DAD;
}
</style>
border-color css
<style>
span { border-color: #8D8DAD; }
span { border-color: rgb(141,141,173); }
td.TdClassName
{
border-color: #8D8DAD;
}
.TagClassName
{
border-color: #8D8DAD;
}
</style>