#9095AE

Color #9095AE Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9095AE

Tints of Manatee #9095AE

Color information

#9095AE (or 0x9095AE) is unknown color: approx 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

RGB144149174-
CMYK0.170.1400.32
HSL230º15.62%62.35%-
HSV(B)230º17.24%68.24%-
XYZ29.8930.4844.35-
YUV150.36141.34123.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=30.84%
G=31.91%
B=37.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441491740.170.1400.3223015.6262.35
Hex9095AE11E020e6103e
Octal22022525621160403462076
Binary10010000100101011010111010001111001000001110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>