#846CA7

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

Shades of Deluge #846CA7

Tints of Deluge #846CA7

Color information

#846CA7 (or 0x846CA7) is unknown color: approx Deluge. HEX triplet: 84, 6C and A7. RGB value is (132,108,167). Sum of RGB (Red+Green+Blue) = 132+108+167=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #846CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846CA7 is #7B9358. Grayscale: #797979. Windows color (decimal): -8098649 or 10972292. OLE color: 10972292.

HSL color Cylindrical-coordinate representation of color #846CA7: hue angle of 264.41º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #846CA7 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB132108167-
CMYK0.210.3500.35
HSL264.41º25.11%53.92%-
HSV(B)264.41º35.33%65.49%-
XYZ21.8518.4238.96-
YUV121.9153.45135.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 167 (65.62% from 255) = 41.03%
R=32.43%
G=26.54%
B=41.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321081670.210.3500.35264.4125.1153.92
Hex846CA715230231081936
Octal20415424725430434103166
Binary1000010011011001010011110101100011010001110000100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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