#82769D

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

Shades of Deluge #82769D

Tints of Deluge #82769D

Color information

#82769D (or 0x82769D) is unknown color: approx Deluge. HEX triplet: 82, 76 and 9D. RGB value is (130,118,157). Sum of RGB (Red+Green+Blue) = 130+118+157=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #82769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769D is #7D8962. Grayscale: #7D7D7D. Windows color (decimal): -8227171 or 10319490. OLE color: 10319490.

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

Color convert

RGB130118157-
CMYK0.170.2500.38
HSL258.46º16.6%53.92%-
HSV(B)258.46º24.84%61.57%-
XYZ21.7720.1434.64-
YUV126.03145.48130.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=32.10%
G=29.14%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301181570.170.2500.38258.4616.653.92
Hex82769D11190261021136
Octal20216623521310464022166
Binary100000101110110100111011000111001010011010000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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