#896DAF

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

Shades of Deluge #896DAF

Tints of Deluge #896DAF

Color information

#896DAF (or 0x896DAF) is unknown color: approx Deluge. HEX triplet: 89, 6D and AF. RGB value is (137,109,175). Sum of RGB (Red+Green+Blue) = 137+109+175=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #896DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DAF is #769250. Grayscale: #7C7C7C. Windows color (decimal): -7770705 or 11496841. OLE color: 11496841.

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

Color convert

RGB137109175-
CMYK0.220.3800.31
HSL265.45º29.2%55.69%-
HSV(B)265.45º37.71%68.63%-
XYZ23.5219.3543.05-
YUV124.9156.28136.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=32.54%
G=25.89%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371091750.220.3800.31265.4529.255.69
Hex896DAF162601F1091d38
Octal21115525726460374113570
Binary100010011101101101011111011010011001111110000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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