#8C779B

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

Shades of Ce Soir #8C779B

Tints of Ce Soir #8C779B

Color information

#8C779B (or 0x8C779B) is unknown color: approx Ce Soir. HEX triplet: 8C, 77 and 9B. RGB value is (140,119,155). Sum of RGB (Red+Green+Blue) = 140+119+155=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779B is #738864. Grayscale: #818181. Windows color (decimal): -7571557 or 10188684. OLE color: 10188684.

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

Color convert

RGB140119155-
CMYK0.100.2300.39
HSL275º15.25%53.73%-
HSV(B)275º23.23%60.78%-
XYZ23.3321.1433.86-
YUV129.38142.46135.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=33.82%
G=28.74%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401191550.100.2300.3927515.2553.73
Hex8C779BA17027113f36
Octal21416723312270474231766
Binary1000110011101111001101110101011101001111000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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