#886D90

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

Shades of Ce Soir #886D90

Tints of Ce Soir #886D90

Color information

#886D90 (or 0x886D90) is unknown color: approx Ce Soir. HEX triplet: 88, 6D and 90. RGB value is (136,109,144). Sum of RGB (Red+Green+Blue) = 136+109+144=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #886D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D90 is #77926F. Grayscale: #787878. Windows color (decimal): -7836272 or 9465224. OLE color: 9465224.

HSL color Cylindrical-coordinate representation of color #886D90: hue angle of 286.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886D90 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136109144-
CMYK0.060.2400.44
HSL286.29º13.83%49.61%-
HSV(B)286.29º24.31%56.47%-
XYZ20.6618.1928.81-
YUV121.06140.95138.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=34.96%
G=28.02%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361091440.060.2400.44286.2913.8349.61
Hex886D9061802C11ee32
Octal2101552206300544361662
Binary100010001101101100100001101100001011001000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,144); }

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

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

 a { background-color: rgb(136,109,144); }

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

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

 span { border-color: rgb(136,109,144); }

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