Shades of Manatee #8A91AD
Tints of Manatee #8A91AD
RGB
CMYK
RGB Variations
Color information
#8A91AD (or 0x8A91AD) is known color: Manatee. HEX triplet: 8A, 91 and AD. RGB value is (138,145,173). Sum of RGB (Red+Green+Blue) = 138+145+173=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A91AD is #756E52. Grayscale: #919191. Windows color (decimal): -7695955 or 11374986. OLE color: 11374986.
HSL color Cylindrical-coordinate representation of color #8A91AD: hue angle of 228º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A91AD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 145 | 173 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.32 |
| HSL | 228º | 0.18% | 0.61% | - |
| HSV(B) | 228º | 0.2% | 0.68% | - |
| XYZ | 28.15 | 28.67 | 43.59 | - |
| YUV | 146.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 173 | 0.20 | 0.16 | 0 | 0.32 | 228 | 0.18 | 0.61 |
| Hex | 8A | 91 | AD | 14 | 10 | 0 | 20 | E4 | 12 | 3D |
| Octal | 212 | 221 | 255 | 24 | 20 | 0 | 40 | 344 | 22 | 75 |
| Binary | 10001010 | 10010001 | 10101101 | 10100 | 10000 | 0 | 100000 | 11100100 | 10010 | 111101 |
Color Harmonies of #8A91AD
Complementary color
Monochromatic Colors of #8A91AD
Black with #8A91AD
Text Example
Text Example
White with #8A91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91AD; }
p { color: rgb(138,145,173); }
H1.HeaderClassName
{
color: #8A91AD;
}
.AnyTagClassName
{
color: #8A91AD;
}
</style>
background-color css
<style>
a { background-color: #8A91AD; }
a { background-color: rgb(138,145,173); }
div.DivClassName
{
background-color: #8A91AD;
}
.BgClassName
{
background-color: #8A91AD;
}
</style>
border-color css
<style>
span { border-color: #8A91AD; }
span { border-color: rgb(138,145,173); }
td.TdClassName
{
border-color: #8A91AD;
}
.TagClassName
{
border-color: #8A91AD;
}
</style>