#938EAF

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

Shades of Grey Suit #938EAF

Tints of Grey Suit #938EAF

Color information

#938EAF (or 0x938EAF) is unknown color: approx Grey Suit. HEX triplet: 93, 8E and AF. RGB value is (147,142,175). Sum of RGB (Red+Green+Blue) = 147+142+175=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #938EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAF is #6C7150. Grayscale: #939393. Windows color (decimal): -7106897 or 11505299. OLE color: 11505299.

HSL color Cylindrical-coordinate representation of color #938EAF: hue angle of 249.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #938EAF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147142175-
CMYK0.160.1900.31
HSL249.09º17.1%62.16%-
HSV(B)249.09º18.86%68.63%-
XYZ29.4428.6444.53-
YUV147.26143.66127.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=31.68%
G=30.60%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471421750.160.1900.31249.0917.162.16
Hex938EAF101301Ff9113e
Octal22321625720230373712176
Binary10010011100011101010111110000100110111111111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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