Html Css Color HEX #826292 Affair

📋 copy color: '#826292'

red 130 ◦ green 98 ◦ blue 146

#826292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #826292

Tints of Affair #826292

RGB

 RED value IS 130 (51.17% from 255) = 34.76%

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 34.76%
G = 26.2%
B = 39.04%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826292 (or 0x826292) is known color: Affair. HEX triplet: 82, 62 and 92. RGB value is (130,98,146). Sum of RGB (Red+Green+Blue) = 130+98+146=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #826292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826292 is #7D9D6D. Grayscale: #707070. Windows color (decimal): -8232302 or 9593474. OLE color: 9593474.

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

Color convert

RGB 130 98 146 -
CMYK 0.11 0.33 0 0.43
HSL 280º 0.2% 0.48% -
HSV(B) 280º 0.33% 0.57% -
XYZ 18.76 15.56 29.21 -
YUV 113.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 130 98 146 0.11 0.33 0 0.43 280 0.2 0.48
Hex 82 62 92 B 21 0 2B 118 14 30
Octal 202 142 222 13 41 0 53 430 24 60
Binary 10000010 1100010 10010010 1011 100001 0 101011 100011000 10100 110000

Color Harmonies of #826292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826292

Black with #826292

Text Example


Text Example

White with #826292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826292; }

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

 H1.HeaderClassName
 {
   color: #826292;
 }
 .AnyTagClassName
 {
   color: #826292;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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