#82799B

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

Shades of Deluge #82799B

Tints of Deluge #82799B

Color information

#82799B (or 0x82799B) is unknown color: approx Deluge. HEX triplet: 82, 79 and 9B. RGB value is (130,121,155). Sum of RGB (Red+Green+Blue) = 130+121+155=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #82799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82799B is #7D8664. Grayscale: #7F7F7F. Windows color (decimal): -8226405 or 10189186. OLE color: 10189186.

HSL color Cylindrical-coordinate representation of color #82799B: hue angle of 255.88º 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 #82799B is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130121155-
CMYK0.160.2200.39
HSL255.88º14.53%54.12%-
HSV(B)255.88º21.94%60.78%-
XYZ21.9620.7933.87-
YUV127.57143.48129.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=32.02%
G=29.80%
B=38.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301211550.160.2200.39255.8814.5354.12
Hex82799B1016027100f36
Octal20217123320260474001766
Binary10000010111100110011011100001011001001111000000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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