#876AA2

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

Shades of Ce Soir #876AA2

Tints of Ce Soir #876AA2

Color information

#876AA2 (or 0x876AA2) is unknown color: approx Ce Soir. HEX triplet: 87, 6A and A2. RGB value is (135,106,162). Sum of RGB (Red+Green+Blue) = 135+106+162=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #876AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AA2 is #78955D. Grayscale: #787878. Windows color (decimal): -7902558 or 10644103. OLE color: 10644103.

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

Color convert

RGB135106162-
CMYK0.170.3500.36
HSL271.07º23.14%52.55%-
HSV(B)271.07º34.57%63.53%-
XYZ21.6718.0736.53-
YUV121.06151.11137.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=33.50%
G=26.30%
B=40.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351061620.170.3500.36271.0723.1452.55
Hex876AA2112302410f1735
Octal20715224221430444172765
Binary1000011111010101010001010001100011010010010000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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