#897A9E

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

Shades of Deluge #897A9E

Tints of Deluge #897A9E

Color information

#897A9E (or 0x897A9E) is unknown color: approx Deluge. HEX triplet: 89, 7A and 9E. RGB value is (137,122,158). Sum of RGB (Red+Green+Blue) = 137+122+158=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #897A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A9E is #768561. Grayscale: #828282. Windows color (decimal): -7767394 or 10386057. OLE color: 10386057.

HSL color Cylindrical-coordinate representation of color #897A9E: hue angle of 265º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #897A9E is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137122158-
CMYK0.130.2300.38
HSL265º15.65%54.9%-
HSV(B)265º22.78%61.96%-
XYZ23.4521.7135.3-
YUV130.59143.47132.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=32.85%
G=29.26%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371221580.130.2300.3826515.6554.9
Hex897A9ED170261091037
Octal21117223615270464112067
Binary10001001111101010011110110110111010011010000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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