#8D769C

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

Shades of Ce Soir #8D769C

Tints of Ce Soir #8D769C

Color information

#8D769C (or 0x8D769C) is unknown color: approx Ce Soir. HEX triplet: 8D, 76 and 9C. RGB value is (141,118,156). Sum of RGB (Red+Green+Blue) = 141+118+156=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D769C is #728963. Grayscale: #818181. Windows color (decimal): -7506276 or 10253965. OLE color: 10253965.

HSL color Cylindrical-coordinate representation of color #8D769C: hue angle of 276.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D769C is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141118156-
CMYK0.100.2400.39
HSL276.32º16.1%53.73%-
HSV(B)276.32º24.36%61.18%-
XYZ23.4621.0234.27-
YUV129.21143.12136.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=33.98%
G=28.43%
B=37.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411181560.100.2400.39276.3216.153.73
Hex8D769CA180271141036
Octal21516623412300474242066
Binary10001101111011010011100101011000010011110001010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,156); }

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

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

 a { background-color: rgb(141,118,156); }

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

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

 span { border-color: rgb(141,118,156); }

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