#8E759B

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

Shades of Ce Soir #8E759B

Tints of Ce Soir #8E759B

Color information

#8E759B (or 0x8E759B) is unknown color: approx Ce Soir. HEX triplet: 8E, 75 and 9B. RGB value is (142,117,155). Sum of RGB (Red+Green+Blue) = 142+117+155=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E759B is #718A64. Grayscale: #808080. Windows color (decimal): -7440997 or 10188174. OLE color: 10188174.

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

Color convert

RGB142117155-
CMYK0.080.2500.39
HSL279.47º15.97%53.33%-
HSV(B)279.47º24.52%60.78%-
XYZ23.4320.8433.8-
YUV128.81142.78137.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=34.30%
G=28.26%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421171550.080.2500.39279.4715.9753.33
Hex8E759B8190271171035
Octal21616523310310474272065
Binary10001110111010110011011100011001010011110001011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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