#886496

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

Shades of Ce Soir #886496

Tints of Ce Soir #886496

Color information

#886496 (or 0x886496) is unknown color: approx Ce Soir. HEX triplet: 88, 64 and 96. RGB value is (136,100,150). Sum of RGB (Red+Green+Blue) = 136+100+150=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #886496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886496 is #779B69. Grayscale: #747474. Windows color (decimal): -7838570 or 9856136. OLE color: 9856136.

HSL color Cylindrical-coordinate representation of color #886496: hue angle of 283.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #886496 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB136100150-
CMYK0.090.3300.41
HSL283.2º20%49.02%-
HSV(B)283.2º33.33%58.82%-
XYZ20.2216.5530.98-
YUV116.46146.93141.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=35.23%
G=25.91%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361001500.090.3300.41283.22049.02
Hex88649692102911b1431
Octal21014422611410514332461
Binary100010001100100100101101001100001010100110001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886496; }

 p { color: rgb(136,100,150); }

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

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

 a { background-color: rgb(136,100,150); }

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

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

 span { border-color: rgb(136,100,150); }

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