#897EAE

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

Shades of Deluge #897EAE

Tints of Deluge #897EAE

Color information

#897EAE (or 0x897EAE) is unknown color: approx Deluge. HEX triplet: 89, 7E and AE. RGB value is (137,126,174). Sum of RGB (Red+Green+Blue) = 137+126+174=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #897EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EAE is #768151. Grayscale: #868686. Windows color (decimal): -7766354 or 11435657. OLE color: 11435657.

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

Color convert

RGB137126174-
CMYK0.210.2800.32
HSL253.75º22.86%58.82%-
HSV(B)253.75º27.59%68.24%-
XYZ25.4223.343.2-
YUV134.76150.14129.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=31.35%
G=28.83%
B=39.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371261740.210.2800.32253.7522.8658.82
Hex897EAE151C020fe173b
Octal21117625625340403762773
Binary10001001111111010101110101011110001000001111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897EAE; }

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

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

<style>
 a { background-color: #897EAE; }

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

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

<style>
 span { border-color: #897EAE; }

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

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