#876A99

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

Shades of Ce Soir #876A99

Tints of Ce Soir #876A99

Color information

#876A99 (or 0x876A99) is unknown color: approx Ce Soir. HEX triplet: 87, 6A and 99. RGB value is (135,106,153). Sum of RGB (Red+Green+Blue) = 135+106+153=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #876A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A99 is #789566. Grayscale: #777777. Windows color (decimal): -7902567 or 10054279. OLE color: 10054279.

HSL color Cylindrical-coordinate representation of color #876A99: hue angle of 277.02º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876A99 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135106153-
CMYK0.120.3100.4
HSL277.02º18.73%50.78%-
HSV(B)277.02º30.72%60%-
XYZ20.917.7632.46-
YUV120.03146.61138.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=34.26%
G=26.90%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351061530.120.3100.4277.0218.7350.78
Hex876A99C1F0281151333
Octal20715223114370504252363
Binary10000111110101010011001110011111010100010001010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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