Html Css Color HEX #826A7E Old Lavender

📋 copy color: '#826A7E'

red 130 ◦ green 106 ◦ blue 126

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

Shades of Old Lavender #826A7E

Tints of Old Lavender #826A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 35.91%
G = 29.28%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#826A7E (or 0x826A7E) is known color: Old Lavender. HEX triplet: 82, 6A and 7E. RGB value is (130,106,126). Sum of RGB (Red+Green+Blue) = 130+106+126=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A7E is #7D9581. Grayscale: #737373. Windows color (decimal): -8230274 or 8284802. OLE color: 8284802.

HSL color Cylindrical-coordinate representation of color #826A7E: hue angle of 310º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A7E is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 126 -
CMYK 0 0.18 0.03 0.49
HSL 310º 0.1% 0.46% -
HSV(B) 310º 0.18% 0.51% -
XYZ 18.13 16.56 21.98 -
YUV 115.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 130 106 126 0 0.18 0.03 0.49 310 0.1 0.46
Hex 82 6A 7E 0 12 3 31 136 A 2E
Octal 202 152 176 0 22 3 61 466 12 56
Binary 10000010 1101010 1111110 0 10010 11 110001 100110110 1010 101110

Color Harmonies of #826A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A7E

Black with #826A7E

Text Example


Text Example

White with #826A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,126); }

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

background-color css

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

 a { background-color: rgb(130,106,126); }

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

border-color css

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

 span { border-color: rgb(130,106,126); }

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