#846DAF

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

Shades of Deluge #846DAF

Tints of Deluge #846DAF

Color information

#846DAF (or 0x846DAF) is unknown color: approx Deluge. HEX triplet: 84, 6D and AF. RGB value is (132,109,175). Sum of RGB (Red+Green+Blue) = 132+109+175=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #846DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DAF is #7B9250. Grayscale: #7B7B7B. Windows color (decimal): -8098385 or 11496836. OLE color: 11496836.

HSL color Cylindrical-coordinate representation of color #846DAF: hue angle of 260.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846DAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132109175-
CMYK0.250.3800.31
HSL260.91º29.2%55.69%-
HSV(B)260.91º37.71%68.63%-
XYZ22.7218.9443.02-
YUV123.4157.12134.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=31.73%
G=26.20%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321091750.250.3800.31260.9129.255.69
Hex846DAF192601F1051d38
Octal20415525731460374053570
Binary100001001101101101011111100110011001111110000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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