#897CAF

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

Shades of Deluge #897CAF

Tints of Deluge #897CAF

Color information

#897CAF (or 0x897CAF) is unknown color: approx Deluge. HEX triplet: 89, 7C and AF. RGB value is (137,124,175). Sum of RGB (Red+Green+Blue) = 137+124+175=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #897CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CAF is #768350. Grayscale: #858585. Windows color (decimal): -7766865 or 11500681. OLE color: 11500681.

HSL color Cylindrical-coordinate representation of color #897CAF: hue angle of 255.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897CAF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137124175-
CMYK0.220.2900.31
HSL255.29º24.17%58.63%-
HSV(B)255.29º29.14%68.63%-
XYZ25.2622.8343.63-
YUV133.7151.31130.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=31.42%
G=28.44%
B=40.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371241750.220.2900.31255.2924.1758.63
Hex897CAF161D01Fff183b
Octal21117425726350373773073
Binary1000100111111001010111110110111010111111111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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