#847DAF

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

Shades of Deluge #847DAF

Tints of Deluge #847DAF

Color information

#847DAF (or 0x847DAF) is unknown color: approx Deluge. HEX triplet: 84, 7D and AF. RGB value is (132,125,175). Sum of RGB (Red+Green+Blue) = 132+125+175=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #847DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAF is #7B8250. Grayscale: #848484. Windows color (decimal): -8094289 or 11500932. OLE color: 11500932.

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

Color convert

RGB132125175-
CMYK0.250.2900.31
HSL248.4º23.81%58.82%-
HSV(B)248.4º28.57%68.63%-
XYZ24.5922.6743.64-
YUV132.79151.82127.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=30.56%
G=28.94%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321251750.250.2900.31248.423.8158.82
Hex847DAF191D01Ff8183b
Octal20417525731350373703073
Binary1000010011111011010111111001111010111111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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