#8E779E

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

Shades of Ce Soir #8E779E

Tints of Ce Soir #8E779E

Color information

#8E779E (or 0x8E779E) is unknown color: approx Ce Soir. HEX triplet: 8E, 77 and 9E. RGB value is (142,119,158). Sum of RGB (Red+Green+Blue) = 142+119+158=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E779E is #718861. Grayscale: #828282. Windows color (decimal): -7440482 or 10385294. OLE color: 10385294.

HSL color Cylindrical-coordinate representation of color #8E779E: hue angle of 275.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E779E is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142119158-
CMYK0.100.2500.38
HSL275.38º16.74%54.31%-
HSV(B)275.38º24.68%61.96%-
XYZ23.9221.4135.22-
YUV130.32143.62136.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=33.89%
G=28.40%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421191580.100.2500.38275.3816.7454.31
Hex8E779EA190261131136
Octal21616723612310464232166
Binary10001110111011110011110101011001010011010001001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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