#82769B

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

Shades of Deluge #82769B

Tints of Deluge #82769B

Color information

#82769B (or 0x82769B) is unknown color: approx Deluge. HEX triplet: 82, 76 and 9B. RGB value is (130,118,155). Sum of RGB (Red+Green+Blue) = 130+118+155=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #82769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769B is #7D8964. Grayscale: #7D7D7D. Windows color (decimal): -8227173 or 10188418. OLE color: 10188418.

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

Color convert

RGB130118155-
CMYK0.160.2400.39
HSL259.46º15.61%53.53%-
HSV(B)259.46º23.87%60.78%-
XYZ21.620.0733.75-
YUV125.81144.48130.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=32.26%
G=29.28%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301181550.160.2400.39259.4615.6153.53
Hex82769B10180271031036
Octal20216623320300474032066
Binary100000101110110100110111000011000010011110000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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