#896EA9

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

Shades of Deluge #896EA9

Tints of Deluge #896EA9

Color information

#896EA9 (or 0x896EA9) is unknown color: approx Deluge. HEX triplet: 89, 6E and A9. RGB value is (137,110,169). Sum of RGB (Red+Green+Blue) = 137+110+169=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #896EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EA9 is #769156. Grayscale: #7C7C7C. Windows color (decimal): -7770455 or 11103881. OLE color: 11103881.

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

Color convert

RGB137110169-
CMYK0.190.3500.34
HSL267.46º25.54%54.71%-
HSV(B)267.46º34.91%66.27%-
XYZ23.0519.3340.05-
YUV124.8152.95136.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=32.93%
G=26.44%
B=40.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371101690.190.3500.34267.4625.5454.71
Hex896EA9132302210b1a37
Octal21115625123430424133267
Binary1000100111011101010100110011100011010001010000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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