Shades of Manatee #8D8FAE
Tints of Manatee #8D8FAE
RGB
CMYK
RGB Variations
Color information
#8D8FAE (or 0x8D8FAE) is known color: Manatee. HEX triplet: 8D, 8F and AE. RGB value is (141,143,174). Sum of RGB (Red+Green+Blue) = 141+143+174=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8FAE is #727051. Grayscale: #919191. Windows color (decimal): -7499858 or 11440013. OLE color: 11440013.
HSL color Cylindrical-coordinate representation of color #8D8FAE: hue angle of 236.36º 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 #8D8FAE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 143 | 174 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.32 |
| HSL | 236.36º | 0.17% | 0.62% | - |
| HSV(B) | 236.36º | 0.19% | 0.68% | - |
| XYZ | 28.45 | 28.36 | 44.02 | - |
| YUV | 145.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 174 | 0.19 | 0.18 | 0 | 0.32 | 236.36 | 0.17 | 0.62 |
| Hex | 8D | 8F | AE | 13 | 12 | 0 | 20 | EC | 11 | 3E |
| Octal | 215 | 217 | 256 | 23 | 22 | 0 | 40 | 354 | 21 | 76 |
| Binary | 10001101 | 10001111 | 10101110 | 10011 | 10010 | 0 | 100000 | 11101100 | 10001 | 111110 |
Color Harmonies of #8D8FAE
Complementary color
Monochromatic Colors of #8D8FAE
Black with #8D8FAE
Text Example
Text Example
White with #8D8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FAE; }
p { color: rgb(141,143,174); }
H1.HeaderClassName
{
color: #8D8FAE;
}
.AnyTagClassName
{
color: #8D8FAE;
}
</style>
background-color css
<style>
a { background-color: #8D8FAE; }
a { background-color: rgb(141,143,174); }
div.DivClassName
{
background-color: #8D8FAE;
}
.BgClassName
{
background-color: #8D8FAE;
}
</style>
border-color css
<style>
span { border-color: #8D8FAE; }
span { border-color: rgb(141,143,174); }
td.TdClassName
{
border-color: #8D8FAE;
}
.TagClassName
{
border-color: #8D8FAE;
}
</style>