#877095

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

Shades of Ce Soir #877095

Tints of Ce Soir #877095

Color information

#877095 (or 0x877095) is unknown color: approx Ce Soir. HEX triplet: 87, 70 and 95. RGB value is (135,112,149). Sum of RGB (Red+Green+Blue) = 135+112+149=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #877095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877095 is #788F6A. Grayscale: #7A7A7A. Windows color (decimal): -7901035 or 9793671. OLE color: 9793671.

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

Color convert

RGB135112149-
CMYK0.090.2500.42
HSL277.3º14.86%51.18%-
HSV(B)277.3º24.83%58.43%-
XYZ21.2118.9130.97-
YUV123.1142.62136.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=34.09%
G=28.28%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351121490.090.2500.42277.314.8651.18
Hex87709591902A115f33
Octal20716022511310524251763
Binary1000011111100001001010110011100101010101000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877095; }

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

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

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

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

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

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

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

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