#846CAB

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

Shades of Deluge #846CAB

Tints of Deluge #846CAB

Color information

#846CAB (or 0x846CAB) is unknown color: approx Deluge. HEX triplet: 84, 6C and AB. RGB value is (132,108,171). Sum of RGB (Red+Green+Blue) = 132+108+171=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #846CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846CAB is #7B9354. Grayscale: #7A7A7A. Windows color (decimal): -8098645 or 11234436. OLE color: 11234436.

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

Color convert

RGB132108171-
CMYK0.230.3700.33
HSL262.86º27.27%54.71%-
HSV(B)262.86º36.84%67.06%-
XYZ22.2318.5740.94-
YUV122.36155.45134.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=32.12%
G=26.28%
B=41.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321081710.230.3700.33262.8627.2754.71
Hex846CAB17250211071b37
Octal20415425327450414073367
Binary1000010011011001010101110111100101010000110000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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