#896FAB

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

Shades of Deluge #896FAB

Tints of Deluge #896FAB

Color information

#896FAB (or 0x896FAB) is unknown color: approx Deluge. HEX triplet: 89, 6F and AB. RGB value is (137,111,171). Sum of RGB (Red+Green+Blue) = 137+111+171=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #896FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAB is #769054. Grayscale: #7D7D7D. Windows color (decimal): -7770197 or 11235209. OLE color: 11235209.

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

Color convert

RGB137111171-
CMYK0.200.3500.33
HSL266º26.32%55.29%-
HSV(B)266º35.09%67.06%-
XYZ23.3519.6341.09-
YUV125.61153.61136.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=32.70%
G=26.49%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371111710.200.3500.3326626.3255.29
Hex896FAB142302110a1a37
Octal21115725324430414123267
Binary1000100111011111010101110100100011010000110000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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