#897EAB

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

Shades of Deluge #897EAB

Tints of Deluge #897EAB

Color information

#897EAB (or 0x897EAB) is unknown color: approx Deluge. HEX triplet: 89, 7E and AB. RGB value is (137,126,171). Sum of RGB (Red+Green+Blue) = 137+126+171=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #897EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EAB is #768154. Grayscale: #868686. Windows color (decimal): -7766357 or 11239049. OLE color: 11239049.

HSL color Cylindrical-coordinate representation of color #897EAB: hue angle of 254.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897EAB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137126171-
CMYK0.200.2600.33
HSL254.67º21.13%58.24%-
HSV(B)254.67º26.32%67.06%-
XYZ25.1323.1841.68-
YUV134.42148.64129.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=31.57%
G=29.03%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371261710.200.2600.33254.6721.1358.24
Hex897EAB141A021ff153a
Octal21117625324320413772572
Binary10001001111111010101011101001101001000011111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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