#846EB3

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

Shades of Deluge #846EB3

Tints of Deluge #846EB3

Color information

#846EB3 (or 0x846EB3) is unknown color: approx Deluge. HEX triplet: 84, 6E and B3. RGB value is (132,110,179). Sum of RGB (Red+Green+Blue) = 132+110+179=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #846EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EB3 is #7B914C. Grayscale: #7C7C7C. Windows color (decimal): -8098125 or 11759236. OLE color: 11759236.

HSL color Cylindrical-coordinate representation of color #846EB3: hue angle of 259.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846EB3 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132110179-
CMYK0.260.3900.30
HSL259.13º31.22%56.67%-
HSV(B)259.13º38.55%70.2%-
XYZ23.2319.3145.15-
YUV124.44158.79133.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=31.35%
G=26.13%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321101790.260.3900.30259.1331.2256.67
Hex846EB31A2701E1031f39
Octal20415626332470364033771
Binary100001001101110101100111101010011101111010000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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