Shades of Manatee #8C93A9
Tints of Manatee #8C93A9
RGB
CMYK
RGB Variations
Color information
#8C93A9 (or 0x8C93A9) is known color: Manatee. HEX triplet: 8C, 93 and A9. RGB value is (140,147,169). Sum of RGB (Red+Green+Blue) = 140+147+169=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 169 - color contains mainly: blue. Hex color #8C93A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C93A9 is #736C56. Grayscale: #939393. Windows color (decimal): -7564375 or 11113356. OLE color: 11113356.
HSL color Cylindrical-coordinate representation of color #8C93A9: hue angle of 225.52º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C93A9 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 147 | 169 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.34 |
| HSL | 225.52º | 0.14% | 0.61% | - |
| HSV(B) | 225.52º | 0.17% | 0.66% | - |
| XYZ | 28.41 | 29.31 | 41.7 | - |
| YUV | 147.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 169 | 0.17 | 0.13 | 0 | 0.34 | 225.52 | 0.14 | 0.61 |
| Hex | 8C | 93 | A9 | 11 | D | 0 | 22 | E2 | E | 3D |
| Octal | 214 | 223 | 251 | 21 | 15 | 0 | 42 | 342 | 16 | 75 |
| Binary | 10001100 | 10010011 | 10101001 | 10001 | 1101 | 0 | 100010 | 11100010 | 1110 | 111101 |
Color Harmonies of #8C93A9
Complementary color
Monochromatic Colors of #8C93A9
Black with #8C93A9
Text Example
Text Example
White with #8C93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C93A9; }
p { color: rgb(140,147,169); }
H1.HeaderClassName
{
color: #8C93A9;
}
.AnyTagClassName
{
color: #8C93A9;
}
</style>
background-color css
<style>
a { background-color: #8C93A9; }
a { background-color: rgb(140,147,169); }
div.DivClassName
{
background-color: #8C93A9;
}
.BgClassName
{
background-color: #8C93A9;
}
</style>
border-color css
<style>
span { border-color: #8C93A9; }
span { border-color: rgb(140,147,169); }
td.TdClassName
{
border-color: #8C93A9;
}
.TagClassName
{
border-color: #8C93A9;
}
</style>