#896E97

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

Shades of Ce Soir #896E97

Tints of Ce Soir #896E97

Color information

#896E97 (or 0x896E97) is unknown color: approx Ce Soir. HEX triplet: 89, 6E and 97. RGB value is (137,110,151). Sum of RGB (Red+Green+Blue) = 137+110+151=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #896E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896E97 is #769168. Grayscale: #7A7A7A. Windows color (decimal): -7770473 or 9924233. OLE color: 9924233.

HSL color Cylindrical-coordinate representation of color #896E97: hue angle of 279.51º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896E97 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137110151-
CMYK0.090.2700.41
HSL279.51º16.47%51.18%-
HSV(B)279.51º27.15%59.22%-
XYZ21.4818.731.76-
YUV122.75143.95138.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=34.42%
G=27.64%
B=37.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371101510.090.2700.41279.5116.4751.18
Hex896E9791B0291181033
Octal21115622711330514302063
Binary10001001110111010010111100111011010100110001100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,151); }

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

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

 a { background-color: rgb(137,110,151); }

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

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

 span { border-color: rgb(137,110,151); }

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