#847DAD

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

Shades of Deluge #847DAD

Tints of Deluge #847DAD

Color information

#847DAD (or 0x847DAD) is unknown color: approx Deluge. HEX triplet: 84, 7D and AD. RGB value is (132,125,173). Sum of RGB (Red+Green+Blue) = 132+125+173=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #847DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAD is #7B8252. Grayscale: #848484. Windows color (decimal): -8094291 or 11369860. OLE color: 11369860.

HSL color Cylindrical-coordinate representation of color #847DAD: hue angle of 248.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847DAD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132125173-
CMYK0.240.2800.32
HSL248.75º22.64%58.43%-
HSV(B)248.75º27.75%67.84%-
XYZ24.3922.5942.61-
YUV132.56150.82127.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=30.70%
G=29.07%
B=40.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321251730.240.2800.32248.7522.6458.43
Hex847DAD181C020f9173a
Octal20417525530340403712772
Binary10000100111110110101101110001110001000001111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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