#8477AB

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

Shades of Deluge #8477AB

Tints of Deluge #8477AB

Color information

#8477AB (or 0x8477AB) is unknown color: approx Deluge. HEX triplet: 84, 77 and AB. RGB value is (132,119,171). Sum of RGB (Red+Green+Blue) = 132+119+171=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8477AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AB is #7B8854. Grayscale: #808080. Windows color (decimal): -8095829 or 11237252. OLE color: 11237252.

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

Color convert

RGB132119171-
CMYK0.230.3000.33
HSL255º23.64%56.86%-
HSV(B)255º30.41%67.06%-
XYZ23.4621.0441.35-
YUV128.82151.81130.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=31.28%
G=28.20%
B=40.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321191710.230.3000.3325523.6456.86
Hex8477AB171E021ff1839
Octal20416725327360413773071
Binary10000100111011110101011101111111001000011111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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