Html Css Color HEX #826F82 Old Lavender

📋 copy color: '#826F82'

red 130 ◦ green 111 ◦ blue 130

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

Shades of Old Lavender #826F82

Tints of Old Lavender #826F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 35.04%
G = 29.92%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#826F82 (or 0x826F82) is known color: Old Lavender. HEX triplet: 82, 6F and 82. RGB value is (130,111,130). Sum of RGB (Red+Green+Blue) = 130+111+130=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #826F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F82 is #7D907D. Grayscale: #767676. Windows color (decimal): -8228990 or 8548226. OLE color: 8548226.

HSL color Cylindrical-coordinate representation of color #826F82: hue angle of 300º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826F82 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 130 -
CMYK 0 0.15 0 0.49
HSL 300º 0.08% 0.47% -
HSV(B) 300º 0.15% 0.51% -
XYZ 18.92 17.73 23.54 -
YUV 118.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 130 111 130 0 0.15 0 0.49 300 0.08 0.47
Hex 82 6F 82 0 F 0 31 12C 8 2F
Octal 202 157 202 0 17 0 61 454 10 57
Binary 10000010 1101111 10000010 0 1111 0 110001 100101100 1000 101111

Color Harmonies of #826F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F82

Black with #826F82

Text Example


Text Example

White with #826F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,130); }

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

background-color css

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

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

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

border-color css

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

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

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