#846EB4

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

Shades of Deluge #846EB4

Tints of Deluge #846EB4

Color information

#846EB4 (or 0x846EB4) is unknown color: approx Deluge. HEX triplet: 84, 6E and B4. RGB value is (132,110,180). Sum of RGB (Red+Green+Blue) = 132+110+180=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #846EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EB4 is #7B914B. Grayscale: #7C7C7C. Windows color (decimal): -8098124 or 11824772. OLE color: 11824772.

HSL color Cylindrical-coordinate representation of color #846EB4: hue angle of 258.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846EB4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132110180-
CMYK0.270.3900.29
HSL258.86º31.82%56.86%-
HSV(B)258.86º38.89%70.59%-
XYZ23.3319.3545.69-
YUV124.56159.29133.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=31.28%
G=26.07%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321101800.270.3900.29258.8631.8256.86
Hex846EB41B2701D1032039
Octal20415626433470354034071
Binary1000010011011101011010011011100111011101100000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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