#938EAA

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

Shades of Grey Suit #938EAA

Tints of Grey Suit #938EAA

Color information

#938EAA (or 0x938EAA) is unknown color: approx Grey Suit. HEX triplet: 93, 8E and AA. RGB value is (147,142,170). Sum of RGB (Red+Green+Blue) = 147+142+170=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #938EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAA is #6C7155. Grayscale: #929292. Windows color (decimal): -7106902 or 11177619. OLE color: 11177619.

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

Color convert

RGB147142170-
CMYK0.140.1600.33
HSL250.71º14.14%61.18%-
HSV(B)250.71º16.47%66.67%-
XYZ28.9628.4542-
YUV146.69141.16128.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=32.03%
G=30.94%
B=37.04%

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
Decimal1471421700.140.1600.33250.7114.1461.18
Hex938EAAE10021fbe3d
Octal22321625216200413731675
Binary1001001110001110101010101110100000100001111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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