#896EB1

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

Shades of Deluge #896EB1

Tints of Deluge #896EB1

Color information

#896EB1 (or 0x896EB1) is unknown color: approx Deluge. HEX triplet: 89, 6E and B1. RGB value is (137,110,177). Sum of RGB (Red+Green+Blue) = 137+110+177=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #896EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EB1 is #76914E. Grayscale: #7D7D7D. Windows color (decimal): -7770447 or 11628169. OLE color: 11628169.

HSL color Cylindrical-coordinate representation of color #896EB1: hue angle of 264.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896EB1 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137110177-
CMYK0.230.3800.31
HSL264.18º30.04%56.27%-
HSV(B)264.18º37.85%69.41%-
XYZ23.8319.6444.13-
YUV125.71156.95136.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=32.31%
G=25.94%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371101770.230.3800.31264.1830.0456.27
Hex896EB1172601F1081e38
Octal21115626127460374103670
Binary100010011101110101100011011110011001111110000100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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