#847AB2

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

Shades of Deluge #847AB2

Tints of Deluge #847AB2

Color information

#847AB2 (or 0x847AB2) is unknown color: approx Deluge. HEX triplet: 84, 7A and B2. RGB value is (132,122,178). Sum of RGB (Red+Green+Blue) = 132+122+178=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #847AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AB2 is #7B854D. Grayscale: #838383. Windows color (decimal): -8095054 or 11696772. OLE color: 11696772.

HSL color Cylindrical-coordinate representation of color #847AB2: hue angle of 250.71º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847AB2 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132122178-
CMYK0.260.3100.30
HSL250.71º26.67%58.82%-
HSV(B)250.71º31.46%69.8%-
XYZ24.5122.0445.08-
YUV131.37154.31128.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=30.56%
G=28.24%
B=41.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321221780.260.3100.30250.7126.6758.82
Hex847AB21A1F01Efb1b3b
Octal20417226232370363733373
Binary1000010011110101011001011010111110111101111101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,178); }

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

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

 a { background-color: rgb(132,122,178); }

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

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

 span { border-color: rgb(132,122,178); }

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