#938FAD

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

Shades of Grey Suit #938FAD

Tints of Grey Suit #938FAD

Color information

#938FAD (or 0x938FAD) is unknown color: approx Grey Suit. HEX triplet: 93, 8F and AD. RGB value is (147,143,173). Sum of RGB (Red+Green+Blue) = 147+143+173=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #938FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FAD is #6C7052. Grayscale: #939393. Windows color (decimal): -7106643 or 11374483. OLE color: 11374483.

HSL color Cylindrical-coordinate representation of color #938FAD: hue angle of 248º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #938FAD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147143173-
CMYK0.150.1700.32
HSL248º15.46%61.96%-
HSV(B)248º17.34%67.84%-
XYZ29.428.8743.56-
YUV147.62142.33127.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=31.75%
G=30.89%
B=37.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471431730.150.1700.3224815.4661.96
Hex938FADF11020f8f3e
Octal22321725517210403701776
Binary1001001110001111101011011111100010100000111110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938FAD; }

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

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

<style>
 a { background-color: #938FAD; }

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

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

<style>
 span { border-color: #938FAD; }

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

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