#84769B

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

Shades of Deluge #84769B

Tints of Deluge #84769B

Color information

#84769B (or 0x84769B) is unknown color: approx Deluge. HEX triplet: 84, 76 and 9B. RGB value is (132,118,155). Sum of RGB (Red+Green+Blue) = 132+118+155=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #84769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84769B is #7B8964. Grayscale: #7E7E7E. Windows color (decimal): -8096101 or 10188420. OLE color: 10188420.

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

Color convert

RGB132118155-
CMYK0.150.2400.39
HSL262.7º15.61%53.53%-
HSV(B)262.7º23.87%60.78%-
XYZ21.9120.2333.76-
YUV126.4144.14131.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=32.59%
G=29.14%
B=38.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321181550.150.2400.39262.715.6153.53
Hex84769BF180271071036
Octal20416623317300474072066
Binary10000100111011010011011111111000010011110000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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