#847C9D

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

Shades of Deluge #847C9D

Tints of Deluge #847C9D

Color information

#847C9D (or 0x847C9D) is unknown color: approx Deluge. HEX triplet: 84, 7C and 9D. RGB value is (132,124,157). Sum of RGB (Red+Green+Blue) = 132+124+157=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #847C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C9D is #7B8362. Grayscale: #828282. Windows color (decimal): -8094563 or 10321028. OLE color: 10321028.

HSL color Cylindrical-coordinate representation of color #847C9D: hue angle of 254.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847C9D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132124157-
CMYK0.160.2100.38
HSL254.55º14.41%55.1%-
HSV(B)254.55º21.02%61.57%-
XYZ22.8121.7634.9-
YUV130.15143.15129.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=31.96%
G=30.02%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321241570.160.2100.38254.5514.4155.1
Hex847C9D1015026ffe37
Octal20417423520250463771667
Binary1000010011111001001110110000101010100110111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,157); }

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

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

 a { background-color: rgb(132,124,157); }

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

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

 span { border-color: rgb(132,124,157); }

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