#8D759C

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

Shades of Ce Soir #8D759C

Tints of Ce Soir #8D759C

Color information

#8D759C (or 0x8D759C) is unknown color: approx Ce Soir. HEX triplet: 8D, 75 and 9C. RGB value is (141,117,156). Sum of RGB (Red+Green+Blue) = 141+117+156=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D759C is #728A63. Grayscale: #808080. Windows color (decimal): -7506532 or 10253709. OLE color: 10253709.

HSL color Cylindrical-coordinate representation of color #8D759C: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D759C is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141117156-
CMYK0.100.2500.39
HSL276.92º16.46%53.53%-
HSV(B)276.92º25%61.18%-
XYZ23.3520.7934.23-
YUV128.62143.45136.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=34.06%
G=28.26%
B=37.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411171560.100.2500.39276.9216.4653.53
Hex8D759CA190271151036
Octal21516523412310474252066
Binary10001101111010110011100101011001010011110001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D759C; }

 p { color: rgb(141,117,156); }

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

<style>
 a { background-color: #8D759C; }

 a { background-color: rgb(141,117,156); }

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

<style>
 span { border-color: #8D759C; }

 span { border-color: rgb(141,117,156); }

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