#896EAA

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

Shades of Deluge #896EAA

Tints of Deluge #896EAA

Color information

#896EAA (or 0x896EAA) is unknown color: approx Deluge. HEX triplet: 89, 6E and AA. RGB value is (137,110,170). Sum of RGB (Red+Green+Blue) = 137+110+170=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #896EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EAA is #769155. Grayscale: #7C7C7C. Windows color (decimal): -7770454 or 11169417. OLE color: 11169417.

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

Color convert

RGB137110170-
CMYK0.190.3500.33
HSL267º26.09%54.9%-
HSV(B)267º35.29%66.67%-
XYZ23.1519.3740.55-
YUV124.91153.45136.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=32.85%
G=26.38%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371101700.190.3500.3326726.0954.9
Hex896EAA132302110b1a37
Octal21115625223430414133267
Binary1000100111011101010101010011100011010000110000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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