Shades of Manatee #8D8DAE
Tints of Manatee #8D8DAE
RGB
CMYK
RGB Variations
Color information
#8D8DAE (or 0x8D8DAE) is known color: Manatee. HEX triplet: 8D, 8D and AE. RGB value is (141,141,174). Sum of RGB (Red+Green+Blue) = 141+141+174=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAE is #727251. Grayscale: #909090. Windows color (decimal): -7500370 or 11439501. OLE color: 11439501.
HSL color Cylindrical-coordinate representation of color #8D8DAE: hue angle of 240º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8DAE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 141 | 174 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.32 |
| HSL | 240º | 0.17% | 0.62% | - |
| HSV(B) | 240º | 0.19% | 0.68% | - |
| XYZ | 28.15 | 27.77 | 43.92 | - |
| YUV | 144.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 174 | 0.19 | 0.19 | 0 | 0.32 | 240 | 0.17 | 0.62 |
| Hex | 8D | 8D | AE | 13 | 13 | 0 | 20 | F0 | 11 | 3E |
| Octal | 215 | 215 | 256 | 23 | 23 | 0 | 40 | 360 | 21 | 76 |
| Binary | 10001101 | 10001101 | 10101110 | 10011 | 10011 | 0 | 100000 | 11110000 | 10001 | 111110 |
Color Harmonies of #8D8DAE
Complementary color
Monochromatic Colors of #8D8DAE
Black with #8D8DAE
Text Example
Text Example
White with #8D8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DAE; }
p { color: rgb(141,141,174); }
H1.HeaderClassName
{
color: #8D8DAE;
}
.AnyTagClassName
{
color: #8D8DAE;
}
</style>
background-color css
<style>
a { background-color: #8D8DAE; }
a { background-color: rgb(141,141,174); }
div.DivClassName
{
background-color: #8D8DAE;
}
.BgClassName
{
background-color: #8D8DAE;
}
</style>
border-color css
<style>
span { border-color: #8D8DAE; }
span { border-color: rgb(141,141,174); }
td.TdClassName
{
border-color: #8D8DAE;
}
.TagClassName
{
border-color: #8D8DAE;
}
</style>