#8C779F

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

Shades of Ce Soir #8C779F

Tints of Ce Soir #8C779F

Color information

#8C779F (or 0x8C779F) is unknown color: approx Ce Soir. HEX triplet: 8C, 77 and 9F. RGB value is (140,119,159). Sum of RGB (Red+Green+Blue) = 140+119+159=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779F is #738860. Grayscale: #818181. Windows color (decimal): -7571553 or 10450828. OLE color: 10450828.

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

Color convert

RGB140119159-
CMYK0.120.2500.38
HSL271.5º17.24%54.51%-
HSV(B)271.5º25.16%62.35%-
XYZ23.6721.2735.66-
YUV129.84144.46135.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=33.49%
G=28.47%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401191590.120.2500.38271.517.2454.51
Hex8C779FC190261101137
Octal21416723714310464202167
Binary10001100111011110011111110011001010011010001000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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