#826F9F

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

Shades of Deluge #826F9F

Tints of Deluge #826F9F

Color information

#826F9F (or 0x826F9F) is unknown color: approx Deluge. HEX triplet: 82, 6F and 9F. RGB value is (130,111,159). Sum of RGB (Red+Green+Blue) = 130+111+159=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #826F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F9F is #7D9060. Grayscale: #797979. Windows color (decimal): -8228961 or 10448770. OLE color: 10448770.

HSL color Cylindrical-coordinate representation of color #826F9F: hue angle of 263.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826F9F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130111159-
CMYK0.180.3000.38
HSL263.75º20%52.94%-
HSV(B)263.75º30.19%62.35%-
XYZ21.1518.6235.28-
YUV122.15148.79133.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=32.5%
G=27.75%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301111590.180.3000.38263.752052.94
Hex826F9F121E0261081435
Octal20215723722360464102465
Binary100000101101111100111111001011110010011010000100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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