#847697

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

Shades of Deluge #847697

Tints of Deluge #847697

Color information

#847697 (or 0x847697) is unknown color: approx Deluge. HEX triplet: 84, 76 and 97. RGB value is (132,118,151). Sum of RGB (Red+Green+Blue) = 132+118+151=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #847697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847697 is #7B8968. Grayscale: #7D7D7D. Windows color (decimal): -8096105 or 9926276. OLE color: 9926276.

HSL color Cylindrical-coordinate representation of color #847697: hue angle of 265.45º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847697 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132118151-
CMYK0.130.2200.41
HSL265.45º13.69%52.75%-
HSV(B)265.45º21.85%59.22%-
XYZ21.5820.132.02-
YUV125.95142.14132.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=32.92%
G=29.43%
B=37.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321181510.130.2200.41265.4513.6952.75
Hex847697D16029109e35
Octal20416622715260514111665
Binary1000010011101101001011111011011001010011000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847697; }

 p { color: rgb(132,118,151); }

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

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

 a { background-color: rgb(132,118,151); }

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

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

 span { border-color: rgb(132,118,151); }

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