#846DAC

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

Shades of Deluge #846DAC

Tints of Deluge #846DAC

Color information

#846DAC (or 0x846DAC) is unknown color: approx Deluge. HEX triplet: 84, 6D and AC. RGB value is (132,109,172). Sum of RGB (Red+Green+Blue) = 132+109+172=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #846DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DAC is #7B9253. Grayscale: #7A7A7A. Windows color (decimal): -8098388 or 11300228. OLE color: 11300228.

HSL color Cylindrical-coordinate representation of color #846DAC: hue angle of 261.9º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #846DAC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132109172-
CMYK0.230.3700.33
HSL261.9º27.51%55.1%-
HSV(B)261.9º36.63%67.45%-
XYZ22.4318.8241.48-
YUV123.06155.62134.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=31.96%
G=26.39%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321091720.230.3700.33261.927.5155.1
Hex846DAC17250211061c37
Octal20415525427450414063467
Binary1000010011011011010110010111100101010000110000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846DAC; }

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

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

<style>
 a { background-color: #846DAC; }

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

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

<style>
 span { border-color: #846DAC; }

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

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