#9398AB

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

Shades of Manatee #9398AB

Tints of Manatee #9398AB

Color information

#9398AB (or 0x9398AB) is unknown color: approx Manatee. HEX triplet: 93, 98 and AB. RGB value is (147,152,171). Sum of RGB (Red+Green+Blue) = 147+152+171=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9398AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AB is #6C6754. Grayscale: #989898. Windows color (decimal): -7104341 or 11245715. OLE color: 11245715.

HSL color Cylindrical-coordinate representation of color #9398AB: hue angle of 227.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9398AB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147152171-
CMYK0.140.1100.33
HSL227.5º12.5%62.35%-
HSV(B)227.5º14.04%67.06%-
XYZ30.6131.643.01-
YUV152.67138.34123.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=31.28%
G=32.34%
B=36.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471521710.140.1100.33227.512.562.35
Hex9398ABEB021e4c3e
Octal22323025316130413441476
Binary100100111001100010101011111010110100001111001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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