#8477AE

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

Shades of Deluge #8477AE

Tints of Deluge #8477AE

Color information

#8477AE (or 0x8477AE) is unknown color: approx Deluge. HEX triplet: 84, 77 and AE. RGB value is (132,119,174). Sum of RGB (Red+Green+Blue) = 132+119+174=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8477AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AE is #7B8851. Grayscale: #808080. Windows color (decimal): -8095826 or 11433860. OLE color: 11433860.

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

Color convert

RGB132119174-
CMYK0.240.3200.32
HSL254.18º25.35%57.45%-
HSV(B)254.18º31.61%68.24%-
XYZ23.7521.1642.88-
YUV129.16153.31130.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=31.06%
G=28%
B=40.94%

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
Decimal1321191740.240.3200.32254.1825.3557.45
Hex8477AE1820020fe1939
Octal20416725630400403763171
Binary100001001110111101011101100010000001000001111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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