#896FB0

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

Shades of Deluge #896FB0

Tints of Deluge #896FB0

Color information

#896FB0 (or 0x896FB0) is unknown color: approx Deluge. HEX triplet: 89, 6F and B0. RGB value is (137,111,176). Sum of RGB (Red+Green+Blue) = 137+111+176=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #896FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FB0 is #76904F. Grayscale: #7D7D7D. Windows color (decimal): -7770192 or 11562889. OLE color: 11562889.

HSL color Cylindrical-coordinate representation of color #896FB0: hue angle of 264º 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 #896FB0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137111176-
CMYK0.220.3700.31
HSL264º29.15%56.27%-
HSV(B)264º36.93%69.02%-
XYZ23.8419.8243.64-
YUV126.18156.11135.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=32.31%
G=26.18%
B=41.51%

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
Decimal1371111760.220.3700.3126429.1556.27
Hex896FB0162501F1081d38
Octal21115726026450374103570
Binary100010011101111101100001011010010101111110000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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