Html Css Color HEX #826090 Affair

📋 copy color: '#826090'

red 130 ◦ green 96 ◦ blue 144

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

Shades of Affair #826090

Tints of Affair #826090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 35.14%
G = 25.95%
B = 38.92%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826090 (or 0x826090) is known color: Affair. HEX triplet: 82, 60 and 90. RGB value is (130,96,144). Sum of RGB (Red+Green+Blue) = 130+96+144=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #826090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826090 is #7D9F6F. Grayscale: #6F6F6F. Windows color (decimal): -8232816 or 9461890. OLE color: 9461890.

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

Color convert

RGB 130 96 144 -
CMYK 0.10 0.33 0 0.44
HSL 282.5º 0.2% 0.47% -
HSV(B) 282.5º 0.33% 0.56% -
XYZ 18.42 15.13 28.33 -
YUV 111.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 130 96 144 0.10 0.33 0 0.44 282.5 0.2 0.47
Hex 82 60 90 A 21 0 2C 11A 14 2F
Octal 202 140 220 12 41 0 54 432 24 57
Binary 10000010 1100000 10010000 1010 100001 0 101100 100011010 10100 101111

Color Harmonies of #826090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826090

Black with #826090

Text Example


Text Example

White with #826090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826090; }

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

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

background-color css

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

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

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

border-color css

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

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

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