#896CA4

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

Shades of Ce Soir #896CA4

Tints of Ce Soir #896CA4

Color information

#896CA4 (or 0x896CA4) is unknown color: approx Ce Soir. HEX triplet: 89, 6C and A4. RGB value is (137,108,164). Sum of RGB (Red+Green+Blue) = 137+108+164=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #896CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896CA4 is #76935B. Grayscale: #7A7A7A. Windows color (decimal): -7770972 or 10775689. OLE color: 10775689.

HSL color Cylindrical-coordinate representation of color #896CA4: hue angle of 271.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896CA4 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB137108164-
CMYK0.160.3400.36
HSL271.07º23.53%53.33%-
HSV(B)271.07º34.15%64.31%-
XYZ22.3818.7237.56-
YUV123.06151.11137.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=33.50%
G=26.41%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371081640.160.3400.36271.0723.5353.33
Hex896CA4102202410f1835
Octal21115424420420444173065
Binary1000100111011001010010010000100010010010010000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896CA4; }

 p { color: rgb(137,108,164); }

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

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

 a { background-color: rgb(137,108,164); }

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

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

 span { border-color: rgb(137,108,164); }

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