#846EAB

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

Shades of Deluge #846EAB

Tints of Deluge #846EAB

Color information

#846EAB (or 0x846EAB) is unknown color: approx Deluge. HEX triplet: 84, 6E and AB. RGB value is (132,110,171). Sum of RGB (Red+Green+Blue) = 132+110+171=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #846EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAB is #7B9154. Grayscale: #7B7B7B. Windows color (decimal): -8098133 or 11234948. OLE color: 11234948.

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

Color convert

RGB132110171-
CMYK0.230.3600.33
HSL261.64º26.64%55.1%-
HSV(B)261.64º35.67%67.06%-
XYZ22.441941.01-
YUV123.53154.79134.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=31.96%
G=26.63%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321101710.230.3600.33261.6426.6455.1
Hex846EAB17240211061b37
Octal20415625327440414063367
Binary1000010011011101010101110111100100010000110000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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