#826B9B

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

Shades of Deluge #826B9B

Tints of Deluge #826B9B

Color information

#826B9B (or 0x826B9B) is unknown color: approx Deluge. HEX triplet: 82, 6B and 9B. RGB value is (130,107,155). Sum of RGB (Red+Green+Blue) = 130+107+155=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #826B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B9B is #7D9464. Grayscale: #777777. Windows color (decimal): -8229989 or 10185602. OLE color: 10185602.

HSL color Cylindrical-coordinate representation of color #826B9B: hue angle of 268.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826B9B is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130107155-
CMYK0.160.3100.39
HSL268.75º19.35%51.37%-
HSV(B)268.75º30.97%60.78%-
XYZ20.3817.6333.34-
YUV119.35148.12135.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=33.16%
G=27.30%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301071550.160.3100.39268.7519.3551.37
Hex826B9B101F02710d1333
Octal20215323320370474152363
Binary100000101101011100110111000011111010011110000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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