#938EAE

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

Shades of Grey Suit #938EAE

Tints of Grey Suit #938EAE

Color information

#938EAE (or 0x938EAE) is unknown color: approx Grey Suit. HEX triplet: 93, 8E and AE. RGB value is (147,142,174). Sum of RGB (Red+Green+Blue) = 147+142+174=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #938EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAE is #6C7151. Grayscale: #939393. Windows color (decimal): -7106898 or 11439763. OLE color: 11439763.

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

Color convert

RGB147142174-
CMYK0.160.1800.32
HSL249.38º16.49%61.96%-
HSV(B)249.38º18.39%68.24%-
XYZ29.3528.6144.02-
YUV147.14143.16127.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=31.75%
G=30.67%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471421740.160.1800.32249.3816.4961.96
Hex938EAE1012020f9103e
Octal22321625620220403712076
Binary100100111000111010101110100001001001000001111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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