#82719B

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

Shades of Deluge #82719B

Tints of Deluge #82719B

Color information

#82719B (or 0x82719B) is unknown color: approx Deluge. HEX triplet: 82, 71 and 9B. RGB value is (130,113,155). Sum of RGB (Red+Green+Blue) = 130+113+155=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #82719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82719B is #7D8E64. Grayscale: #7A7A7A. Windows color (decimal): -8228453 or 10187138. OLE color: 10187138.

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

Color convert

RGB130113155-
CMYK0.160.2700.39
HSL264.29º17.36%52.55%-
HSV(B)264.29º27.1%60.78%-
XYZ21.0318.9233.55-
YUV122.87146.13133.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=32.66%
G=28.39%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301131550.160.2700.39264.2917.3652.55
Hex82719B101B0271081135
Octal20216123320330474102165
Binary100000101110001100110111000011011010011110000100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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