#897AB0

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

Shades of Deluge #897AB0

Tints of Deluge #897AB0

Color information

#897AB0 (or 0x897AB0) is unknown color: approx Deluge. HEX triplet: 89, 7A and B0. RGB value is (137,122,176). Sum of RGB (Red+Green+Blue) = 137+122+176=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #897AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AB0 is #76854F. Grayscale: #848484. Windows color (decimal): -7767376 or 11565705. OLE color: 11565705.

HSL color Cylindrical-coordinate representation of color #897AB0: hue angle of 256.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #897AB0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137122176-
CMYK0.220.3100.31
HSL256.67º25.47%58.43%-
HSV(B)256.67º30.68%69.02%-
XYZ25.1122.3744.07-
YUV132.64152.47131.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=31.49%
G=28.05%
B=40.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371221760.220.3100.31256.6725.4758.43
Hex897AB0161F01F101193a
Octal21117226026370374013172
Binary10001001111101010110000101101111101111110000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,122,176); }

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

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

 a { background-color: rgb(137,122,176); }

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

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

 span { border-color: rgb(137,122,176); }

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