#9195AE

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

Shades of Manatee #9195AE

Tints of Manatee #9195AE

Color information

#9195AE (or 0x9195AE) is unknown color: approx Manatee. HEX triplet: 91, 95 and AE. RGB value is (145,149,174). Sum of RGB (Red+Green+Blue) = 145+149+174=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9195AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195AE is #6E6A51. Grayscale: #969696. Windows color (decimal): -7236178 or 11441553. OLE color: 11441553.

HSL color Cylindrical-coordinate representation of color #9195AE: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9195AE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145149174-
CMYK0.170.1400.32
HSL231.72º15.18%62.55%-
HSV(B)231.72º16.67%68.24%-
XYZ30.0630.5744.36-
YUV150.65141.17123.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=30.98%
G=31.84%
B=37.18%

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
Decimal1451491740.170.1400.32231.7215.1862.55
Hex9195AE11E020e8f3f
Octal22122525621160403501777
Binary1001000110010101101011101000111100100000111010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9195AE; }

 p { color: rgb(145,149,174); }

 H1.HeaderClassName
 {
   color: #9195AE;
 }
 .AnyTagClassName
 {
   color: #9195AE;
 }
</style>
background-color css

<style>
 a { background-color: #9195AE; }

 a { background-color: rgb(145,149,174); }

 div.DivClassName
 {
   background-color: #9195AE;
 }
 .BgClassName
 {
   background-color: #9195AE;
 }
</style>
border-color css

<style>
 span { border-color: #9195AE; }

 span { border-color: rgb(145,149,174); }

 td.TdClassName
 {
   border-color: #9195AE;
 }
 .TagClassName
 {
   border-color: #9195AE;
 }
</style>