#938FAA

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

Shades of Grey Suit #938FAA

Tints of Grey Suit #938FAA

Color information

#938FAA (or 0x938FAA) is unknown color: approx Grey Suit. HEX triplet: 93, 8F and AA. RGB value is (147,143,170). Sum of RGB (Red+Green+Blue) = 147+143+170=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #938FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FAA is #6C7055. Grayscale: #939393. Windows color (decimal): -7106646 or 11177875. OLE color: 11177875.

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

Color convert

RGB147143170-
CMYK0.140.1600.33
HSL248.89º13.71%61.37%-
HSV(B)248.89º15.88%66.67%-
XYZ29.1128.7542.05-
YUV147.27140.83127.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=31.96%
G=31.09%
B=36.96%

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
Decimal1471431700.140.1600.33248.8913.7161.37
Hex938FAAE10021f9e3d
Octal22321725216200413711675
Binary1001001110001111101010101110100000100001111110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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