#846EAC

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

Shades of Deluge #846EAC

Tints of Deluge #846EAC

Color information

#846EAC (or 0x846EAC) is unknown color: approx Deluge. HEX triplet: 84, 6E and AC. RGB value is (132,110,172). Sum of RGB (Red+Green+Blue) = 132+110+172=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #846EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAC is #7B9153. Grayscale: #7B7B7B. Windows color (decimal): -8098132 or 11300484. OLE color: 11300484.

HSL color Cylindrical-coordinate representation of color #846EAC: hue angle of 261.29º 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 #846EAC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132110172-
CMYK0.230.3600.33
HSL261.29º27.19%55.29%-
HSV(B)261.29º36.05%67.45%-
XYZ22.5419.0441.52-
YUV123.65155.29133.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=31.88%
G=26.57%
B=41.55%

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
Decimal1321101720.230.3600.33261.2927.1955.29
Hex846EAC17240211051b37
Octal20415625427440414053367
Binary1000010011011101010110010111100100010000110000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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