Shades of Manatee #8C93AF
Tints of Manatee #8C93AF
RGB
CMYK
RGB Variations
Color information
#8C93AF (or 0x8C93AF) is known color: Manatee. HEX triplet: 8C, 93 and AF. RGB value is (140,147,175). Sum of RGB (Red+Green+Blue) = 140+147+175=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C93AF is #736C50. Grayscale: #939393. Windows color (decimal): -7564369 or 11506572. OLE color: 11506572.
HSL color Cylindrical-coordinate representation of color #8C93AF: hue angle of 228º 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 #8C93AF is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 147 | 175 | - |
| CMYK | 0.2 | 0.16 | 0 | 0.31 |
| HSL | 228º | 0.18% | 0.62% | - |
| HSV(B) | 228º | 0.2% | 0.69% | - |
| XYZ | 28.99 | 29.54 | 44.73 | - |
| YUV | 148.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 175 | 0.2 | 0.16 | 0 | 0.31 | 228 | 0.18 | 0.62 |
| Hex | 8C | 93 | AF | 14 | 10 | 0 | 1F | E4 | 12 | 3E |
| Octal | 214 | 223 | 257 | 24 | 20 | 0 | 37 | 344 | 22 | 76 |
| Binary | 10001100 | 10010011 | 10101111 | 10100 | 10000 | 0 | 11111 | 11100100 | 10010 | 111110 |
Color Harmonies of #8C93AF
Complementary color
Monochromatic Colors of #8C93AF
Black with #8C93AF
Text Example
Text Example
White with #8C93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C93AF; }
p { color: rgb(140,147,175); }
H1.HeaderClassName
{
color: #8C93AF;
}
.AnyTagClassName
{
color: #8C93AF;
}
</style>
background-color css
<style>
a { background-color: #8C93AF; }
a { background-color: rgb(140,147,175); }
div.DivClassName
{
background-color: #8C93AF;
}
.BgClassName
{
background-color: #8C93AF;
}
</style>
border-color css
<style>
span { border-color: #8C93AF; }
span { border-color: rgb(140,147,175); }
td.TdClassName
{
border-color: #8C93AF;
}
.TagClassName
{
border-color: #8C93AF;
}
</style>