Shades of Manatee #8C8DAF
Tints of Manatee #8C8DAF
RGB
CMYK
RGB Variations
Color information
#8C8DAF (or 0x8C8DAF) is known color: Manatee. HEX triplet: 8C, 8D and AF. RGB value is (140,141,175). Sum of RGB (Red+Green+Blue) = 140+141+175=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8DAF is #737250. Grayscale: #909090. Windows color (decimal): -7565905 or 11505036. OLE color: 11505036.
HSL color Cylindrical-coordinate representation of color #8C8DAF: hue angle of 238.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C8DAF is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 141 | 175 | - |
| CMYK | 0.2 | 0.19 | 0 | 0.31 |
| HSL | 238.29º | 0.18% | 0.62% | - |
| HSV(B) | 238.29º | 0.2% | 0.69% | - |
| XYZ | 28.08 | 27.72 | 44.43 | - |
| YUV | 144.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 175 | 0.2 | 0.19 | 0 | 0.31 | 238.29 | 0.18 | 0.62 |
| Hex | 8C | 8D | AF | 14 | 13 | 0 | 1F | EE | 12 | 3E |
| Octal | 214 | 215 | 257 | 24 | 23 | 0 | 37 | 356 | 22 | 76 |
| Binary | 10001100 | 10001101 | 10101111 | 10100 | 10011 | 0 | 11111 | 11101110 | 10010 | 111110 |
Color Harmonies of #8C8DAF
Complementary color
Monochromatic Colors of #8C8DAF
Black with #8C8DAF
Text Example
Text Example
White with #8C8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DAF; }
p { color: rgb(140,141,175); }
H1.HeaderClassName
{
color: #8C8DAF;
}
.AnyTagClassName
{
color: #8C8DAF;
}
</style>
background-color css
<style>
a { background-color: #8C8DAF; }
a { background-color: rgb(140,141,175); }
div.DivClassName
{
background-color: #8C8DAF;
}
.BgClassName
{
background-color: #8C8DAF;
}
</style>
border-color css
<style>
span { border-color: #8C8DAF; }
span { border-color: rgb(140,141,175); }
td.TdClassName
{
border-color: #8C8DAF;
}
.TagClassName
{
border-color: #8C8DAF;
}
</style>