Html Css Color HEX #827C82 Old Lavender

📋 copy color: '#827C82'

red 130 ◦ green 124 ◦ blue 130

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

Shades of Old Lavender #827C82

Tints of Old Lavender #827C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

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

R = 33.85%
G = 32.29%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827C82 (or 0x827C82) is known color: Old Lavender. HEX triplet: 82, 7C and 82. RGB value is (130,124,130). Sum of RGB (Red+Green+Blue) = 130+124+130=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C82 is #7D837D. Grayscale: #7E7E7E. Windows color (decimal): -8225662 or 8551554. OLE color: 8551554.

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

Color convert

RGB 130 124 130 -
CMYK 0 0.05 0 0.49
HSL 300º 0.02% 0.5% -
HSV(B) 300º 0.05% 0.51% -
XYZ 20.44 20.77 24.05 -
YUV 126.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 130 124 130 0 0.05 0 0.49 300 0.02 0.5
Hex 82 7C 82 0 5 0 31 12C 2 32
Octal 202 174 202 0 5 0 61 454 2 62
Binary 10000010 1111100 10000010 0 101 0 110001 100101100 10 110010

Color Harmonies of #827C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C82

Black with #827C82

Text Example


Text Example

White with #827C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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