#846FAC

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

Shades of Deluge #846FAC

Tints of Deluge #846FAC

Color information

#846FAC (or 0x846FAC) is unknown color: approx Deluge. HEX triplet: 84, 6F and AC. RGB value is (132,111,172). Sum of RGB (Red+Green+Blue) = 132+111+172=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #846FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAC is #7B9053. Grayscale: #7C7C7C. Windows color (decimal): -8097876 or 11300740. OLE color: 11300740.

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

Color convert

RGB132111172-
CMYK0.230.3500.33
HSL260.66º26.87%55.49%-
HSV(B)260.66º35.47%67.45%-
XYZ22.6519.2541.55-
YUV124.23154.96133.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=31.81%
G=26.75%
B=41.45%

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
Decimal1321111720.230.3500.33260.6626.8755.49
Hex846FAC17230211051b37
Octal20415725427430414053367
Binary1000010011011111010110010111100011010000110000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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