Shades of Manatee #8C92AF
Tints of Manatee #8C92AF
RGB
CMYK
RGB Variations
Color information
#8C92AF (or 0x8C92AF) is known color: Manatee. HEX triplet: 8C, 92 and AF. RGB value is (140,146,175). Sum of RGB (Red+Green+Blue) = 140+146+175=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C92AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C92AF is #736D50. Grayscale: #939393. Windows color (decimal): -7564625 or 11506316. OLE color: 11506316.
HSL color Cylindrical-coordinate representation of color #8C92AF: hue angle of 229.71º 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 #8C92AF is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 146 | 175 | - |
| CMYK | 0.2 | 0.17 | 0 | 0.31 |
| HSL | 229.71º | 0.18% | 0.62% | - |
| HSV(B) | 229.71º | 0.2% | 0.69% | - |
| XYZ | 28.83 | 29.23 | 44.68 | - |
| YUV | 147.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 175 | 0.2 | 0.17 | 0 | 0.31 | 229.71 | 0.18 | 0.62 |
| Hex | 8C | 92 | AF | 14 | 11 | 0 | 1F | E6 | 12 | 3E |
| Octal | 214 | 222 | 257 | 24 | 21 | 0 | 37 | 346 | 22 | 76 |
| Binary | 10001100 | 10010010 | 10101111 | 10100 | 10001 | 0 | 11111 | 11100110 | 10010 | 111110 |
Color Harmonies of #8C92AF
Complementary color
Monochromatic Colors of #8C92AF
Black with #8C92AF
Text Example
Text Example
White with #8C92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92AF; }
p { color: rgb(140,146,175); }
H1.HeaderClassName
{
color: #8C92AF;
}
.AnyTagClassName
{
color: #8C92AF;
}
</style>
background-color css
<style>
a { background-color: #8C92AF; }
a { background-color: rgb(140,146,175); }
div.DivClassName
{
background-color: #8C92AF;
}
.BgClassName
{
background-color: #8C92AF;
}
</style>
border-color css
<style>
span { border-color: #8C92AF; }
span { border-color: rgb(140,146,175); }
td.TdClassName
{
border-color: #8C92AF;
}
.TagClassName
{
border-color: #8C92AF;
}
</style>