#8E79A7

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

Shades of Ce Soir #8E79A7

Tints of Ce Soir #8E79A7

Color information

#8E79A7 (or 0x8E79A7) is unknown color: approx Ce Soir. HEX triplet: 8E, 79 and A7. RGB value is (142,121,167). Sum of RGB (Red+Green+Blue) = 142+121+167=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E79A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E79A7 is #718658. Grayscale: #848484. Windows color (decimal): -7439961 or 10975630. OLE color: 10975630.

HSL color Cylindrical-coordinate representation of color #8E79A7: hue angle of 267.39º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E79A7 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB142121167-
CMYK0.150.2800.35
HSL267.39º20.72%56.47%-
HSV(B)267.39º27.54%65.49%-
XYZ24.9722.2239.53-
YUV132.52147.46134.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=33.02%
G=28.14%
B=38.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421211670.150.2800.35267.3920.7256.47
Hex8E79A7F1C02310b1538
Octal21617124717340434132570
Binary10001110111100110100111111111100010001110000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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