#8E799E

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

Shades of Ce Soir #8E799E

Tints of Ce Soir #8E799E

Color information

#8E799E (or 0x8E799E) is unknown color: approx Ce Soir. HEX triplet: 8E, 79 and 9E. RGB value is (142,121,158). Sum of RGB (Red+Green+Blue) = 142+121+158=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E799E is #718661. Grayscale: #838383. Windows color (decimal): -7439970 or 10385806. OLE color: 10385806.

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

Color convert

RGB142121158-
CMYK0.100.2300.38
HSL274.05º16.02%54.71%-
HSV(B)274.05º23.42%61.96%-
XYZ24.1621.8935.3-
YUV131.5142.96135.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=33.73%
G=28.74%
B=37.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421211580.100.2300.38274.0516.0254.71
Hex8E799EA170261121037
Octal21617123612270464222067
Binary10001110111100110011110101010111010011010001001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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