#8E789B

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

Shades of Ce Soir #8E789B

Tints of Ce Soir #8E789B

Color information

#8E789B (or 0x8E789B) is unknown color: approx Ce Soir. HEX triplet: 8E, 78 and 9B. RGB value is (142,120,155). Sum of RGB (Red+Green+Blue) = 142+120+155=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E789B is #718764. Grayscale: #828282. Windows color (decimal): -7440229 or 10188942. OLE color: 10188942.

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

Color convert

RGB142120155-
CMYK0.080.2300.39
HSL277.71º14.89%53.92%-
HSV(B)277.71º22.58%60.78%-
XYZ23.7921.5533.92-
YUV130.57141.79136.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=34.05%
G=28.78%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421201550.080.2300.39277.7114.8953.92
Hex8E789B817027116f36
Octal21617023310270474261766
Binary1000111011110001001101110001011101001111000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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