#876796

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

Shades of Ce Soir #876796

Tints of Ce Soir #876796

Color information

#876796 (or 0x876796) is unknown color: approx Ce Soir. HEX triplet: 87, 67 and 96. RGB value is (135,103,150). Sum of RGB (Red+Green+Blue) = 135+103+150=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #876796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876796 is #789869. Grayscale: #757575. Windows color (decimal): -7903338 or 9856903. OLE color: 9856903.

HSL color Cylindrical-coordinate representation of color #876796: hue angle of 280.85º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876796 is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135103150-
CMYK0.10.3100.41
HSL280.85º18.58%49.61%-
HSV(B)280.85º31.33%58.82%-
XYZ20.3517.0531.07-
YUV117.93146.1140.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=34.79%
G=26.55%
B=38.66%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351031500.10.3100.41280.8518.5849.61
Hex876796A1F0291191332
Octal20714722612370514312362
Binary10000111110011110010110101011111010100110001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876796; }

 p { color: rgb(135,103,150); }

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

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

 a { background-color: rgb(135,103,150); }

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

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

 span { border-color: rgb(135,103,150); }

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