#897FAC

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

Shades of Deluge #897FAC

Tints of Deluge #897FAC

Color information

#897FAC (or 0x897FAC) is unknown color: approx Deluge. HEX triplet: 89, 7F and AC. RGB value is (137,127,172). Sum of RGB (Red+Green+Blue) = 137+127+172=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #897FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FAC is #768053. Grayscale: #868686. Windows color (decimal): -7766100 or 11304841. OLE color: 11304841.

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

Color convert

RGB137127172-
CMYK0.200.2600.33
HSL253.33º21.33%58.63%-
HSV(B)253.33º26.16%67.45%-
XYZ25.3523.4842.22-
YUV135.12148.81129.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=31.42%
G=29.13%
B=39.45%

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
Decimal1371271720.200.2600.33253.3321.3358.63
Hex897FAC141A021fd153b
Octal21117725424320413752573
Binary10001001111111110101100101001101001000011111110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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