#896FAA

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

Shades of Deluge #896FAA

Tints of Deluge #896FAA

Color information

#896FAA (or 0x896FAA) is unknown color: approx Deluge. HEX triplet: 89, 6F and AA. RGB value is (137,111,170). Sum of RGB (Red+Green+Blue) = 137+111+170=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #896FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAA is #769055. Grayscale: #7D7D7D. Windows color (decimal): -7770198 or 11169673. OLE color: 11169673.

HSL color Cylindrical-coordinate representation of color #896FAA: hue angle of 266.44º 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 #896FAA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137111170-
CMYK0.190.3500.33
HSL266.44º25.76%55.1%-
HSV(B)266.44º34.71%66.67%-
XYZ23.2619.5940.59-
YUV125.5153.11136.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=32.78%
G=26.56%
B=40.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371111700.190.3500.33266.4425.7655.1
Hex896FAA132302110a1a37
Octal21115725223430414123267
Binary1000100111011111010101010011100011010000110000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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