#876B95

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

Shades of Ce Soir #876B95

Tints of Ce Soir #876B95

Color information

#876B95 (or 0x876B95) is unknown color: approx Ce Soir. HEX triplet: 87, 6B and 95. RGB value is (135,107,149). Sum of RGB (Red+Green+Blue) = 135+107+149=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #876B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876B95 is #78946A. Grayscale: #787878. Windows color (decimal): -7902315 or 9792391. OLE color: 9792391.

HSL color Cylindrical-coordinate representation of color #876B95: hue angle of 280º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876B95 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135107149-
CMYK0.090.2800.42
HSL280º16.54%50.2%-
HSV(B)280º28.19%58.43%-
XYZ20.6717.8430.79-
YUV120.16144.28138.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=34.53%
G=27.37%
B=38.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351071490.090.2800.4228016.5450.2
Hex876B9591C02A1181132
Octal20715322511340524302162
Binary10000111110101110010101100111100010101010001100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,149); }

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

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

 a { background-color: rgb(135,107,149); }

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

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

 span { border-color: rgb(135,107,149); }

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