#8E789F

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

Shades of Ce Soir #8E789F

Tints of Ce Soir #8E789F

Color information

#8E789F (or 0x8E789F) is unknown color: approx Ce Soir. HEX triplet: 8E, 78 and 9F. RGB value is (142,120,159). Sum of RGB (Red+Green+Blue) = 142+120+159=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E789F is #718760. Grayscale: #828282. Windows color (decimal): -7440225 or 10451086. OLE color: 10451086.

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

Color convert

RGB142120159-
CMYK0.110.2500.38
HSL273.85º16.88%54.71%-
HSV(B)273.85º24.53%62.35%-
XYZ24.1321.6935.72-
YUV131.02143.79135.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=33.73%
G=28.50%
B=37.77%

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
Decimal1421201590.110.2500.38273.8516.8854.71
Hex8E789FB190261121137
Octal21617023713310464222167
Binary10001110111100010011111101111001010011010001001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,159); }

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

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

 a { background-color: rgb(142,120,159); }

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

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

 span { border-color: rgb(142,120,159); }

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