#938DB0

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

Shades of Grey Suit #938DB0

Tints of Grey Suit #938DB0

Color information

#938DB0 (or 0x938DB0) is unknown color: approx Grey Suit. HEX triplet: 93, 8D and B0. RGB value is (147,141,176). Sum of RGB (Red+Green+Blue) = 147+141+176=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #938DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DB0 is #6C724F. Grayscale: #929292. Windows color (decimal): -7107152 or 11570579. OLE color: 11570579.

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

Color convert

RGB147141176-
CMYK0.160.2000.31
HSL250.29º18.13%62.16%-
HSV(B)250.29º19.89%69.02%-
XYZ29.3928.3945-
YUV146.78144.49128.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=31.68%
G=30.39%
B=37.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471411760.160.2000.31250.2918.1362.16
Hex938DB0101401Ffa123e
Octal22321526020240373722276
Binary10010011100011011011000010000101000111111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,176); }

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

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

 a { background-color: rgb(147,141,176); }

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

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

 span { border-color: rgb(147,141,176); }

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