#897BAD

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

Shades of Deluge #897BAD

Tints of Deluge #897BAD

Color information

#897BAD (or 0x897BAD) is unknown color: approx Deluge. HEX triplet: 89, 7B and AD. RGB value is (137,123,173). Sum of RGB (Red+Green+Blue) = 137+123+173=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #897BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897BAD is #768452. Grayscale: #848484. Windows color (decimal): -7767123 or 11369353. OLE color: 11369353.

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

Color convert

RGB137123173-
CMYK0.210.2900.32
HSL256.8º23.36%58.04%-
HSV(B)256.8º28.9%67.84%-
XYZ24.9422.542.56-
YUV132.89150.64130.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=31.64%
G=28.41%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371231730.210.2900.32256.823.3658.04
Hex897BAD151D020101173a
Octal21117325525350404012772
Binary100010011111011101011011010111101010000010000000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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