#897AAB

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

Shades of Deluge #897AAB

Tints of Deluge #897AAB

Color information

#897AAB (or 0x897AAB) is unknown color: approx Deluge. HEX triplet: 89, 7A and AB. RGB value is (137,122,171). Sum of RGB (Red+Green+Blue) = 137+122+171=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #897AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AAB is #768554. Grayscale: #838383. Windows color (decimal): -7767381 or 11238025. OLE color: 11238025.

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

Color convert

RGB137122171-
CMYK0.200.2900.33
HSL258.37º22.58%57.45%-
HSV(B)258.37º28.65%67.06%-
XYZ24.6322.1841.51-
YUV132.07149.97131.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=31.86%
G=28.37%
B=39.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371221710.200.2900.33258.3722.5857.45
Hex897AAB141D0211021739
Octal21117225324350414022771
Binary100010011111010101010111010011101010000110000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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