#8E769A

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

Shades of Ce Soir #8E769A

Tints of Ce Soir #8E769A

Color information

#8E769A (or 0x8E769A) is unknown color: approx Ce Soir. HEX triplet: 8E, 76 and 9A. RGB value is (142,118,154). Sum of RGB (Red+Green+Blue) = 142+118+154=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E769A is #718965. Grayscale: #818181. Windows color (decimal): -7440742 or 10122894. OLE color: 10122894.

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

Color convert

RGB142118154-
CMYK0.080.2300.40
HSL280º15.13%53.33%-
HSV(B)280º23.38%60.39%-
XYZ23.4721.0433.4-
YUV129.28141.95137.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=34.30%
G=28.50%
B=37.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421181540.080.2300.4028015.1353.33
Hex8E769A817028118f35
Octal21616623210270504301765
Binary1000111011101101001101010001011101010001000110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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