#876995

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

Shades of Ce Soir #876995

Tints of Ce Soir #876995

Color information

#876995 (or 0x876995) is unknown color: approx Ce Soir. HEX triplet: 87, 69 and 95. RGB value is (135,105,149). Sum of RGB (Red+Green+Blue) = 135+105+149=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #876995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876995 is #78966A. Grayscale: #767676. Windows color (decimal): -7902827 or 9791879. OLE color: 9791879.

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

Color convert

RGB135105149-
CMYK0.090.3000.42
HSL280.91º17.32%49.8%-
HSV(B)280.91º29.53%58.43%-
XYZ20.4717.4230.72-
YUV118.99144.94139.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=34.70%
G=26.99%
B=38.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351051490.090.3000.42280.9117.3249.8
Hex87699591E02A1191132
Octal20715122511360524312162
Binary10000111110100110010101100111110010101010001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876995; }

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

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

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

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

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

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

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

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