#847DAC

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

Shades of Deluge #847DAC

Tints of Deluge #847DAC

Color information

#847DAC (or 0x847DAC) is unknown color: approx Deluge. HEX triplet: 84, 7D and AC. RGB value is (132,125,172). Sum of RGB (Red+Green+Blue) = 132+125+172=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #847DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAC is #7B8253. Grayscale: #848484. Windows color (decimal): -8094292 or 11304324. OLE color: 11304324.

HSL color Cylindrical-coordinate representation of color #847DAC: hue angle of 248.94º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847DAC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132125172-
CMYK0.230.2700.33
HSL248.94º22.07%58.24%-
HSV(B)248.94º27.33%67.45%-
XYZ24.322.5542.1-
YUV132.45150.32127.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=30.77%
G=29.14%
B=40.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321251720.230.2700.33248.9422.0758.24
Hex847DAC171B021f9163a
Octal20417525427330413712672
Binary10000100111110110101100101111101101000011111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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