#9399AD

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

Shades of Manatee #9399AD

Tints of Manatee #9399AD

Color information

#9399AD (or 0x9399AD) is unknown color: approx Manatee. HEX triplet: 93, 99 and AD. RGB value is (147,153,173). Sum of RGB (Red+Green+Blue) = 147+153+173=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #9399AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9399AD is #6C6652. Grayscale: #999999. Windows color (decimal): -7104083 or 11377043. OLE color: 11377043.

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

Color convert

RGB147153173-
CMYK0.150.1200.32
HSL226.15º13.68%62.75%-
HSV(B)226.15º15.03%67.84%-
XYZ30.973244.08-
YUV153.49139.01123.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=31.08%
G=32.35%
B=36.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471531730.150.1200.32226.1513.6862.75
Hex9399ADFC020e2e3f
Octal22323125517140403421677
Binary100100111001100110101101111111000100000111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9399AD; }

 p { color: rgb(147,153,173); }

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

<style>
 a { background-color: #9399AD; }

 a { background-color: rgb(147,153,173); }

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

<style>
 span { border-color: #9399AD; }

 span { border-color: rgb(147,153,173); }

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