#84759B

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

Shades of Deluge #84759B

Tints of Deluge #84759B

Color information

#84759B (or 0x84759B) is unknown color: approx Deluge. HEX triplet: 84, 75 and 9B. RGB value is (132,117,155). Sum of RGB (Red+Green+Blue) = 132+117+155=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #84759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84759B is #7B8A64. Grayscale: #7D7D7D. Windows color (decimal): -8096357 or 10188164. OLE color: 10188164.

HSL color Cylindrical-coordinate representation of color #84759B: hue angle of 263.68º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84759B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132117155-
CMYK0.150.2500.39
HSL263.68º15.97%53.33%-
HSV(B)263.68º24.52%60.78%-
XYZ21.7919.9933.72-
YUV125.82144.47132.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=32.67%
G=28.96%
B=38.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321171550.150.2500.39263.6815.9753.33
Hex84759BF190271081035
Octal20416523317310474102065
Binary10000100111010110011011111111001010011110000100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84759B; }

 p { color: rgb(132,117,155); }

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

<style>
 a { background-color: #84759B; }

 a { background-color: rgb(132,117,155); }

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

<style>
 span { border-color: #84759B; }

 span { border-color: rgb(132,117,155); }

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