#9197AE

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

Shades of Manatee #9197AE

Tints of Manatee #9197AE

Color information

#9197AE (or 0x9197AE) is unknown color: approx Manatee. HEX triplet: 91, 97 and AE. RGB value is (145,151,174). Sum of RGB (Red+Green+Blue) = 145+151+174=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #9197AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197AE is #6E6851. Grayscale: #979797. Windows color (decimal): -7235666 or 11442065. OLE color: 11442065.

HSL color Cylindrical-coordinate representation of color #9197AE: hue angle of 227.59º 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 #9197AE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145151174-
CMYK0.170.1300.32
HSL227.59º15.18%62.55%-
HSV(B)227.59º16.67%68.24%-
XYZ30.3831.2144.47-
YUV151.83140.51123.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=30.85%
G=32.13%
B=37.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451511740.170.1300.32227.5915.1862.55
Hex9197AE11D020e4f3f
Octal22122725621150403441777
Binary1001000110010111101011101000111010100000111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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