#8976AE

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

Shades of Deluge #8976AE

Tints of Deluge #8976AE

Color information

#8976AE (or 0x8976AE) is unknown color: approx Deluge. HEX triplet: 89, 76 and AE. RGB value is (137,118,174). Sum of RGB (Red+Green+Blue) = 137+118+174=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #8976AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8976AE is #768951. Grayscale: #818181. Windows color (decimal): -7768402 or 11433609. OLE color: 11433609.

HSL color Cylindrical-coordinate representation of color #8976AE: hue angle of 260.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8976AE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137118174-
CMYK0.210.3200.32
HSL260.36º25.69%57.25%-
HSV(B)260.36º32.18%68.24%-
XYZ24.4321.3342.87-
YUV130.06152.79132.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=31.93%
G=27.51%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371181740.210.3200.32260.3625.6957.25
Hex8976AE15200201041a39
Octal21116625625400404043271
Binary1000100111101101010111010101100000010000010000010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8976AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8976AE; }

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

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

<style>
 a { background-color: #8976AE; }

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

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

<style>
 span { border-color: #8976AE; }

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

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