#876D9B

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

Shades of Ce Soir #876D9B

Tints of Ce Soir #876D9B

Color information

#876D9B (or 0x876D9B) is unknown color: approx Ce Soir. HEX triplet: 87, 6D and 9B. RGB value is (135,109,155). Sum of RGB (Red+Green+Blue) = 135+109+155=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #876D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876D9B is #789264. Grayscale: #797979. Windows color (decimal): -7901797 or 10186119. OLE color: 10186119.

HSL color Cylindrical-coordinate representation of color #876D9B: hue angle of 273.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #876D9B is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135109155-
CMYK0.130.3000.39
HSL273.91º18.7%51.76%-
HSV(B)273.91º29.68%60.78%-
XYZ21.3818.4533.45-
YUV122.02146.61137.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=33.83%
G=27.32%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351091550.130.3000.39273.9118.751.76
Hex876D9BD1E0271121334
Octal20715523315360474222364
Binary10000111110110110011011110111110010011110001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876D9B; }

 p { color: rgb(135,109,155); }

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

<style>
 a { background-color: #876D9B; }

 a { background-color: rgb(135,109,155); }

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

<style>
 span { border-color: #876D9B; }

 span { border-color: rgb(135,109,155); }

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