#846EAA

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

Shades of Deluge #846EAA

Tints of Deluge #846EAA

Color information

#846EAA (or 0x846EAA) is unknown color: approx Deluge. HEX triplet: 84, 6E and AA. RGB value is (132,110,170). Sum of RGB (Red+Green+Blue) = 132+110+170=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #846EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAA is #7B9155. Grayscale: #7B7B7B. Windows color (decimal): -8098134 or 11169412. OLE color: 11169412.

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

Color convert

RGB132110170-
CMYK0.220.3500.33
HSL262º26.09%54.9%-
HSV(B)262º35.29%66.67%-
XYZ22.3518.9640.51-
YUV123.42154.29134.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=32.04%
G=26.70%
B=41.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321101700.220.3500.3326226.0954.9
Hex846EAA16230211061a37
Octal20415625226430414063267
Binary1000010011011101010101010110100011010000110000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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