#846AAC

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

Shades of Deluge #846AAC

Tints of Deluge #846AAC

Color information

#846AAC (or 0x846AAC) is unknown color: approx Deluge. HEX triplet: 84, 6A and AC. RGB value is (132,106,172). Sum of RGB (Red+Green+Blue) = 132+106+172=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #846AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAC is #7B9553. Grayscale: #797979. Windows color (decimal): -8099156 or 11299460. OLE color: 11299460.

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

Color convert

RGB132106172-
CMYK0.230.3800.33
HSL263.64º28.45%54.51%-
HSV(B)263.64º38.37%67.45%-
XYZ22.1218.1941.38-
YUV121.3156.61135.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=32.20%
G=25.85%
B=41.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321061720.230.3800.33263.6428.4554.51
Hex846AAC17260211081c37
Octal20415225427460414103467
Binary1000010011010101010110010111100110010000110000100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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