#9399AF

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

Shades of Manatee #9399AF

Tints of Manatee #9399AF

Color information

#9399AF (or 0x9399AF) is unknown color: approx Manatee. HEX triplet: 93, 99 and AF. RGB value is (147,153,175). Sum of RGB (Red+Green+Blue) = 147+153+175=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9399AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9399AF is #6C6650. Grayscale: #999999. Windows color (decimal): -7104081 or 11508115. OLE color: 11508115.

HSL color Cylindrical-coordinate representation of color #9399AF: hue angle of 227.14º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9399AF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147153175-
CMYK0.160.1300.31
HSL227.14º14.89%63.14%-
HSV(B)227.14º16%68.63%-
XYZ31.1632.0845.11-
YUV153.71140.01123.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=30.95%
G=32.21%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471531750.160.1300.31227.1414.8963.14
Hex9399AF10D01Fe3f3f
Octal22323125720150373431777
Binary100100111001100110101111100001101011111111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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