#897CA7

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

Shades of Deluge #897CA7

Tints of Deluge #897CA7

Color information

#897CA7 (or 0x897CA7) is unknown color: approx Deluge. HEX triplet: 89, 7C and A7. RGB value is (137,124,167). Sum of RGB (Red+Green+Blue) = 137+124+167=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #897CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CA7 is #768358. Grayscale: #848484. Windows color (decimal): -7766873 or 10976393. OLE color: 10976393.

HSL color Cylindrical-coordinate representation of color #897CA7: hue angle of 258.14º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897CA7 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137124167-
CMYK0.180.2600.35
HSL258.14º19.63%57.06%-
HSV(B)258.14º25.75%65.49%-
XYZ24.522.5239.62-
YUV132.79147.31131-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=32.01%
G=28.97%
B=39.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371241670.180.2600.35258.1419.6357.06
Hex897CA7121A0231021439
Octal21117424722320434022471
Binary100010011111100101001111001011010010001110000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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