#847CAB

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

Shades of Deluge #847CAB

Tints of Deluge #847CAB

Color information

#847CAB (or 0x847CAB) is unknown color: approx Deluge. HEX triplet: 84, 7C and AB. RGB value is (132,124,171). Sum of RGB (Red+Green+Blue) = 132+124+171=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #847CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847CAB is #7B8354. Grayscale: #838383. Windows color (decimal): -8094549 or 11238532. OLE color: 11238532.

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

Color convert

RGB132124171-
CMYK0.230.2700.33
HSL250.21º21.86%57.84%-
HSV(B)250.21º27.49%67.06%-
XYZ24.0722.2641.56-
YUV131.75150.15128.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=30.91%
G=29.04%
B=40.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321241710.230.2700.33250.2121.8657.84
Hex847CAB171B021fa163a
Octal20417425327330413722672
Binary10000100111110010101011101111101101000011111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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