#8E799B

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

Shades of Ce Soir #8E799B

Tints of Ce Soir #8E799B

Color information

#8E799B (or 0x8E799B) is unknown color: approx Ce Soir. HEX triplet: 8E, 79 and 9B. RGB value is (142,121,155). Sum of RGB (Red+Green+Blue) = 142+121+155=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E799B is #718664. Grayscale: #838383. Windows color (decimal): -7439973 or 10189198. OLE color: 10189198.

HSL color Cylindrical-coordinate representation of color #8E799B: hue angle of 277.06º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E799B is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142121155-
CMYK0.080.2200.39
HSL277.06º14.53%54.12%-
HSV(B)277.06º21.94%60.78%-
XYZ23.9121.7933.96-
YUV131.16141.46135.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=33.97%
G=28.95%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421211550.080.2200.39277.0614.5354.12
Hex8E799B816027115f36
Octal21617123310260474251766
Binary1000111011110011001101110001011001001111000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,155); }

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

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

 a { background-color: rgb(142,121,155); }

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

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

 span { border-color: rgb(142,121,155); }

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