#826A9F

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

Shades of Deluge #826A9F

Tints of Deluge #826A9F

Color information

#826A9F (or 0x826A9F) is unknown color: approx Deluge. HEX triplet: 82, 6A and 9F. RGB value is (130,106,159). Sum of RGB (Red+Green+Blue) = 130+106+159=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #826A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A9F is #7D9560. Grayscale: #777777. Windows color (decimal): -8230241 or 10447490. OLE color: 10447490.

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

Color convert

RGB130106159-
CMYK0.180.3300.38
HSL267.17º21.63%51.96%-
HSV(B)267.17º33.33%62.35%-
XYZ20.6217.5635.1-
YUV119.22150.45135.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=32.91%
G=26.84%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301061590.180.3300.38267.1721.6351.96
Hex826A9F122102610b1634
Octal20215223722410464132664
Binary1000001011010101001111110010100001010011010000101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A9F; }

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

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

<style>
 a { background-color: #826A9F; }

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

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

<style>
 span { border-color: #826A9F; }

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

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