#876A95

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

Shades of Ce Soir #876A95

Tints of Ce Soir #876A95

Color information

#876A95 (or 0x876A95) is unknown color: approx Ce Soir. HEX triplet: 87, 6A and 95. RGB value is (135,106,149). Sum of RGB (Red+Green+Blue) = 135+106+149=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #876A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A95 is #78956A. Grayscale: #777777. Windows color (decimal): -7902571 or 9792135. OLE color: 9792135.

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

Color convert

RGB135106149-
CMYK0.090.2900.42
HSL280.47º16.86%50%-
HSV(B)280.47º28.86%58.43%-
XYZ20.5717.6330.75-
YUV119.57144.61139-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=34.62%
G=27.18%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351061490.090.2900.42280.4716.8650
Hex876A9591D02A1181132
Octal20715222511350524302162
Binary10000111110101010010101100111101010101010001100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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