#938CAF

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

Shades of Grey Suit #938CAF

Tints of Grey Suit #938CAF

Color information

#938CAF (or 0x938CAF) is unknown color: approx Grey Suit. HEX triplet: 93, 8C and AF. RGB value is (147,140,175). Sum of RGB (Red+Green+Blue) = 147+140+175=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #938CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938CAF is #6C7350. Grayscale: #919191. Windows color (decimal): -7107409 or 11504787. OLE color: 11504787.

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

Color convert

RGB147140175-
CMYK0.160.200.31
HSL252º17.95%61.76%-
HSV(B)252º20%68.63%-
XYZ29.1528.0544.44-
YUV146.08144.32128.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=31.82%
G=30.30%
B=37.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471401750.160.200.3125217.9561.76
Hex938CAF101401Ffc123e
Octal22321425720240373742276
Binary10010011100011001010111110000101000111111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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