#847DAA

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

Shades of Deluge #847DAA

Tints of Deluge #847DAA

Color information

#847DAA (or 0x847DAA) is unknown color: approx Deluge. HEX triplet: 84, 7D and AA. RGB value is (132,125,170). Sum of RGB (Red+Green+Blue) = 132+125+170=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #847DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAA is #7B8255. Grayscale: #848484. Windows color (decimal): -8094294 or 11173252. OLE color: 11173252.

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

Color convert

RGB132125170-
CMYK0.220.2600.33
HSL249.33º20.93%57.84%-
HSV(B)249.33º26.47%66.67%-
XYZ24.1122.4841.1-
YUV132.22149.32127.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=30.91%
G=29.27%
B=39.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321251700.220.2600.33249.3320.9357.84
Hex847DAA161A021f9153a
Octal20417525226320413712572
Binary10000100111110110101010101101101001000011111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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