#896CAD

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

Shades of Deluge #896CAD

Tints of Deluge #896CAD

Color information

#896CAD (or 0x896CAD) is unknown color: approx Deluge. HEX triplet: 89, 6C and AD. RGB value is (137,108,173). Sum of RGB (Red+Green+Blue) = 137+108+173=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #896CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896CAD is #769352. Grayscale: #7B7B7B. Windows color (decimal): -7770963 or 11365513. OLE color: 11365513.

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

Color convert

RGB137108173-
CMYK0.210.3800.32
HSL266.77º28.38%55.1%-
HSV(B)266.77º37.57%67.84%-
XYZ23.2219.0641.99-
YUV124.08155.61137.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=32.78%
G=25.84%
B=41.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371081730.210.3800.32266.7728.3855.1
Hex896CAD152602010b1c37
Octal21115425525460404133467
Binary1000100111011001010110110101100110010000010000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,173); }

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

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

 a { background-color: rgb(137,108,173); }

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

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

 span { border-color: rgb(137,108,173); }

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