#846DAB

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

Shades of Deluge #846DAB

Tints of Deluge #846DAB

Color information

#846DAB (or 0x846DAB) is unknown color: approx Deluge. HEX triplet: 84, 6D and AB. RGB value is (132,109,171). Sum of RGB (Red+Green+Blue) = 132+109+171=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #846DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DAB is #7B9254. Grayscale: #7A7A7A. Windows color (decimal): -8098389 or 11234692. OLE color: 11234692.

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

Color convert

RGB132109171-
CMYK0.230.3600.33
HSL262.26º26.96%54.9%-
HSV(B)262.26º36.26%67.06%-
XYZ22.3418.7840.98-
YUV122.94155.12134.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=32.04%
G=26.46%
B=41.50%

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
Decimal1321091710.230.3600.33262.2626.9654.9
Hex846DAB17240211061b37
Octal20415525327440414063367
Binary1000010011011011010101110111100100010000110000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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