#847AAF

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

Shades of Deluge #847AAF

Tints of Deluge #847AAF

Color information

#847AAF (or 0x847AAF) is unknown color: approx Deluge. HEX triplet: 84, 7A and AF. RGB value is (132,122,175). Sum of RGB (Red+Green+Blue) = 132+122+175=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #847AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAF is #7B8550. Grayscale: #828282. Windows color (decimal): -8095057 or 11500164. OLE color: 11500164.

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

Color convert

RGB132122175-
CMYK0.250.3000.31
HSL251.32º24.88%58.24%-
HSV(B)251.32º30.29%68.63%-
XYZ24.2121.9243.51-
YUV131.03152.81128.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=30.77%
G=28.44%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321221750.250.3000.31251.3224.8858.24
Hex847AAF191E01Ffb193a
Octal20417225731360373733172
Binary1000010011110101010111111001111100111111111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847AAF; }

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

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

<style>
 a { background-color: #847AAF; }

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

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

<style>
 span { border-color: #847AAF; }

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

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