Shades of Manatee #9095AE
Tints of Manatee #9095AE
RGB
CMYK
RGB Variations
Color information
#9095AE (or 0x9095AE) is known color: Manatee. HEX triplet: 90, 95 and AE. RGB value is (144,149,174). Sum of RGB (Red+Green+Blue) = 144+149+174=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #9095AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9095AE is #6F6A51. Grayscale: #969696. Windows color (decimal): -7301714 or 11441552. OLE color: 11441552.
HSL color Cylindrical-coordinate representation of color #9095AE: hue angle of 230º degrees, saturation: 0.16, 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 #9095AE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 149 | 174 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.32 |
| HSL | 230º | 0.16% | 0.62% | - |
| HSV(B) | 230º | 0.17% | 0.68% | - |
| XYZ | 29.89 | 30.48 | 44.35 | - |
| YUV | 150.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 174 | 0.17 | 0.14 | 0 | 0.32 | 230 | 0.16 | 0.62 |
| Hex | 90 | 95 | AE | 11 | E | 0 | 20 | E6 | 10 | 3E |
| Octal | 220 | 225 | 256 | 21 | 16 | 0 | 40 | 346 | 20 | 76 |
| Binary | 10010000 | 10010101 | 10101110 | 10001 | 1110 | 0 | 100000 | 11100110 | 10000 | 111110 |
Color Harmonies of #9095AE
Complementary color
Monochromatic Colors of #9095AE
Black with #9095AE
Text Example
Text Example
White with #9095AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095AE; }
p { color: rgb(144,149,174); }
H1.HeaderClassName
{
color: #9095AE;
}
.AnyTagClassName
{
color: #9095AE;
}
</style>
background-color css
<style>
a { background-color: #9095AE; }
a { background-color: rgb(144,149,174); }
div.DivClassName
{
background-color: #9095AE;
}
.BgClassName
{
background-color: #9095AE;
}
</style>
border-color css
<style>
span { border-color: #9095AE; }
span { border-color: rgb(144,149,174); }
td.TdClassName
{
border-color: #9095AE;
}
.TagClassName
{
border-color: #9095AE;
}
</style>