#8E769B

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

Shades of Ce Soir #8E769B

Tints of Ce Soir #8E769B

Color information

#8E769B (or 0x8E769B) is unknown color: approx Ce Soir. HEX triplet: 8E, 76 and 9B. RGB value is (142,118,155). Sum of RGB (Red+Green+Blue) = 142+118+155=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E769B is #718964. Grayscale: #818181. Windows color (decimal): -7440741 or 10188430. OLE color: 10188430.

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

Color convert

RGB142118155-
CMYK0.080.2400.39
HSL278.92º15.61%53.53%-
HSV(B)278.92º23.87%60.78%-
XYZ23.5521.0733.84-
YUV129.39142.45136.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=34.22%
G=28.43%
B=37.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421181550.080.2400.39278.9215.6153.53
Hex8E769B8180271171036
Octal21616623310300474272066
Binary10001110111011010011011100011000010011110001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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