#8E7297

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

Shades of Ce Soir #8E7297

Tints of Ce Soir #8E7297

Color information

#8E7297 (or 0x8E7297) is unknown color: approx Ce Soir. HEX triplet: 8E, 72 and 97. RGB value is (142,114,151). Sum of RGB (Red+Green+Blue) = 142+114+151=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7297 is #718D68. Grayscale: #7E7E7E. Windows color (decimal): -7441769 or 9925262. OLE color: 9925262.

HSL color Cylindrical-coordinate representation of color #8E7297: hue angle of 285.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E7297 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB142114151-
CMYK0.060.2500.41
HSL285.41º15.1%51.96%-
HSV(B)285.41º24.5%59.22%-
XYZ22.7620.0231.94-
YUV126.59141.78138.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=34.89%
G=28.01%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421141510.060.2500.41285.4115.151.96
Hex8E729761902911df34
Octal2161622276310514351764
Binary100011101110010100101111101100101010011000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,151); }

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

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

 a { background-color: rgb(142,114,151); }

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

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

 span { border-color: rgb(142,114,151); }

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