#896FAF

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

Shades of Deluge #896FAF

Tints of Deluge #896FAF

Color information

#896FAF (or 0x896FAF) is unknown color: approx Deluge. HEX triplet: 89, 6F and AF. RGB value is (137,111,175). Sum of RGB (Red+Green+Blue) = 137+111+175=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #896FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAF is #769050. Grayscale: #7D7D7D. Windows color (decimal): -7770193 or 11497353. OLE color: 11497353.

HSL color Cylindrical-coordinate representation of color #896FAF: hue angle of 264.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896FAF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137111175-
CMYK0.220.3700.31
HSL264.38º28.57%56.08%-
HSV(B)264.38º36.57%68.63%-
XYZ23.7419.7843.12-
YUV126.07155.61135.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=32.39%
G=26.24%
B=41.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371111750.220.3700.31264.3828.5756.08
Hex896FAF162501F1081d38
Octal21115725726450374103570
Binary100010011101111101011111011010010101111110000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896FAF; }

 p { color: rgb(137,111,175); }

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

<style>
 a { background-color: #896FAF; }

 a { background-color: rgb(137,111,175); }

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

<style>
 span { border-color: #896FAF; }

 span { border-color: rgb(137,111,175); }

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