#8C779E

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

Shades of Ce Soir #8C779E

Tints of Ce Soir #8C779E

Color information

#8C779E (or 0x8C779E) is unknown color: approx Ce Soir. HEX triplet: 8C, 77 and 9E. RGB value is (140,119,158). Sum of RGB (Red+Green+Blue) = 140+119+158=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779E is #738861. Grayscale: #818181. Windows color (decimal): -7571554 or 10385292. OLE color: 10385292.

HSL color Cylindrical-coordinate representation of color #8C779E: hue angle of 272.31º 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 #8C779E is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140119158-
CMYK0.110.2500.38
HSL272.31º16.74%54.31%-
HSV(B)272.31º24.68%61.96%-
XYZ23.5821.2435.2-
YUV129.72143.96135.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=33.57%
G=28.54%
B=37.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401191580.110.2500.38272.3116.7454.31
Hex8C779EB190261101136
Octal21416723613310464202166
Binary10001100111011110011110101111001010011010001000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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