#897FAB

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

Shades of Deluge #897FAB

Tints of Deluge #897FAB

Color information

#897FAB (or 0x897FAB) is unknown color: approx Deluge. HEX triplet: 89, 7F and AB. RGB value is (137,127,171). Sum of RGB (Red+Green+Blue) = 137+127+171=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #897FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAB is #768054. Grayscale: #868686. Windows color (decimal): -7766101 or 11239305. OLE color: 11239305.

HSL color Cylindrical-coordinate representation of color #897FAB: hue angle of 253.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897FAB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137127171-
CMYK0.200.2600.33
HSL253.64º20.75%58.43%-
HSV(B)253.64º25.73%67.06%-
XYZ25.2623.4441.72-
YUV135.01148.31129.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=31.49%
G=29.20%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371271710.200.2600.33253.6420.7558.43
Hex897FAB141A021fe153a
Octal21117725324320413762572
Binary10001001111111110101011101001101001000011111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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