#896498

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

Shades of Ce Soir #896498

Tints of Ce Soir #896498

Color information

#896498 (or 0x896498) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and 98. RGB value is (137,100,152). Sum of RGB (Red+Green+Blue) = 137+100+152=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #896498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896498 is #769B67. Grayscale: #747474. Windows color (decimal): -7773032 or 9987209. OLE color: 9987209.

HSL color Cylindrical-coordinate representation of color #896498: hue angle of 282.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896498 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137100152-
CMYK0.100.3400.40
HSL282.69º20.63%49.41%-
HSV(B)282.69º34.21%59.61%-
XYZ20.5416.731.85-
YUV116.99147.76142.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=35.22%
G=25.71%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371001520.100.3400.40282.6920.6349.41
Hex896498A2202811b1531
Octal21114423012420504332561
Binary100010011100100100110001010100010010100010001101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896498; }

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

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

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

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

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

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

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

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