#876C9B

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

Shades of Ce Soir #876C9B

Tints of Ce Soir #876C9B

Color information

#876C9B (or 0x876C9B) is unknown color: approx Ce Soir. HEX triplet: 87, 6C and 9B. RGB value is (135,108,155). Sum of RGB (Red+Green+Blue) = 135+108+155=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #876C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C9B is #789364. Grayscale: #797979. Windows color (decimal): -7902053 or 10185863. OLE color: 10185863.

HSL color Cylindrical-coordinate representation of color #876C9B: hue angle of 274.47º 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 #876C9B is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135108155-
CMYK0.130.3000.39
HSL274.47º19.03%51.57%-
HSV(B)274.47º30.32%60.78%-
XYZ21.2718.2433.41-
YUV121.43146.95137.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=33.92%
G=27.14%
B=38.94%

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
Decimal1351081550.130.3000.39274.4719.0351.57
Hex876C9BD1E0271121334
Octal20715423315360474222364
Binary10000111110110010011011110111110010011110001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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