#896FA5

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

Shades of Ce Soir #896FA5

Tints of Ce Soir #896FA5

Color information

#896FA5 (or 0x896FA5) is unknown color: approx Ce Soir. HEX triplet: 89, 6F and A5. RGB value is (137,111,165). Sum of RGB (Red+Green+Blue) = 137+111+165=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 165 - color contains mainly: blue. Hex color #896FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA5 is #76905A. Grayscale: #7C7C7C. Windows color (decimal): -7770203 or 10841993. OLE color: 10841993.

HSL color Cylindrical-coordinate representation of color #896FA5: hue angle of 268.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896FA5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137111165-
CMYK0.170.3300.35
HSL268.89º23.08%54.12%-
HSV(B)268.89º32.73%64.71%-
XYZ22.7919.438.14-
YUV124.93150.61136.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=33.17%
G=26.88%
B=39.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371111650.170.3300.35268.8923.0854.12
Hex896FA5112102310d1736
Octal21115724521410434152766
Binary1000100111011111010010110001100001010001110000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,165); }

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

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

 a { background-color: rgb(137,111,165); }

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

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

 span { border-color: rgb(137,111,165); }

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