#897DAE

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

Shades of Deluge #897DAE

Tints of Deluge #897DAE

Color information

#897DAE (or 0x897DAE) is unknown color: approx Deluge. HEX triplet: 89, 7D and AE. RGB value is (137,125,174). Sum of RGB (Red+Green+Blue) = 137+125+174=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #897DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAE is #768251. Grayscale: #858585. Windows color (decimal): -7766610 or 11435401. OLE color: 11435401.

HSL color Cylindrical-coordinate representation of color #897DAE: hue angle of 254.69º 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 #897DAE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137125174-
CMYK0.210.2800.32
HSL254.69º23.22%58.63%-
HSV(B)254.69º28.16%68.24%-
XYZ25.2923.0443.16-
YUV134.17150.48130.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=31.42%
G=28.67%
B=39.91%

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
Decimal1371251740.210.2800.32254.6923.2258.63
Hex897DAE151C020ff173b
Octal21117525625340403772773
Binary10001001111110110101110101011110001000001111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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