#896FAE

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

Shades of Deluge #896FAE

Tints of Deluge #896FAE

Color information

#896FAE (or 0x896FAE) is unknown color: approx Deluge. HEX triplet: 89, 6F and AE. RGB value is (137,111,174). Sum of RGB (Red+Green+Blue) = 137+111+174=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #896FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAE is #769051. Grayscale: #7D7D7D. Windows color (decimal): -7770194 or 11431817. OLE color: 11431817.

HSL color Cylindrical-coordinate representation of color #896FAE: hue angle of 264.76º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896FAE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137111174-
CMYK0.210.3600.32
HSL264.76º28%55.88%-
HSV(B)264.76º36.21%68.24%-
XYZ23.6419.7442.61-
YUV125.96155.11135.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=32.46%
G=26.30%
B=41.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371111740.210.3600.32264.762855.88
Hex896FAE15240201091c38
Octal21115725625440404113470
Binary1000100111011111010111010101100100010000010000100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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