#846AAB

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

Shades of Deluge #846AAB

Tints of Deluge #846AAB

Color information

#846AAB (or 0x846AAB) is unknown color: approx Deluge. HEX triplet: 84, 6A and AB. RGB value is (132,106,171). Sum of RGB (Red+Green+Blue) = 132+106+171=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #846AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAB is #7B9554. Grayscale: #787878. Windows color (decimal): -8099157 or 11233924. OLE color: 11233924.

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

Color convert

RGB132106171-
CMYK0.230.3800.33
HSL264º27.9%54.31%-
HSV(B)264º38.01%67.06%-
XYZ22.0218.1540.87-
YUV121.18156.11135.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=32.27%
G=25.92%
B=41.81%

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
Decimal1321061710.230.3800.3326427.954.31
Hex846AAB17260211081c36
Octal20415225327460414103466
Binary1000010011010101010101110111100110010000110000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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