#846FA5

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

Shades of Deluge #846FA5

Tints of Deluge #846FA5

Color information

#846FA5 (or 0x846FA5) is unknown color: approx Deluge. HEX triplet: 84, 6F and A5. RGB value is (132,111,165). Sum of RGB (Red+Green+Blue) = 132+111+165=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #846FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FA5 is #7B905A. Grayscale: #7B7B7B. Windows color (decimal): -8097883 or 10841988. OLE color: 10841988.

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

Color convert

RGB132111165-
CMYK0.200.3300.35
HSL263.33º23.08%54.12%-
HSV(B)263.33º32.73%64.71%-
XYZ21.9918.9938.1-
YUV123.44151.46134.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=32.35%
G=27.21%
B=40.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321111650.200.3300.35263.3323.0854.12
Hex846FA514210231071736
Octal20415724524410434072766
Binary1000010011011111010010110100100001010001110000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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