#9397AE

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

Shades of Manatee #9397AE

Tints of Manatee #9397AE

Color information

#9397AE (or 0x9397AE) is unknown color: approx Manatee. HEX triplet: 93, 97 and AE. RGB value is (147,151,174). Sum of RGB (Red+Green+Blue) = 147+151+174=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #9397AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397AE is #6C6851. Grayscale: #989898. Windows color (decimal): -7104594 or 11442067. OLE color: 11442067.

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

Color convert

RGB147151174-
CMYK0.160.1300.32
HSL231.11º14.29%62.94%-
HSV(B)231.11º15.52%68.24%-
XYZ30.7431.3944.48-
YUV152.43140.17124.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=31.14%
G=31.99%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471511740.160.1300.32231.1114.2962.94
Hex9397AE10D020e7e3f
Octal22322725620150403471677
Binary1001001110010111101011101000011010100000111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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