#9399AA

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

Shades of Manatee #9399AA

Tints of Manatee #9399AA

Color information

#9399AA (or 0x9399AA) is unknown color: approx Manatee. HEX triplet: 93, 99 and AA. RGB value is (147,153,170). Sum of RGB (Red+Green+Blue) = 147+153+170=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9399AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9399AA is #6C6655. Grayscale: #999999. Windows color (decimal): -7104086 or 11180435. OLE color: 11180435.

HSL color Cylindrical-coordinate representation of color #9399AA: hue angle of 224.35º 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 #9399AA is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147153170-
CMYK0.140.100.33
HSL224.35º11.92%62.16%-
HSV(B)224.35º13.53%66.67%-
XYZ30.6831.8942.57-
YUV153.14137.51123.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=31.28%
G=32.55%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471531700.140.100.33224.3511.9262.16
Hex9399AAEA021e0c3e
Octal22323125216120413401476
Binary100100111001100110101010111010100100001111000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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