Shades of Manatee #8A95AD
Tints of Manatee #8A95AD
RGB
CMYK
RGB Variations
Color information
#8A95AD (or 0x8A95AD) is known color: Manatee. HEX triplet: 8A, 95 and AD. RGB value is (138,149,173). Sum of RGB (Red+Green+Blue) = 138+149+173=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A95AD is #756A52. Grayscale: #949494. Windows color (decimal): -7694931 or 11376010. OLE color: 11376010.
HSL color Cylindrical-coordinate representation of color #8A95AD: hue angle of 221.14º 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 #8A95AD is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 149 | 173 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.32 |
| HSL | 221.14º | 0.18% | 0.61% | - |
| HSV(B) | 221.14º | 0.2% | 0.68% | - |
| XYZ | 28.77 | 29.92 | 43.79 | - |
| YUV | 148.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 173 | 0.20 | 0.14 | 0 | 0.32 | 221.14 | 0.18 | 0.61 |
| Hex | 8A | 95 | AD | 14 | E | 0 | 20 | DD | 12 | 3D |
| Octal | 212 | 225 | 255 | 24 | 16 | 0 | 40 | 335 | 22 | 75 |
| Binary | 10001010 | 10010101 | 10101101 | 10100 | 1110 | 0 | 100000 | 11011101 | 10010 | 111101 |
Color Harmonies of #8A95AD
Complementary color
Monochromatic Colors of #8A95AD
Black with #8A95AD
Text Example
Text Example
White with #8A95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A95AD; }
p { color: rgb(138,149,173); }
H1.HeaderClassName
{
color: #8A95AD;
}
.AnyTagClassName
{
color: #8A95AD;
}
</style>
background-color css
<style>
a { background-color: #8A95AD; }
a { background-color: rgb(138,149,173); }
div.DivClassName
{
background-color: #8A95AD;
}
.BgClassName
{
background-color: #8A95AD;
}
</style>
border-color css
<style>
span { border-color: #8A95AD; }
span { border-color: rgb(138,149,173); }
td.TdClassName
{
border-color: #8A95AD;
}
.TagClassName
{
border-color: #8A95AD;
}
</style>