#847EA7

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

Shades of Deluge #847EA7

Tints of Deluge #847EA7

Color information

#847EA7 (or 0x847EA7) is unknown color: approx Deluge. HEX triplet: 84, 7E and A7. RGB value is (132,126,167). Sum of RGB (Red+Green+Blue) = 132+126+167=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #847EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EA7 is #7B8158. Grayscale: #848484. Windows color (decimal): -8094041 or 10976900. OLE color: 10976900.

HSL color Cylindrical-coordinate representation of color #847EA7: hue angle of 248.78º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #847EA7 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB132126167-
CMYK0.210.2500.35
HSL248.78º18.89%57.45%-
HSV(B)248.78º24.55%65.49%-
XYZ23.9522.6239.66-
YUV132.47147.49127.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=31.06%
G=29.65%
B=39.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321261670.210.2500.35248.7818.8957.45
Hex847EA71519023f91339
Octal20417624725310433712371
Binary10000100111111010100111101011100101000111111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,126,167); }

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

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

 a { background-color: rgb(132,126,167); }

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

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

 span { border-color: rgb(132,126,167); }

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