#8477AF

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

Shades of Deluge #8477AF

Tints of Deluge #8477AF

Color information

#8477AF (or 0x8477AF) is unknown color: approx Deluge. HEX triplet: 84, 77 and AF. RGB value is (132,119,175). Sum of RGB (Red+Green+Blue) = 132+119+175=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #8477AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AF is #7B8850. Grayscale: #818181. Windows color (decimal): -8095825 or 11499396. OLE color: 11499396.

HSL color Cylindrical-coordinate representation of color #8477AF: hue angle of 253.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8477AF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132119175-
CMYK0.250.3200.31
HSL253.93º25.93%57.65%-
HSV(B)253.93º32%68.63%-
XYZ23.8521.1943.39-
YUV129.27153.81129.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=30.99%
G=27.93%
B=41.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321191750.250.3200.31253.9325.9357.65
Hex8477AF192001Ffe1a3a
Octal20416725731400373763272
Binary10000100111011110101111110011000000111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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