#846CAE

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

Shades of Deluge #846CAE

Tints of Deluge #846CAE

Color information

#846CAE (or 0x846CAE) is unknown color: approx Deluge. HEX triplet: 84, 6C and AE. RGB value is (132,108,174). Sum of RGB (Red+Green+Blue) = 132+108+174=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #846CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846CAE is #7B9351. Grayscale: #7A7A7A. Windows color (decimal): -8098642 or 11431044. OLE color: 11431044.

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

Color convert

RGB132108174-
CMYK0.240.3800.32
HSL261.82º28.95%55.29%-
HSV(B)261.82º37.93%68.24%-
XYZ22.5218.6942.46-
YUV122.7156.95134.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=31.88%
G=26.09%
B=42.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321081740.240.3800.32261.8228.9555.29
Hex846CAE18260201061d37
Octal20415425630460404063567
Binary1000010011011001010111011000100110010000010000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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