#896BA8

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

Shades of Ce Soir #896BA8

Tints of Ce Soir #896BA8

Color information

#896BA8 (or 0x896BA8) is unknown color: approx Ce Soir. HEX triplet: 89, 6B and A8. RGB value is (137,107,168). Sum of RGB (Red+Green+Blue) = 137+107+168=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 168 - color contains mainly: blue. Hex color #896BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BA8 is #769457. Grayscale: #7A7A7A. Windows color (decimal): -7771224 or 11037577. OLE color: 11037577.

HSL color Cylindrical-coordinate representation of color #896BA8: hue angle of 269.51º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896BA8 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB137107168-
CMYK0.180.3600.34
HSL269.51º25.96%53.92%-
HSV(B)269.51º36.31%65.88%-
XYZ22.6418.6639.45-
YUV122.92153.44138.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 168 (66.02% from 255) = 40.78%
R=33.25%
G=25.97%
B=40.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371071680.180.3600.34269.5125.9653.92
Hex896BA8122402210e1a36
Octal21115325022440424163266
Binary1000100111010111010100010010100100010001010000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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