#826E99

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

Shades of Deluge #826E99

Tints of Deluge #826E99

Color information

#826E99 (or 0x826E99) is unknown color: approx Deluge. HEX triplet: 82, 6E and 99. RGB value is (130,110,153). Sum of RGB (Red+Green+Blue) = 130+110+153=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #826E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E99 is #7D9166. Grayscale: #787878. Windows color (decimal): -8229223 or 10055298. OLE color: 10055298.

HSL color Cylindrical-coordinate representation of color #826E99: hue angle of 267.91º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826E99 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130110153-
CMYK0.150.2800.4
HSL267.91º17.41%51.57%-
HSV(B)267.91º28.1%60%-
XYZ20.5318.232.57-
YUV120.88146.13134.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=33.08%
G=27.99%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301101530.150.2800.4267.9117.4151.57
Hex826E99F1C02810c1134
Octal20215623117340504142164
Binary10000010110111010011001111111100010100010000110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,110,153); }

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

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

 a { background-color: rgb(130,110,153); }

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

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

 span { border-color: rgb(130,110,153); }

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