Html Css Color HEX #826F81 Old Lavender

📋 copy color: '#826F81'

red 130 ◦ green 111 ◦ blue 129

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

Shades of Old Lavender #826F81

Tints of Old Lavender #826F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 35.14%
G = 30%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#826F81 (or 0x826F81) is known color: Old Lavender. HEX triplet: 82, 6F and 81. RGB value is (130,111,129). Sum of RGB (Red+Green+Blue) = 130+111+129=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #826F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F81 is #7D907E. Grayscale: #767676. Windows color (decimal): -8228991 or 8482690. OLE color: 8482690.

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

Color convert

RGB 130 111 129 -
CMYK 0 0.15 0.01 0.49
HSL 303.16º 0.08% 0.47% -
HSV(B) 303.16º 0.15% 0.51% -
XYZ 18.85 17.7 23.19 -
YUV 118.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 130 111 129 0 0.15 0.01 0.49 303.16 0.08 0.47
Hex 82 6F 81 0 F 1 31 12F 8 2F
Octal 202 157 201 0 17 1 61 457 10 57
Binary 10000010 1101111 10000001 0 1111 1 110001 100101111 1000 101111

Color Harmonies of #826F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F81

Black with #826F81

Text Example


Text Example

White with #826F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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