Html Css Color HEX #827A82 Old Lavender

📋 copy color: '#827A82'

red 130 ◦ green 122 ◦ blue 130

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

Shades of Old Lavender #827A82

Tints of Old Lavender #827A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 34.03%
G = 31.94%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827A82 (or 0x827A82) is known color: Old Lavender. HEX triplet: 82, 7A and 82. RGB value is (130,122,130). Sum of RGB (Red+Green+Blue) = 130+122+130=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A82 is #7D857D. Grayscale: #7D7D7D. Windows color (decimal): -8226174 or 8551042. OLE color: 8551042.

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

Color convert

RGB 130 122 130 -
CMYK 0 0.06 0 0.49
HSL 300º 0.03% 0.49% -
HSV(B) 300º 0.06% 0.51% -
XYZ 20.19 20.28 23.97 -
YUV 125.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 130 122 130 0 0.06 0 0.49 300 0.03 0.49
Hex 82 7A 82 0 6 0 31 12C 3 31
Octal 202 172 202 0 6 0 61 454 3 61
Binary 10000010 1111010 10000010 0 110 0 110001 100101100 11 110001

Color Harmonies of #827A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A82

Black with #827A82

Text Example


Text Example

White with #827A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A82; }

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

 H1.HeaderClassName
 {
   color: #827A82;
 }
 .AnyTagClassName
 {
   color: #827A82;
 }
</style>

background-color css

<style>
 a { background-color: #827A82; }

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

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

border-color css

<style>
 span { border-color: #827A82; }

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

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