#847DAB

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

Shades of Deluge #847DAB

Tints of Deluge #847DAB

Color information

#847DAB (or 0x847DAB) is unknown color: approx Deluge. HEX triplet: 84, 7D and AB. RGB value is (132,125,171). Sum of RGB (Red+Green+Blue) = 132+125+171=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #847DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAB is #7B8254. Grayscale: #848484. Windows color (decimal): -8094293 or 11238788. OLE color: 11238788.

HSL color Cylindrical-coordinate representation of color #847DAB: hue angle of 249.13º degrees, saturation: 0.21, 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 #847DAB is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132125171-
CMYK0.230.2700.33
HSL249.13º21.5%58.04%-
HSV(B)249.13º26.9%67.06%-
XYZ24.222.5141.6-
YUV132.34149.82127.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=30.84%
G=29.21%
B=39.95%

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
Decimal1321251710.230.2700.33249.1321.558.04
Hex847DAB171B021f9153a
Octal20417525327330413712572
Binary10000100111110110101011101111101101000011111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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