#846EAD

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

Shades of Deluge #846EAD

Tints of Deluge #846EAD

Color information

#846EAD (or 0x846EAD) is unknown color: approx Deluge. HEX triplet: 84, 6E and AD. RGB value is (132,110,173). Sum of RGB (Red+Green+Blue) = 132+110+173=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #846EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAD is #7B9152. Grayscale: #7B7B7B. Windows color (decimal): -8098131 or 11366020. OLE color: 11366020.

HSL color Cylindrical-coordinate representation of color #846EAD: hue angle of 260.95º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846EAD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132110173-
CMYK0.240.3600.32
HSL260.95º27.75%55.49%-
HSV(B)260.95º36.42%67.84%-
XYZ22.6319.0742.02-
YUV123.76155.79133.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=31.81%
G=26.51%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321101730.240.3600.32260.9527.7555.49
Hex846EAD18240201051c37
Octal20415625530440404053467
Binary1000010011011101010110111000100100010000010000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,110,173); }

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

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

 a { background-color: rgb(132,110,173); }

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

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

 span { border-color: rgb(132,110,173); }

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