#8D769B

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

Shades of Ce Soir #8D769B

Tints of Ce Soir #8D769B

Color information

#8D769B (or 0x8D769B) is unknown color: approx Ce Soir. HEX triplet: 8D, 76 and 9B. RGB value is (141,118,155). Sum of RGB (Red+Green+Blue) = 141+118+155=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D769B is #728964. Grayscale: #808080. Windows color (decimal): -7506277 or 10188429. OLE color: 10188429.

HSL color Cylindrical-coordinate representation of color #8D769B: hue angle of 277.3º 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 #8D769B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141118155-
CMYK0.090.2400.39
HSL277.3º15.61%53.53%-
HSV(B)277.3º23.87%60.78%-
XYZ23.3820.9933.83-
YUV129.09142.62136.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=34.06%
G=28.50%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411181550.090.2400.39277.315.6153.53
Hex8D769B9180271151036
Octal21516623311300474252066
Binary10001101111011010011011100111000010011110001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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