#846AA6

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

Shades of Deluge #846AA6

Tints of Deluge #846AA6

Color information

#846AA6 (or 0x846AA6) is unknown color: approx Deluge. HEX triplet: 84, 6A and A6. RGB value is (132,106,166). Sum of RGB (Red+Green+Blue) = 132+106+166=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #846AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AA6 is #7B9559. Grayscale: #787878. Windows color (decimal): -8099162 or 10906244. OLE color: 10906244.

HSL color Cylindrical-coordinate representation of color #846AA6: hue angle of 266º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846AA6 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB132106166-
CMYK0.200.3600.35
HSL266º25.21%53.33%-
HSV(B)266º36.14%65.1%-
XYZ21.5517.9738.41-
YUV120.61153.61136.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=32.67%
G=26.24%
B=41.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321061660.200.3600.3526625.2153.33
Hex846AA6142402310a1935
Octal20415224624440434123165
Binary1000010011010101010011010100100100010001110000101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,106,166); }

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

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

 a { background-color: rgb(132,106,166); }

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

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

 span { border-color: rgb(132,106,166); }

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