Html Css Color HEX #826390 Affair

📋 copy color: '#826390'

red 130 ◦ green 99 ◦ blue 144

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

Shades of Affair #826390

Tints of Affair #826390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 34.85%
G = 26.54%
B = 38.61%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826390 (or 0x826390) is known color: Affair. HEX triplet: 82, 63 and 90. RGB value is (130,99,144). Sum of RGB (Red+Green+Blue) = 130+99+144=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #826390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826390 is #7D9C6F. Grayscale: #717171. Windows color (decimal): -8232048 or 9462658. OLE color: 9462658.

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

Color convert

RGB 130 99 144 -
CMYK 0.10 0.31 0 0.44
HSL 281.33º 0.19% 0.48% -
HSV(B) 281.33º 0.31% 0.56% -
XYZ 18.7 15.68 28.43 -
YUV 113.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 130 99 144 0.10 0.31 0 0.44 281.33 0.19 0.48
Hex 82 63 90 A 1F 0 2C 119 13 30
Octal 202 143 220 12 37 0 54 431 23 60
Binary 10000010 1100011 10010000 1010 11111 0 101100 100011001 10011 110000

Color Harmonies of #826390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826390

Black with #826390

Text Example


Text Example

White with #826390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826390; }

 p { color: rgb(130,99,144); }

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

background-color css

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

 a { background-color: rgb(130,99,144); }

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

border-color css

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

 span { border-color: rgb(130,99,144); }

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