#82769C

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

Shades of Deluge #82769C

Tints of Deluge #82769C

Color information

#82769C (or 0x82769C) is unknown color: approx Deluge. HEX triplet: 82, 76 and 9C. RGB value is (130,118,156). Sum of RGB (Red+Green+Blue) = 130+118+156=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #82769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769C is #7D8963. Grayscale: #7D7D7D. Windows color (decimal): -8227172 or 10253954. OLE color: 10253954.

HSL color Cylindrical-coordinate representation of color #82769C: hue angle of 258.95º 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 #82769C is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130118156-
CMYK0.170.2400.39
HSL258.95º16.1%53.73%-
HSV(B)258.95º24.36%61.18%-
XYZ21.6920.134.19-
YUV125.92144.98130.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=32.18%
G=29.21%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301181560.170.2400.39258.9516.153.73
Hex82769C11180271031036
Octal20216623421300474032066
Binary100000101110110100111001000111000010011110000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82769C; }

 p { color: rgb(130,118,156); }

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

<style>
 a { background-color: #82769C; }

 a { background-color: rgb(130,118,156); }

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

<style>
 span { border-color: #82769C; }

 span { border-color: rgb(130,118,156); }

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