#847FAE

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

Shades of Deluge #847FAE

Tints of Deluge #847FAE

Color information

#847FAE (or 0x847FAE) is unknown color: approx Deluge. HEX triplet: 84, 7F and AE. RGB value is (132,127,174). Sum of RGB (Red+Green+Blue) = 132+127+174=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #847FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAE is #7B8051. Grayscale: #858585. Windows color (decimal): -8093778 or 11435908. OLE color: 11435908.

HSL color Cylindrical-coordinate representation of color #847FAE: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847FAE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132127174-
CMYK0.240.2700.32
HSL246.38º22.49%59.02%-
HSV(B)246.38º27.01%68.24%-
XYZ24.7523.1443.21-
YUV133.85150.66126.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=30.48%
G=29.33%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321271740.240.2700.32246.3822.4959.02
Hex847FAE181B020f6163b
Octal20417725630330403662673
Binary10000100111111110101110110001101101000001111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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