#8477AC

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

Shades of Deluge #8477AC

Tints of Deluge #8477AC

Color information

#8477AC (or 0x8477AC) is unknown color: approx Deluge. HEX triplet: 84, 77 and AC. RGB value is (132,119,172). Sum of RGB (Red+Green+Blue) = 132+119+172=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8477AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AC is #7B8853. Grayscale: #808080. Windows color (decimal): -8095828 or 11302788. OLE color: 11302788.

HSL color Cylindrical-coordinate representation of color #8477AC: hue angle of 254.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8477AC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132119172-
CMYK0.230.3100.33
HSL254.72º24.2%57.06%-
HSV(B)254.72º30.81%67.45%-
XYZ23.5621.0841.86-
YUV128.93152.31130.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=31.21%
G=28.13%
B=40.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321191720.230.3100.33254.7224.257.06
Hex8477AC171F021ff1839
Octal20416725427370413773071
Binary10000100111011110101100101111111101000011111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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