#896AAE

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

Shades of Deluge #896AAE

Tints of Deluge #896AAE

Color information

#896AAE (or 0x896AAE) is unknown color: approx Deluge. HEX triplet: 89, 6A and AE. RGB value is (137,106,174). Sum of RGB (Red+Green+Blue) = 137+106+174=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #896AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AAE is #769551. Grayscale: #7A7A7A. Windows color (decimal): -7771474 or 11430537. OLE color: 11430537.

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

Color convert

RGB137106174-
CMYK0.210.3900.32
HSL267.35º29.57%54.9%-
HSV(B)267.35º39.08%68.24%-
XYZ23.1118.6842.43-
YUV123.02156.77137.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=32.85%
G=25.42%
B=41.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371061740.210.3900.32267.3529.5754.9
Hex896AAE152702010b1e37
Octal21115225625470404133667
Binary1000100111010101010111010101100111010000010000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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