Shades of Manatee #8C95AA
Tints of Manatee #8C95AA
RGB
CMYK
RGB Variations
Color information
#8C95AA (or 0x8C95AA) is known color: Manatee. HEX triplet: 8C, 95 and AA. RGB value is (140,149,170). Sum of RGB (Red+Green+Blue) = 140+149+170=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C95AA is #736A55. Grayscale: #949494. Windows color (decimal): -7563862 or 11179404. OLE color: 11179404.
HSL color Cylindrical-coordinate representation of color #8C95AA: hue angle of 222º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C95AA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 149 | 170 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.33 |
| HSL | 222º | 0.15% | 0.61% | - |
| HSV(B) | 222º | 0.18% | 0.67% | - |
| XYZ | 28.82 | 29.97 | 42.3 | - |
| YUV | 148.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 170 | 0.18 | 0.12 | 0 | 0.33 | 222 | 0.15 | 0.61 |
| Hex | 8C | 95 | AA | 12 | C | 0 | 21 | DE | F | 3D |
| Octal | 214 | 225 | 252 | 22 | 14 | 0 | 41 | 336 | 17 | 75 |
| Binary | 10001100 | 10010101 | 10101010 | 10010 | 1100 | 0 | 100001 | 11011110 | 1111 | 111101 |
Color Harmonies of #8C95AA
Complementary color
Monochromatic Colors of #8C95AA
Black with #8C95AA
Text Example
Text Example
White with #8C95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C95AA; }
p { color: rgb(140,149,170); }
H1.HeaderClassName
{
color: #8C95AA;
}
.AnyTagClassName
{
color: #8C95AA;
}
</style>
background-color css
<style>
a { background-color: #8C95AA; }
a { background-color: rgb(140,149,170); }
div.DivClassName
{
background-color: #8C95AA;
}
.BgClassName
{
background-color: #8C95AA;
}
</style>
border-color css
<style>
span { border-color: #8C95AA; }
span { border-color: rgb(140,149,170); }
td.TdClassName
{
border-color: #8C95AA;
}
.TagClassName
{
border-color: #8C95AA;
}
</style>