#896F9B

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

Shades of Ce Soir #896F9B

Tints of Ce Soir #896F9B

Color information

#896F9B (or 0x896F9B) is unknown color: approx Ce Soir. HEX triplet: 89, 6F and 9B. RGB value is (137,111,155). Sum of RGB (Red+Green+Blue) = 137+111+155=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #896F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F9B is #769064. Grayscale: #7B7B7B. Windows color (decimal): -7770213 or 10186633. OLE color: 10186633.

HSL color Cylindrical-coordinate representation of color #896F9B: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896F9B is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137111155-
CMYK0.120.2800.39
HSL275.45º18.03%52.16%-
HSV(B)275.45º28.39%60.78%-
XYZ21.9219.0533.53-
YUV123.79145.61137.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=34.00%
G=27.54%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371111550.120.2800.39275.4518.0352.16
Hex896F9BC1C0271131234
Octal21115723314340474232264
Binary10001001110111110011011110011100010011110001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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