#9398AE

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

Shades of Manatee #9398AE

Tints of Manatee #9398AE

Color information

#9398AE (or 0x9398AE) is unknown color: approx Manatee. HEX triplet: 93, 98 and AE. RGB value is (147,152,174). Sum of RGB (Red+Green+Blue) = 147+152+174=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #9398AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AE is #6C6751. Grayscale: #989898. Windows color (decimal): -7104338 or 11442323. OLE color: 11442323.

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

Color convert

RGB147152174-
CMYK0.160.1300.32
HSL228.89º14.29%62.94%-
HSV(B)228.89º15.52%68.24%-
XYZ30.931.7244.54-
YUV153.01139.84123.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=31.08%
G=32.14%
B=36.79%

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
Decimal1471521740.160.1300.32228.8914.2962.94
Hex9398AE10D020e5e3f
Octal22323025620150403451677
Binary1001001110011000101011101000011010100000111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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