#896BAF

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

Shades of Deluge #896BAF

Tints of Deluge #896BAF

Color information

#896BAF (or 0x896BAF) is unknown color: approx Deluge. HEX triplet: 89, 6B and AF. RGB value is (137,107,175). Sum of RGB (Red+Green+Blue) = 137+107+175=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #896BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAF is #769450. Grayscale: #7B7B7B. Windows color (decimal): -7771217 or 11496329. OLE color: 11496329.

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

Color convert

RGB137107175-
CMYK0.220.3900.31
HSL266.47º29.82%55.29%-
HSV(B)266.47º38.86%68.63%-
XYZ23.3118.9342.98-
YUV123.72156.94137.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=32.70%
G=25.54%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371071750.220.3900.31266.4729.8255.29
Hex896BAF162701F10a1e37
Octal21115325726470374123667
Binary100010011101011101011111011010011101111110000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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