Shades of Manatee #9095AD
Tints of Manatee #9095AD
RGB
CMYK
RGB Variations
Color information
#9095AD (or 0x9095AD) is known color: Manatee. HEX triplet: 90, 95 and AD. RGB value is (144,149,173). Sum of RGB (Red+Green+Blue) = 144+149+173=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #9095AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9095AD is #6F6A52. Grayscale: #969696. Windows color (decimal): -7301715 or 11376016. OLE color: 11376016.
HSL color Cylindrical-coordinate representation of color #9095AD: hue angle of 229.66º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9095AD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 149 | 173 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.32 |
| HSL | 229.66º | 0.15% | 0.62% | - |
| HSV(B) | 229.66º | 0.17% | 0.68% | - |
| XYZ | 29.79 | 30.44 | 43.84 | - |
| YUV | 150.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 173 | 0.17 | 0.14 | 0 | 0.32 | 229.66 | 0.15 | 0.62 |
| Hex | 90 | 95 | AD | 11 | E | 0 | 20 | E6 | F | 3E |
| Octal | 220 | 225 | 255 | 21 | 16 | 0 | 40 | 346 | 17 | 76 |
| Binary | 10010000 | 10010101 | 10101101 | 10001 | 1110 | 0 | 100000 | 11100110 | 1111 | 111110 |
Color Harmonies of #9095AD
Complementary color
Monochromatic Colors of #9095AD
Black with #9095AD
Text Example
Text Example
White with #9095AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095AD; }
p { color: rgb(144,149,173); }
H1.HeaderClassName
{
color: #9095AD;
}
.AnyTagClassName
{
color: #9095AD;
}
</style>
background-color css
<style>
a { background-color: #9095AD; }
a { background-color: rgb(144,149,173); }
div.DivClassName
{
background-color: #9095AD;
}
.BgClassName
{
background-color: #9095AD;
}
</style>
border-color css
<style>
span { border-color: #9095AD; }
span { border-color: rgb(144,149,173); }
td.TdClassName
{
border-color: #9095AD;
}
.TagClassName
{
border-color: #9095AD;
}
</style>