Html Css Color HEX #826E80 Old Lavender

📋 copy color: '#826E80'

red 130 ◦ green 110 ◦ blue 128

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

Shades of Old Lavender #826E80

Tints of Old Lavender #826E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

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

R = 35.33%
G = 29.89%
B = 34.78%

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

#826E80 (or 0x826E80) is known color: Old Lavender. HEX triplet: 82, 6E and 80. RGB value is (130,110,128). Sum of RGB (Red+Green+Blue) = 130+110+128=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #826E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E80 is #7D917F. Grayscale: #757575. Windows color (decimal): -8229248 or 8416898. OLE color: 8416898.

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

Color convert

RGB 130 110 128 -
CMYK 0 0.15 0.02 0.49
HSL 306º 0.08% 0.47% -
HSV(B) 306º 0.15% 0.51% -
XYZ 18.68 17.46 22.81 -
YUV 118.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 130 110 128 0 0.15 0.02 0.49 306 0.08 0.47
Hex 82 6E 80 0 F 2 31 132 8 2F
Octal 202 156 200 0 17 2 61 462 10 57
Binary 10000010 1101110 10000000 0 1111 10 110001 100110010 1000 101111

Color Harmonies of #826E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E80

Black with #826E80

Text Example


Text Example

White with #826E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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