#8577AE

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

Shades of Deluge #8577AE

Tints of Deluge #8577AE

Color information

#8577AE (or 0x8577AE) is unknown color: approx Deluge. HEX triplet: 85, 77 and AE. RGB value is (133,119,174). Sum of RGB (Red+Green+Blue) = 133+119+174=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #8577AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8577AE is #7A8851. Grayscale: #818181. Windows color (decimal): -8030290 or 11433861. OLE color: 11433861.

HSL color Cylindrical-coordinate representation of color #8577AE: hue angle of 255.27º degrees, saturation: 0.25, 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 #8577AE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133119174-
CMYK0.240.3200.32
HSL255.27º25.35%57.45%-
HSV(B)255.27º31.61%68.24%-
XYZ23.9121.2442.88-
YUV129.46153.14130.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=31.22%
G=27.93%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331191740.240.3200.32255.2725.3557.45
Hex8577AE1820020ff1939
Octal20516725630400403773171
Binary100001011110111101011101100010000001000001111111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,119,174); }

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

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

 a { background-color: rgb(133,119,174); }

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

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

 span { border-color: rgb(133,119,174); }

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