#8E729E

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

Shades of Ce Soir #8E729E

Tints of Ce Soir #8E729E

Color information

#8E729E (or 0x8E729E) is unknown color: approx Ce Soir. HEX triplet: 8E, 72 and 9E. RGB value is (142,114,158). Sum of RGB (Red+Green+Blue) = 142+114+158=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E729E is #718D61. Grayscale: #7F7F7F. Windows color (decimal): -7441762 or 10384014. OLE color: 10384014.

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

Color convert

RGB142114158-
CMYK0.100.2800.38
HSL278.18º18.49%53.33%-
HSV(B)278.18º27.85%61.96%-
XYZ23.3420.2535.03-
YUV127.39145.28138.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=34.30%
G=27.54%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421141580.100.2800.38278.1818.4953.33
Hex8E729EA1C0261161235
Octal21616223612340464262265
Binary10001110111001010011110101011100010011010001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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