#876BA4

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

Shades of Ce Soir #876BA4

Tints of Ce Soir #876BA4

Color information

#876BA4 (or 0x876BA4) is unknown color: approx Ce Soir. HEX triplet: 87, 6B and A4. RGB value is (135,107,164). Sum of RGB (Red+Green+Blue) = 135+107+164=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #876BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BA4 is #78945B. Grayscale: #797979. Windows color (decimal): -7902300 or 10775431. OLE color: 10775431.

HSL color Cylindrical-coordinate representation of color #876BA4: hue angle of 269.47º degrees, saturation: 0.24, 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 #876BA4 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135107164-
CMYK0.180.3500.36
HSL269.47º23.85%53.14%-
HSV(B)269.47º34.76%64.31%-
XYZ21.9518.3537.51-
YUV121.87151.78137.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=33.25%
G=26.35%
B=40.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351071640.180.3500.36269.4723.8553.14
Hex876BA4122302410d1835
Octal20715324422430444153065
Binary1000011111010111010010010010100011010010010000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,164); }

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

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

 a { background-color: rgb(135,107,164); }

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

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

 span { border-color: rgb(135,107,164); }

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