#876AA5

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

Shades of Ce Soir #876AA5

Tints of Ce Soir #876AA5

Color information

#876AA5 (or 0x876AA5) is unknown color: approx Ce Soir. HEX triplet: 87, 6A and A5. RGB value is (135,106,165). Sum of RGB (Red+Green+Blue) = 135+106+165=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #876AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AA5 is #78955A. Grayscale: #797979. Windows color (decimal): -7902555 or 10840711. OLE color: 10840711.

HSL color Cylindrical-coordinate representation of color #876AA5: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876AA5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135106165-
CMYK0.180.3600.35
HSL269.49º24.69%53.14%-
HSV(B)269.49º35.76%64.71%-
XYZ21.9418.1837.95-
YUV121.4152.61137.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=33.25%
G=26.11%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351061650.180.3600.35269.4924.6953.14
Hex876AA5122402310d1935
Octal20715224522440434153165
Binary1000011111010101010010110010100100010001110000110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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