#897D9F

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

Shades of Deluge #897D9F

Tints of Deluge #897D9F

Color information

#897D9F (or 0x897D9F) is unknown color: approx Deluge. HEX triplet: 89, 7D and 9F. RGB value is (137,125,159). Sum of RGB (Red+Green+Blue) = 137+125+159=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #897D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D9F is #768260. Grayscale: #848484. Windows color (decimal): -7766625 or 10452361. OLE color: 10452361.

HSL color Cylindrical-coordinate representation of color #897D9F: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897D9F is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137125159-
CMYK0.140.2100.38
HSL261.18º15.04%55.69%-
HSV(B)261.18º21.38%62.35%-
XYZ23.9122.4935.88-
YUV132.46142.98131.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=32.54%
G=29.69%
B=37.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371251590.140.2100.38261.1815.0455.69
Hex897D9FE15026105f38
Octal21117523716250464051770
Binary1000100111111011001111111101010101001101000001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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