#897DAB

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

Shades of Deluge #897DAB

Tints of Deluge #897DAB

Color information

#897DAB (or 0x897DAB) is unknown color: approx Deluge. HEX triplet: 89, 7D and AB. RGB value is (137,125,171). Sum of RGB (Red+Green+Blue) = 137+125+171=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #897DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAB is #768254. Grayscale: #858585. Windows color (decimal): -7766613 or 11238793. OLE color: 11238793.

HSL color Cylindrical-coordinate representation of color #897DAB: hue angle of 255.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897DAB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137125171-
CMYK0.200.2700.33
HSL255.65º21.5%58.04%-
HSV(B)255.65º26.9%67.06%-
XYZ2522.9341.64-
YUV133.83148.98130.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=31.64%
G=28.87%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371251710.200.2700.33255.6521.558.04
Hex897DAB141B021100153a
Octal21117525324330414002572
Binary100010011111101101010111010011011010000110000000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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