#897C9B

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

Shades of Deluge #897C9B

Tints of Deluge #897C9B

Color information

#897C9B (or 0x897C9B) is unknown color: approx Deluge. HEX triplet: 89, 7C and 9B. RGB value is (137,124,155). Sum of RGB (Red+Green+Blue) = 137+124+155=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #897C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C9B is #768364. Grayscale: #838383. Windows color (decimal): -7766885 or 10189961. OLE color: 10189961.

HSL color Cylindrical-coordinate representation of color #897C9B: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #897C9B is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137124155-
CMYK0.120.200.39
HSL265.16º13.42%54.71%-
HSV(B)265.16º20%60.78%-
XYZ23.4422.134.04-
YUV131.42141.31131.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=32.93%
G=29.81%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371241550.120.200.39265.1613.4254.71
Hex897C9BC14027109d37
Octal21117423314240474111567
Binary1000100111111001001101111001010001001111000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,155); }

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

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

 a { background-color: rgb(137,124,155); }

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

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

 span { border-color: rgb(137,124,155); }

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