#897F9A

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

Shades of Deluge #897F9A

Tints of Deluge #897F9A

Color information

#897F9A (or 0x897F9A) is unknown color: approx Deluge. HEX triplet: 89, 7F and 9A. RGB value is (137,127,154). Sum of RGB (Red+Green+Blue) = 137+127+154=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #897F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F9A is #768065. Grayscale: #848484. Windows color (decimal): -7766118 or 10125193. OLE color: 10125193.

HSL color Cylindrical-coordinate representation of color #897F9A: hue angle of 262.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897F9A is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137127154-
CMYK0.110.1800.40
HSL262.22º11.79%55.1%-
HSV(B)262.22º17.53%60.39%-
XYZ23.7422.8333.73-
YUV133.07139.81130.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=32.78%
G=30.38%
B=36.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371271540.110.1800.40262.2211.7955.1
Hex897F9AB12028106c37
Octal21117723213220504061467
Binary1000100111111111001101010111001001010001000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,154); }

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

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

 a { background-color: rgb(137,127,154); }

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

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

 span { border-color: rgb(137,127,154); }

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