#847E95

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

Shades of Deluge #847E95

Tints of Deluge #847E95

Color information

#847E95 (or 0x847E95) is unknown color: approx Deluge. HEX triplet: 84, 7E and 95. RGB value is (132,126,149). Sum of RGB (Red+Green+Blue) = 132+126+149=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #847E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E95 is #7B816A. Grayscale: #828282. Windows color (decimal): -8094059 or 9797252. OLE color: 9797252.

HSL color Cylindrical-coordinate representation of color #847E95: hue angle of 255.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847E95 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132126149-
CMYK0.110.1500.42
HSL255.65º9.79%53.92%-
HSV(B)255.65º15.44%58.43%-
XYZ22.42231.5-
YUV130.42138.49129.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=32.43%
G=30.96%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321261490.110.1500.42255.659.7953.92
Hex847E95BF02A100a36
Octal20417622513170524001266
Binary100001001111110100101011011111101010101000000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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