#887294

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

Shades of Ce Soir #887294

Tints of Ce Soir #887294

Color information

#887294 (or 0x887294) is unknown color: approx Ce Soir. HEX triplet: 88, 72 and 94. RGB value is (136,114,148). Sum of RGB (Red+Green+Blue) = 136+114+148=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #887294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887294 is #778D6B. Grayscale: #7C7C7C. Windows color (decimal): -7834988 or 9728648. OLE color: 9728648.

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

Color convert

RGB136114148-
CMYK0.080.2300.42
HSL278.82º13.71%51.37%-
HSV(B)278.82º22.97%58.04%-
XYZ21.5219.4130.63-
YUV124.45141.29136.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=34.17%
G=28.64%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361141480.080.2300.42278.8213.7151.37
Hex88729481702A117e33
Octal21016222410270524271663
Binary1000100011100101001010010001011101010101000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887294; }

 p { color: rgb(136,114,148); }

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

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

 a { background-color: rgb(136,114,148); }

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

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

 span { border-color: rgb(136,114,148); }

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