#897BA9

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

Shades of Deluge #897BA9

Tints of Deluge #897BA9

Color information

#897BA9 (or 0x897BA9) is unknown color: approx Deluge. HEX triplet: 89, 7B and A9. RGB value is (137,123,169). Sum of RGB (Red+Green+Blue) = 137+123+169=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #897BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897BA9 is #768456. Grayscale: #848484. Windows color (decimal): -7767127 or 11107209. OLE color: 11107209.

HSL color Cylindrical-coordinate representation of color #897BA9: hue angle of 258.26º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897BA9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB137123169-
CMYK0.190.2700.34
HSL258.26º21.1%57.25%-
HSV(B)258.26º27.22%66.27%-
XYZ24.5622.3540.56-
YUV132.43148.64131.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=31.93%
G=28.67%
B=39.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371231690.190.2700.34258.2621.157.25
Hex897BA9131B0221021539
Octal21117325123330424022571
Binary100010011111011101010011001111011010001010000001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,169); }

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

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

 a { background-color: rgb(137,123,169); }

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

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

 span { border-color: rgb(137,123,169); }

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