#8973AB

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

Shades of Deluge #8973AB

Tints of Deluge #8973AB

Color information

#8973AB (or 0x8973AB) is unknown color: approx Deluge. HEX triplet: 89, 73 and AB. RGB value is (137,115,171). Sum of RGB (Red+Green+Blue) = 137+115+171=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8973AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973AB is #768C54. Grayscale: #7F7F7F. Windows color (decimal): -7769173 or 11236233. OLE color: 11236233.

HSL color Cylindrical-coordinate representation of color #8973AB: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8973AB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137115171-
CMYK0.200.3300.33
HSL263.57º25%56.08%-
HSV(B)263.57º32.75%67.06%-
XYZ23.820.5241.23-
YUV127.96152.29134.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=32.39%
G=27.19%
B=40.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371151710.200.3300.33263.572556.08
Hex8973AB14210211081938
Octal21116325324410414103170
Binary1000100111100111010101110100100001010000110000100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8973AB; }

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

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

<style>
 a { background-color: #8973AB; }

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

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

<style>
 span { border-color: #8973AB; }

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

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