#897CA9

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

Shades of Deluge #897CA9

Tints of Deluge #897CA9

Color information

#897CA9 (or 0x897CA9) is unknown color: approx Deluge. HEX triplet: 89, 7C and A9. RGB value is (137,124,169). Sum of RGB (Red+Green+Blue) = 137+124+169=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #897CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CA9 is #768356. Grayscale: #848484. Windows color (decimal): -7766871 or 11107465. OLE color: 11107465.

HSL color Cylindrical-coordinate representation of color #897CA9: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897CA9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB137124169-
CMYK0.190.2700.34
HSL257.33º20.74%57.45%-
HSV(B)257.33º26.63%66.27%-
XYZ24.6922.640.6-
YUV133.02148.31130.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=31.86%
G=28.84%
B=39.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371241690.190.2700.34257.3320.7457.45
Hex897CA9131B0221011539
Octal21117425123330424012571
Binary100010011111100101010011001111011010001010000000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,169); }

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

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

 a { background-color: rgb(137,124,169); }

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

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

 span { border-color: rgb(137,124,169); }

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