#84799B

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

Shades of Deluge #84799B

Tints of Deluge #84799B

Color information

#84799B (or 0x84799B) is unknown color: approx Deluge. HEX triplet: 84, 79 and 9B. RGB value is (132,121,155). Sum of RGB (Red+Green+Blue) = 132+121+155=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #84799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799B is #7B8664. Grayscale: #808080. Windows color (decimal): -8095333 or 10189188. OLE color: 10189188.

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

Color convert

RGB132121155-
CMYK0.150.2200.39
HSL259.41º14.53%54.12%-
HSV(B)259.41º21.94%60.78%-
XYZ22.2720.9533.88-
YUV128.17143.14130.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=32.35%
G=29.66%
B=37.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321211550.150.2200.39259.4114.5354.12
Hex84799BF16027103f36
Octal20417123317260474031766
Binary1000010011110011001101111111011001001111000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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