#82769E

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

Shades of Deluge #82769E

Tints of Deluge #82769E

Color information

#82769E (or 0x82769E) is unknown color: approx Deluge. HEX triplet: 82, 76 and 9E. RGB value is (130,118,158). Sum of RGB (Red+Green+Blue) = 130+118+158=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #82769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769E is #7D8961. Grayscale: #7D7D7D. Windows color (decimal): -8227170 or 10385026. OLE color: 10385026.

HSL color Cylindrical-coordinate representation of color #82769E: hue angle of 258º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82769E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130118158-
CMYK0.180.2500.38
HSL258º17.09%54.12%-
HSV(B)258º25.32%61.96%-
XYZ21.8620.1735.09-
YUV126.15145.98130.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=32.02%
G=29.06%
B=38.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301181580.180.2500.3825817.0954.12
Hex82769E12190261021136
Octal20216623622310464022166
Binary100000101110110100111101001011001010011010000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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