#897E9E

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

Shades of Deluge #897E9E

Tints of Deluge #897E9E

Color information

#897E9E (or 0x897E9E) is unknown color: approx Deluge. HEX triplet: 89, 7E and 9E. RGB value is (137,126,158). Sum of RGB (Red+Green+Blue) = 137+126+158=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #897E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E9E is #768161. Grayscale: #848484. Windows color (decimal): -7766370 or 10387081. OLE color: 10387081.

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

Color convert

RGB137126158-
CMYK0.130.2000.38
HSL260.62º14.16%55.69%-
HSV(B)260.62º20.25%61.96%-
XYZ23.9522.7135.47-
YUV132.94142.14130.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=32.54%
G=29.93%
B=37.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371261580.130.2000.38260.6214.1655.69
Hex897E9ED14026105e38
Octal21117623615240464051670
Binary1000100111111101001111011011010001001101000001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,126,158); }

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

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

 a { background-color: rgb(137,126,158); }

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

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

 span { border-color: rgb(137,126,158); }

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