Shades of Manatee #8C96AF
Tints of Manatee #8C96AF
RGB
CMYK
RGB Variations
Color information
#8C96AF (or 0x8C96AF) is known color: Manatee. HEX triplet: 8C, 96 and AF. RGB value is (140,150,175). Sum of RGB (Red+Green+Blue) = 140+150+175=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C96AF is #736950. Grayscale: #959595. Windows color (decimal): -7563601 or 11507340. OLE color: 11507340.
HSL color Cylindrical-coordinate representation of color #8C96AF: hue angle of 222.86º 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 #8C96AF is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 150 | 175 | - |
| CMYK | 0.2 | 0.14 | 0 | 0.31 |
| HSL | 222.86º | 0.18% | 0.62% | - |
| HSV(B) | 222.86º | 0.2% | 0.69% | - |
| XYZ | 29.46 | 30.48 | 44.89 | - |
| YUV | 149.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 175 | 0.2 | 0.14 | 0 | 0.31 | 222.86 | 0.18 | 0.62 |
| Hex | 8C | 96 | AF | 14 | E | 0 | 1F | DF | 12 | 3E |
| Octal | 214 | 226 | 257 | 24 | 16 | 0 | 37 | 337 | 22 | 76 |
| Binary | 10001100 | 10010110 | 10101111 | 10100 | 1110 | 0 | 11111 | 11011111 | 10010 | 111110 |
Color Harmonies of #8C96AF
Complementary color
Monochromatic Colors of #8C96AF
Black with #8C96AF
Text Example
Text Example
White with #8C96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96AF; }
p { color: rgb(140,150,175); }
H1.HeaderClassName
{
color: #8C96AF;
}
.AnyTagClassName
{
color: #8C96AF;
}
</style>
background-color css
<style>
a { background-color: #8C96AF; }
a { background-color: rgb(140,150,175); }
div.DivClassName
{
background-color: #8C96AF;
}
.BgClassName
{
background-color: #8C96AF;
}
</style>
border-color css
<style>
span { border-color: #8C96AF; }
span { border-color: rgb(140,150,175); }
td.TdClassName
{
border-color: #8C96AF;
}
.TagClassName
{
border-color: #8C96AF;
}
</style>