#826291

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

Shades of Affair #826291

Tints of Affair #826291

Color information

#826291 (or 0x826291) is unknown color: approx Affair. HEX triplet: 82, 62 and 91. RGB value is (130,98,145). Sum of RGB (Red+Green+Blue) = 130+98+145=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #826291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826291 is #7D9D6E. Grayscale: #707070. Windows color (decimal): -8232303 or 9527938. OLE color: 9527938.

HSL color Cylindrical-coordinate representation of color #826291: hue angle of 280.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826291 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13098145-
CMYK0.100.3200.43
HSL280.85º19.34%47.65%-
HSV(B)280.85º32.41%56.86%-
XYZ18.6815.5328.8-
YUV112.93146.1140.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=34.85%
G=26.27%
B=38.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130981450.100.3200.43280.8519.3447.65
Hex826291A2002B1191330
Octal20214222112400534312360
Binary100000101100010100100011010100000010101110001100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826291; }

 p { color: rgb(130,98,145); }

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

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

 a { background-color: rgb(130,98,145); }

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

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

 span { border-color: rgb(130,98,145); }

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