#876F94

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

Shades of Ce Soir #876F94

Tints of Ce Soir #876F94

Color information

#876F94 (or 0x876F94) is unknown color: approx Ce Soir. HEX triplet: 87, 6F and 94. RGB value is (135,111,148). Sum of RGB (Red+Green+Blue) = 135+111+148=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #876F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876F94 is #78906B. Grayscale: #7A7A7A. Windows color (decimal): -7901292 or 9727879. OLE color: 9727879.

HSL color Cylindrical-coordinate representation of color #876F94: hue angle of 278.92º 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 #876F94 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135111148-
CMYK0.090.2500.42
HSL278.92º14.74%50.78%-
HSV(B)278.92º25%58.04%-
XYZ21.0218.6630.51-
YUV122.39142.45136.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=34.26%
G=28.17%
B=37.56%

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
Decimal1351111480.090.2500.42278.9214.7450.78
Hex876F9491902A117f33
Octal20715722411310524271763
Binary1000011111011111001010010011100101010101000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,111,148); }

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

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

 a { background-color: rgb(135,111,148); }

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

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

 span { border-color: rgb(135,111,148); }

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