#877096

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

Shades of Ce Soir #877096

Tints of Ce Soir #877096

Color information

#877096 (or 0x877096) is unknown color: approx Ce Soir. HEX triplet: 87, 70 and 96. RGB value is (135,112,150). Sum of RGB (Red+Green+Blue) = 135+112+150=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #877096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877096 is #788F69. Grayscale: #7B7B7B. Windows color (decimal): -7901034 or 9859207. OLE color: 9859207.

HSL color Cylindrical-coordinate representation of color #877096: hue angle of 276.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #877096 is Cyan = 0.1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135112150-
CMYK0.10.2500.41
HSL276.32º15.32%51.37%-
HSV(B)276.32º25.33%58.82%-
XYZ21.2918.9431.39-
YUV123.21143.12136.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=34.01%
G=28.21%
B=37.78%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351121500.10.2500.41276.3215.3251.37
Hex877096A19029114f33
Octal20716022612310514241763
Binary1000011111100001001011010101100101010011000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877096; }

 p { color: rgb(135,112,150); }

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

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

 a { background-color: rgb(135,112,150); }

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

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

 span { border-color: rgb(135,112,150); }

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