#897FAE

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

Shades of Deluge #897FAE

Tints of Deluge #897FAE

Color information

#897FAE (or 0x897FAE) is unknown color: approx Deluge. HEX triplet: 89, 7F and AE. RGB value is (137,127,174). Sum of RGB (Red+Green+Blue) = 137+127+174=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #897FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAE is #768051. Grayscale: #878787. Windows color (decimal): -7766098 or 11435913. OLE color: 11435913.

HSL color Cylindrical-coordinate representation of color #897FAE: hue angle of 252.77º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897FAE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137127174-
CMYK0.210.2700.32
HSL252.77º22.49%59.02%-
HSV(B)252.77º27.01%68.24%-
XYZ25.5523.5543.24-
YUV135.35149.81129.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=31.28%
G=29.00%
B=39.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371271740.210.2700.32252.7722.4959.02
Hex897FAE151B020fd163b
Octal21117725625330403752673
Binary10001001111111110101110101011101101000001111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,174); }

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

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

 a { background-color: rgb(137,127,174); }

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

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

 span { border-color: rgb(137,127,174); }

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