Html Css Color HEX #826F80 Old Lavender

📋 copy color: '#826F80'

red 130 ◦ green 111 ◦ blue 128

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

Shades of Old Lavender #826F80

Tints of Old Lavender #826F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 35.23%
G = 30.08%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#826F80 (or 0x826F80) is known color: Old Lavender. HEX triplet: 82, 6F and 80. RGB value is (130,111,128). Sum of RGB (Red+Green+Blue) = 130+111+128=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #826F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F80 is #7D907F. Grayscale: #767676. Windows color (decimal): -8228992 or 8417154. OLE color: 8417154.

HSL color Cylindrical-coordinate representation of color #826F80: hue angle of 306.32º 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 #826F80 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 128 -
CMYK 0 0.15 0.02 0.49
HSL 306.32º 0.08% 0.47% -
HSV(B) 306.32º 0.15% 0.51% -
XYZ 18.79 17.67 22.84 -
YUV 118.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 130 111 128 0 0.15 0.02 0.49 306.32 0.08 0.47
Hex 82 6F 80 0 F 2 31 132 8 2F
Octal 202 157 200 0 17 2 61 462 10 57
Binary 10000010 1101111 10000000 0 1111 10 110001 100110010 1000 101111

Color Harmonies of #826F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F80

Black with #826F80

Text Example


Text Example

White with #826F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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