#82699F

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

Shades of Deluge #82699F

Tints of Deluge #82699F

Color information

#82699F (or 0x82699F) is unknown color: approx Deluge. HEX triplet: 82, 69 and 9F. RGB value is (130,105,159). Sum of RGB (Red+Green+Blue) = 130+105+159=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #82699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699F is #7D9660. Grayscale: #767676. Windows color (decimal): -8230497 or 10447234. OLE color: 10447234.

HSL color Cylindrical-coordinate representation of color #82699F: hue angle of 267.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82699F is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130105159-
CMYK0.180.3400.38
HSL267.78º21.95%51.76%-
HSV(B)267.78º33.96%62.35%-
XYZ20.5217.3535.07-
YUV118.63150.78136.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=32.99%
G=26.65%
B=40.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301051590.180.3400.38267.7821.9551.76
Hex82699F122202610c1634
Octal20215123722420464142664
Binary1000001011010011001111110010100010010011010000110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82699F; }

 p { color: rgb(130,105,159); }

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

<style>
 a { background-color: #82699F; }

 a { background-color: rgb(130,105,159); }

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

<style>
 span { border-color: #82699F; }

 span { border-color: rgb(130,105,159); }

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