#938AAF

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

Shades of Grey Suit #938AAF

Tints of Grey Suit #938AAF

Color information

#938AAF (or 0x938AAF) is unknown color: approx Grey Suit. HEX triplet: 93, 8A and AF. RGB value is (147,138,175). Sum of RGB (Red+Green+Blue) = 147+138+175=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #938AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938AAF is #6C7550. Grayscale: #909090. Windows color (decimal): -7107921 or 11504275. OLE color: 11504275.

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

Color convert

RGB147138175-
CMYK0.160.2100.31
HSL254.59º18.78%61.37%-
HSV(B)254.59º21.14%68.63%-
XYZ28.8627.4844.34-
YUV144.91144.98129.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=31.96%
G=30%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471381750.160.2100.31254.5918.7861.37
Hex938AAF101501Fff133d
Octal22321225720250373772375
Binary10010011100010101010111110000101010111111111111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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