#897DAD

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

Shades of Deluge #897DAD

Tints of Deluge #897DAD

Color information

#897DAD (or 0x897DAD) is unknown color: approx Deluge. HEX triplet: 89, 7D and AD. RGB value is (137,125,173). Sum of RGB (Red+Green+Blue) = 137+125+173=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #897DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAD is #768252. Grayscale: #858585. Windows color (decimal): -7766611 or 11369865. OLE color: 11369865.

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

Color convert

RGB137125173-
CMYK0.210.2800.32
HSL255º22.64%58.43%-
HSV(B)255º27.75%67.84%-
XYZ25.192342.65-
YUV134.06149.98130.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=31.49%
G=28.74%
B=39.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371251730.210.2800.3225522.6458.43
Hex897DAD151C020ff173a
Octal21117525525340403772772
Binary10001001111110110101101101011110001000001111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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