#937BA5

Color #937BA5 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #937BA5

Tints of Ce Soir #937BA5

Color information

#937BA5 (or 0x937BA5) is unknown color: approx Ce Soir. HEX triplet: 93, 7B and A5. RGB value is (147,123,165). Sum of RGB (Red+Green+Blue) = 147+123+165=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 165 - color contains mainly: blue. Hex color #937BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BA5 is #6C845A. Grayscale: #868686. Windows color (decimal): -7111771 or 10845075. OLE color: 10845075.

HSL color Cylindrical-coordinate representation of color #937BA5: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #937BA5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB147123165-
CMYK0.110.2500.35
HSL274.29º18.92%56.47%-
HSV(B)274.29º25.45%64.71%-
XYZ25.9123.0938.69-
YUV134.96144.95136.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=33.79%
G=28.28%
B=37.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471231650.110.2500.35274.2918.9256.47
Hex937BA5B190231121338
Octal22317324513310434222370
Binary10010011111101110100101101111001010001110001001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937BA5; }

 p { color: rgb(147,123,165); }

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

<style>
 a { background-color: #937BA5; }

 a { background-color: rgb(147,123,165); }

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

<style>
 span { border-color: #937BA5; }

 span { border-color: rgb(147,123,165); }

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