#846BA5

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

Shades of Deluge #846BA5

Tints of Deluge #846BA5

Color information

#846BA5 (or 0x846BA5) is unknown color: approx Deluge. HEX triplet: 84, 6B and A5. RGB value is (132,107,165). Sum of RGB (Red+Green+Blue) = 132+107+165=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #846BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BA5 is #7B945A. Grayscale: #787878. Windows color (decimal): -8098907 or 10840964. OLE color: 10840964.

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

Color convert

RGB132107165-
CMYK0.200.3500.35
HSL265.86º24.37%53.33%-
HSV(B)265.86º35.15%64.71%-
XYZ21.5618.1437.96-
YUV121.09152.78135.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=32.67%
G=26.49%
B=40.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321071650.200.3500.35265.8624.3753.33
Hex846BA5142302310a1835
Octal20415324524430434123065
Binary1000010011010111010010110100100011010001110000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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