#8479AF

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

Shades of Deluge #8479AF

Tints of Deluge #8479AF

Color information

#8479AF (or 0x8479AF) is unknown color: approx Deluge. HEX triplet: 84, 79 and AF. RGB value is (132,121,175). Sum of RGB (Red+Green+Blue) = 132+121+175=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #8479AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8479AF is #7B8650. Grayscale: #828282. Windows color (decimal): -8095313 or 11499908. OLE color: 11499908.

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

Color convert

RGB132121175-
CMYK0.250.3100.31
HSL252.22º25.23%58.04%-
HSV(B)252.22º30.86%68.63%-
XYZ24.0921.6843.47-
YUV130.44153.14129.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=30.84%
G=28.27%
B=40.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321211750.250.3100.31252.2225.2358.04
Hex8479AF191F01Ffc193a
Octal20417125731370373743172
Binary1000010011110011010111111001111110111111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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