Shades of Manatee #8D8FAD
Tints of Manatee #8D8FAD
RGB
CMYK
RGB Variations
Color information
#8D8FAD (or 0x8D8FAD) is known color: Manatee. HEX triplet: 8D, 8F and AD. RGB value is (141,143,173). Sum of RGB (Red+Green+Blue) = 141+143+173=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8FAD is #727052. Grayscale: #919191. Windows color (decimal): -7499859 or 11374477. OLE color: 11374477.
HSL color Cylindrical-coordinate representation of color #8D8FAD: hue angle of 236.25º 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 #8D8FAD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 143 | 173 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.32 |
| HSL | 236.25º | 0.16% | 0.62% | - |
| HSV(B) | 236.25º | 0.18% | 0.68% | - |
| XYZ | 28.35 | 28.32 | 43.51 | - |
| YUV | 145.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 173 | 0.18 | 0.17 | 0 | 0.32 | 236.25 | 0.16 | 0.62 |
| Hex | 8D | 8F | AD | 12 | 11 | 0 | 20 | EC | 10 | 3E |
| Octal | 215 | 217 | 255 | 22 | 21 | 0 | 40 | 354 | 20 | 76 |
| Binary | 10001101 | 10001111 | 10101101 | 10010 | 10001 | 0 | 100000 | 11101100 | 10000 | 111110 |
Color Harmonies of #8D8FAD
Complementary color
Monochromatic Colors of #8D8FAD
Black with #8D8FAD
Text Example
Text Example
White with #8D8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FAD; }
p { color: rgb(141,143,173); }
H1.HeaderClassName
{
color: #8D8FAD;
}
.AnyTagClassName
{
color: #8D8FAD;
}
</style>
background-color css
<style>
a { background-color: #8D8FAD; }
a { background-color: rgb(141,143,173); }
div.DivClassName
{
background-color: #8D8FAD;
}
.BgClassName
{
background-color: #8D8FAD;
}
</style>
border-color css
<style>
span { border-color: #8D8FAD; }
span { border-color: rgb(141,143,173); }
td.TdClassName
{
border-color: #8D8FAD;
}
.TagClassName
{
border-color: #8D8FAD;
}
</style>