#8E759C

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

Shades of Ce Soir #8E759C

Tints of Ce Soir #8E759C

Color information

#8E759C (or 0x8E759C) is unknown color: approx Ce Soir. HEX triplet: 8E, 75 and 9C. RGB value is (142,117,156). Sum of RGB (Red+Green+Blue) = 142+117+156=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E759C is #718A63. Grayscale: #808080. Windows color (decimal): -7440996 or 10253710. OLE color: 10253710.

HSL color Cylindrical-coordinate representation of color #8E759C: hue angle of 278.46º 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 #8E759C is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142117156-
CMYK0.090.2500.39
HSL278.46º16.46%53.53%-
HSV(B)278.46º25%61.18%-
XYZ23.5220.8734.24-
YUV128.92143.28137.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=34.22%
G=28.19%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421171560.090.2500.39278.4616.4653.53
Hex8E759C9190271161036
Octal21616523411310474262066
Binary10001110111010110011100100111001010011110001011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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