#886E94

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

Shades of Ce Soir #886E94

Tints of Ce Soir #886E94

Color information

#886E94 (or 0x886E94) is unknown color: approx Ce Soir. HEX triplet: 88, 6E and 94. RGB value is (136,110,148). Sum of RGB (Red+Green+Blue) = 136+110+148=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 110 (43.36% from 255 or 27.92% 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 #886E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886E94 is #77916B. Grayscale: #797979. Windows color (decimal): -7836012 or 9727624. OLE color: 9727624.

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

Color convert

RGB136110148-
CMYK0.080.2600.42
HSL281.05º15.08%50.59%-
HSV(B)281.05º25.68%58.04%-
XYZ21.0718.5230.48-
YUV122.11142.61137.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=34.52%
G=27.92%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361101480.080.2600.42281.0515.0850.59
Hex886E9481A02A119f33
Octal21015622410320524311763
Binary1000100011011101001010010001101001010101000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E94; }

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

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

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

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

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

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

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

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