#897EAC

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

Shades of Deluge #897EAC

Tints of Deluge #897EAC

Color information

#897EAC (or 0x897EAC) is unknown color: approx Deluge. HEX triplet: 89, 7E and AC. RGB value is (137,126,172). Sum of RGB (Red+Green+Blue) = 137+126+172=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #897EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EAC is #768153. Grayscale: #868686. Windows color (decimal): -7766356 or 11304585. OLE color: 11304585.

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

Color convert

RGB137126172-
CMYK0.200.2700.33
HSL254.35º21.7%58.43%-
HSV(B)254.35º26.74%67.45%-
XYZ25.2223.2242.18-
YUV134.53149.14129.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=31.49%
G=28.97%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371261720.200.2700.33254.3521.758.43
Hex897EAC141B021fe163a
Octal21117625424330413762672
Binary10001001111111010101100101001101101000011111111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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