Shades of Manatee #8D8EAF
Tints of Manatee #8D8EAF
RGB
CMYK
RGB Variations
Color information
#8D8EAF (or 0x8D8EAF) is known color: Manatee. HEX triplet: 8D, 8E and AF. RGB value is (141,142,175). Sum of RGB (Red+Green+Blue) = 141+142+175=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8EAF is #727150. Grayscale: #919191. Windows color (decimal): -7500113 or 11505293. OLE color: 11505293.
HSL color Cylindrical-coordinate representation of color #8D8EAF: hue angle of 238.24º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8EAF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 142 | 175 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.31 |
| HSL | 238.24º | 0.18% | 0.62% | - |
| HSV(B) | 238.24º | 0.19% | 0.69% | - |
| XYZ | 28.4 | 28.1 | 44.49 | - |
| YUV | 145.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 175 | 0.19 | 0.19 | 0 | 0.31 | 238.24 | 0.18 | 0.62 |
| Hex | 8D | 8E | AF | 13 | 13 | 0 | 1F | EE | 12 | 3E |
| Octal | 215 | 216 | 257 | 23 | 23 | 0 | 37 | 356 | 22 | 76 |
| Binary | 10001101 | 10001110 | 10101111 | 10011 | 10011 | 0 | 11111 | 11101110 | 10010 | 111110 |
Color Harmonies of #8D8EAF
Complementary color
Monochromatic Colors of #8D8EAF
Black with #8D8EAF
Text Example
Text Example
White with #8D8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8EAF; }
p { color: rgb(141,142,175); }
H1.HeaderClassName
{
color: #8D8EAF;
}
.AnyTagClassName
{
color: #8D8EAF;
}
</style>
background-color css
<style>
a { background-color: #8D8EAF; }
a { background-color: rgb(141,142,175); }
div.DivClassName
{
background-color: #8D8EAF;
}
.BgClassName
{
background-color: #8D8EAF;
}
</style>
border-color css
<style>
span { border-color: #8D8EAF; }
span { border-color: rgb(141,142,175); }
td.TdClassName
{
border-color: #8D8EAF;
}
.TagClassName
{
border-color: #8D8EAF;
}
</style>