#897FAD

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

Shades of Deluge #897FAD

Tints of Deluge #897FAD

Color information

#897FAD (or 0x897FAD) is unknown color: approx Deluge. HEX triplet: 89, 7F and AD. RGB value is (137,127,173). Sum of RGB (Red+Green+Blue) = 137+127+173=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #897FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAD is #768052. Grayscale: #878787. Windows color (decimal): -7766099 or 11370377. OLE color: 11370377.

HSL color Cylindrical-coordinate representation of color #897FAD: hue angle of 253.04º 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 #897FAD is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137127173-
CMYK0.210.2700.32
HSL253.04º21.9%58.82%-
HSV(B)253.04º26.59%67.84%-
XYZ25.4523.5142.73-
YUV135.23149.31129.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=31.35%
G=29.06%
B=39.59%

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
Decimal1371271730.210.2700.32253.0421.958.82
Hex897FAD151B020fd163b
Octal21117725525330403752673
Binary10001001111111110101101101011101101000001111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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