#8E779C

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

Shades of Ce Soir #8E779C

Tints of Ce Soir #8E779C

Color information

#8E779C (or 0x8E779C) is unknown color: approx Ce Soir. HEX triplet: 8E, 77 and 9C. RGB value is (142,119,156). Sum of RGB (Red+Green+Blue) = 142+119+156=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E779C is #718863. Grayscale: #818181. Windows color (decimal): -7440484 or 10254222. OLE color: 10254222.

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

Color convert

RGB142119156-
CMYK0.090.2400.39
HSL277.3º15.74%53.92%-
HSV(B)277.3º23.72%61.18%-
XYZ23.7521.3434.32-
YUV130.1142.62136.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=34.05%
G=28.54%
B=37.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421191560.090.2400.39277.315.7453.92
Hex8E779C9180271151036
Octal21616723411300474252066
Binary10001110111011110011100100111000010011110001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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