#847FAC

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

Shades of Deluge #847FAC

Tints of Deluge #847FAC

Color information

#847FAC (or 0x847FAC) is unknown color: approx Deluge. HEX triplet: 84, 7F and AC. RGB value is (132,127,172). Sum of RGB (Red+Green+Blue) = 132+127+172=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #847FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAC is #7B8053. Grayscale: #858585. Windows color (decimal): -8093780 or 11304836. OLE color: 11304836.

HSL color Cylindrical-coordinate representation of color #847FAC: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847FAC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132127172-
CMYK0.230.2600.33
HSL246.67º21.33%58.63%-
HSV(B)246.67º26.16%67.45%-
XYZ24.5523.0642.19-
YUV133.62149.66126.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=30.63%
G=29.47%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321271720.230.2600.33246.6721.3358.63
Hex847FAC171A021f7153b
Octal20417725427320413672573
Binary10000100111111110101100101111101001000011111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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