#896496

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

Shades of Ce Soir #896496

Tints of Ce Soir #896496

Color information

#896496 (or 0x896496) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and 96. RGB value is (137,100,150). Sum of RGB (Red+Green+Blue) = 137+100+150=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #896496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896496 is #769B69. Grayscale: #747474. Windows color (decimal): -7773034 or 9856137. OLE color: 9856137.

HSL color Cylindrical-coordinate representation of color #896496: hue angle of 284.4º 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 #896496 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137100150-
CMYK0.090.3300.41
HSL284.4º20%49.02%-
HSV(B)284.4º33.33%58.82%-
XYZ20.3816.6330.99-
YUV116.76146.76142.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=35.40%
G=25.84%
B=38.76%

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
Decimal1371001500.090.3300.41284.42049.02
Hex89649692102911c1431
Octal21114422611410514342461
Binary100010011100100100101101001100001010100110001110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896496; }

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

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

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

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

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

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

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

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