#896CA3

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

Shades of Ce Soir #896CA3

Tints of Ce Soir #896CA3

Color information

#896CA3 (or 0x896CA3) is unknown color: approx Ce Soir. HEX triplet: 89, 6C and A3. RGB value is (137,108,163). Sum of RGB (Red+Green+Blue) = 137+108+163=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #896CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896CA3 is #76935C. Grayscale: #7A7A7A. Windows color (decimal): -7770973 or 10710153. OLE color: 10710153.

HSL color Cylindrical-coordinate representation of color #896CA3: hue angle of 271.64º degrees, saturation: 0.23, 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 #896CA3 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB137108163-
CMYK0.160.3400.36
HSL271.64º23.01%53.14%-
HSV(B)271.64º33.74%63.92%-
XYZ22.2918.6937.08-
YUV122.94150.61138.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=33.58%
G=26.47%
B=39.95%

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
Decimal1371081630.160.3400.36271.6423.0153.14
Hex896CA310220241101735
Octal21115424320420444202765
Binary1000100111011001010001110000100010010010010001000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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