Shades of Manatee #8C91AD
Tints of Manatee #8C91AD
RGB
CMYK
RGB Variations
Color information
#8C91AD (or 0x8C91AD) is known color: Manatee. HEX triplet: 8C, 91 and AD. RGB value is (140,145,173). Sum of RGB (Red+Green+Blue) = 140+145+173=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C91AD is #736E52. Grayscale: #929292. Windows color (decimal): -7564883 or 11374988. OLE color: 11374988.
HSL color Cylindrical-coordinate representation of color #8C91AD: hue angle of 230.91º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C91AD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 145 | 173 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.32 |
| HSL | 230.91º | 0.17% | 0.61% | - |
| HSV(B) | 230.91º | 0.19% | 0.68% | - |
| XYZ | 28.48 | 28.84 | 43.6 | - |
| YUV | 146.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 173 | 0.19 | 0.16 | 0 | 0.32 | 230.91 | 0.17 | 0.61 |
| Hex | 8C | 91 | AD | 13 | 10 | 0 | 20 | E7 | 11 | 3D |
| Octal | 214 | 221 | 255 | 23 | 20 | 0 | 40 | 347 | 21 | 75 |
| Binary | 10001100 | 10010001 | 10101101 | 10011 | 10000 | 0 | 100000 | 11100111 | 10001 | 111101 |
Color Harmonies of #8C91AD
Complementary color
Monochromatic Colors of #8C91AD
Black with #8C91AD
Text Example
Text Example
White with #8C91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C91AD; }
p { color: rgb(140,145,173); }
H1.HeaderClassName
{
color: #8C91AD;
}
.AnyTagClassName
{
color: #8C91AD;
}
</style>
background-color css
<style>
a { background-color: #8C91AD; }
a { background-color: rgb(140,145,173); }
div.DivClassName
{
background-color: #8C91AD;
}
.BgClassName
{
background-color: #8C91AD;
}
</style>
border-color css
<style>
span { border-color: #8C91AD; }
span { border-color: rgb(140,145,173); }
td.TdClassName
{
border-color: #8C91AD;
}
.TagClassName
{
border-color: #8C91AD;
}
</style>