#826FA4

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

Shades of Deluge #826FA4

Tints of Deluge #826FA4

Color information

#826FA4 (or 0x826FA4) is unknown color: approx Deluge. HEX triplet: 82, 6F and A4. RGB value is (130,111,164). Sum of RGB (Red+Green+Blue) = 130+111+164=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #826FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FA4 is #7D905B. Grayscale: #7A7A7A. Windows color (decimal): -8228956 or 10776450. OLE color: 10776450.

HSL color Cylindrical-coordinate representation of color #826FA4: hue angle of 261.51º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826FA4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130111164-
CMYK0.210.3200.36
HSL261.51º22.55%53.92%-
HSV(B)261.51º32.32%64.31%-
XYZ21.5918.837.61-
YUV122.72151.29133.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=32.10%
G=27.41%
B=40.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301111640.210.3200.36261.5122.5553.92
Hex826FA415200241061736
Octal20215724425400444062766
Binary1000001011011111010010010101100000010010010000011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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