#9390AB

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

Shades of Grey Suit #9390AB

Tints of Grey Suit #9390AB

Color information

#9390AB (or 0x9390AB) is unknown color: approx Grey Suit. HEX triplet: 93, 90 and AB. RGB value is (147,144,171). Sum of RGB (Red+Green+Blue) = 147+144+171=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9390AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9390AB is #6C6F54. Grayscale: #939393. Windows color (decimal): -7106389 or 11243667. OLE color: 11243667.

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

Color convert

RGB147144171-
CMYK0.140.1600.33
HSL246.67º13.85%61.76%-
HSV(B)246.67º15.79%67.06%-
XYZ29.3629.0942.6-
YUV147.98140.99127.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=31.82%
G=31.17%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471441710.140.1600.33246.6713.8561.76
Hex9390ABE10021f7e3e
Octal22322025316200413671676
Binary1001001110010000101010111110100000100001111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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