#9396AE

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

Shades of Manatee #9396AE

Tints of Manatee #9396AE

Color information

#9396AE (or 0x9396AE) is unknown color: approx Manatee. HEX triplet: 93, 96 and AE. RGB value is (147,150,174). Sum of RGB (Red+Green+Blue) = 147+150+174=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9396AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9396AE is #6C6951. Grayscale: #979797. Windows color (decimal): -7104850 or 11441811. OLE color: 11441811.

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

Color convert

RGB147150174-
CMYK0.160.1400.32
HSL233.33º14.29%62.94%-
HSV(B)233.33º15.52%68.24%-
XYZ30.5831.0744.43-
YUV151.84140.51124.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=31.21%
G=31.85%
B=36.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471501740.160.1400.32233.3314.2962.94
Hex9396AE10E020e9e3f
Octal22322625620160403511677
Binary1001001110010110101011101000011100100000111010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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