#846FAB

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

Shades of Deluge #846FAB

Tints of Deluge #846FAB

Color information

#846FAB (or 0x846FAB) is unknown color: approx Deluge. HEX triplet: 84, 6F and AB. RGB value is (132,111,171). Sum of RGB (Red+Green+Blue) = 132+111+171=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #846FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAB is #7B9054. Grayscale: #7B7B7B. Windows color (decimal): -8097877 or 11235204. OLE color: 11235204.

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

Color convert

RGB132111171-
CMYK0.230.3500.33
HSL261º26.32%55.29%-
HSV(B)261º35.09%67.06%-
XYZ22.5519.2141.05-
YUV124.12154.46133.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=31.88%
G=26.81%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321111710.230.3500.3326126.3255.29
Hex846FAB17230211051a37
Octal20415725327430414053267
Binary1000010011011111010101110111100011010000110000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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