#847FA4

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

Shades of Deluge #847FA4

Tints of Deluge #847FA4

Color information

#847FA4 (or 0x847FA4) is unknown color: approx Deluge. HEX triplet: 84, 7F and A4. RGB value is (132,127,164). Sum of RGB (Red+Green+Blue) = 132+127+164=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #847FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FA4 is #7B805B. Grayscale: #848484. Windows color (decimal): -8093788 or 10780548. OLE color: 10780548.

HSL color Cylindrical-coordinate representation of color #847FA4: hue angle of 248.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #847FA4 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB132127164-
CMYK0.200.2300.36
HSL248.11º16.89%57.06%-
HSV(B)248.11º22.56%64.31%-
XYZ23.8122.7638.26-
YUV132.71145.66127.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=31.21%
G=30.02%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321271640.200.2300.36248.1116.8957.06
Hex847FA41417024f81139
Octal20417724424270443702171
Binary10000100111111110100100101001011101001001111100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,164); }

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

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

 a { background-color: rgb(132,127,164); }

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

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

 span { border-color: rgb(132,127,164); }

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