#896BAE

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

Shades of Deluge #896BAE

Tints of Deluge #896BAE

Color information

#896BAE (or 0x896BAE) is unknown color: approx Deluge. HEX triplet: 89, 6B and AE. RGB value is (137,107,174). Sum of RGB (Red+Green+Blue) = 137+107+174=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #896BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAE is #769451. Grayscale: #7B7B7B. Windows color (decimal): -7771218 or 11430793. OLE color: 11430793.

HSL color Cylindrical-coordinate representation of color #896BAE: hue angle of 266.87º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896BAE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137107174-
CMYK0.210.3900.32
HSL266.87º29.26%55.1%-
HSV(B)266.87º38.51%68.24%-
XYZ23.2118.8942.47-
YUV123.61156.44137.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=32.78%
G=25.60%
B=41.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371071740.210.3900.32266.8729.2655.1
Hex896BAE152702010b1d37
Octal21115325625470404133567
Binary1000100111010111010111010101100111010000010000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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