#846FAE

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

Shades of Deluge #846FAE

Tints of Deluge #846FAE

Color information

#846FAE (or 0x846FAE) is unknown color: approx Deluge. HEX triplet: 84, 6F and AE. RGB value is (132,111,174). Sum of RGB (Red+Green+Blue) = 132+111+174=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #846FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAE is #7B9051. Grayscale: #7C7C7C. Windows color (decimal): -8097874 or 11431812. OLE color: 11431812.

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

Color convert

RGB132111174-
CMYK0.240.3600.32
HSL260º28%55.88%-
HSV(B)260º36.21%68.24%-
XYZ22.8419.3342.57-
YUV124.46155.96133.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=31.65%
G=26.62%
B=41.73%

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
Decimal1321111740.240.3600.322602855.88
Hex846FAE18240201041c38
Octal20415725630440404043470
Binary1000010011011111010111011000100100010000010000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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