#896BA4

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

Shades of Ce Soir #896BA4

Tints of Ce Soir #896BA4

Color information

#896BA4 (or 0x896BA4) is unknown color: approx Ce Soir. HEX triplet: 89, 6B and A4. RGB value is (137,107,164). Sum of RGB (Red+Green+Blue) = 137+107+164=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #896BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BA4 is #76945B. Grayscale: #7A7A7A. Windows color (decimal): -7771228 or 10775433. OLE color: 10775433.

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

Color convert

RGB137107164-
CMYK0.160.3500.36
HSL271.58º23.85%53.14%-
HSV(B)271.58º34.76%64.31%-
XYZ22.2818.5137.52-
YUV122.47151.44138.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=33.58%
G=26.23%
B=40.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371071640.160.3500.36271.5823.8553.14
Hex896BA410230241101835
Octal21115324420430444203065
Binary1000100111010111010010010000100011010010010001000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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