#896EB0

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

Shades of Deluge #896EB0

Tints of Deluge #896EB0

Color information

#896EB0 (or 0x896EB0) is unknown color: approx Deluge. HEX triplet: 89, 6E and B0. RGB value is (137,110,176). Sum of RGB (Red+Green+Blue) = 137+110+176=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #896EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EB0 is #76914F. Grayscale: #7D7D7D. Windows color (decimal): -7770448 or 11562633. OLE color: 11562633.

HSL color Cylindrical-coordinate representation of color #896EB0: hue angle of 264.55º degrees, saturation: 0.29, 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 #896EB0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137110176-
CMYK0.220.3700.31
HSL264.55º29.46%56.08%-
HSV(B)264.55º37.5%69.02%-
XYZ23.7319.643.61-
YUV125.6156.45136.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=32.39%
G=26.00%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371101760.220.3700.31264.5529.4656.08
Hex896EB0162501F1091d38
Octal21115626026450374113570
Binary100010011101110101100001011010010101111110000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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