Html Css Color HEX #82677C Old Lavender

📋 copy color: '#82677C'

red 130 ◦ green 103 ◦ blue 124

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

Shades of Old Lavender #82677C

Tints of Old Lavender #82677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 36.41%
G = 28.85%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82677C (or 0x82677C) is known color: Old Lavender. HEX triplet: 82, 67 and 7C. RGB value is (130,103,124). Sum of RGB (Red+Green+Blue) = 130+103+124=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677C is #7D9883. Grayscale: #717171. Windows color (decimal): -8231044 or 8152962. OLE color: 8152962.

HSL color Cylindrical-coordinate representation of color #82677C: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82677C is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 124 -
CMYK 0 0.21 0.05 0.49
HSL 313.33º 0.12% 0.46% -
HSV(B) 313.33º 0.21% 0.51% -
XYZ 17.69 15.9 21.21 -
YUV 113.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 130 103 124 0 0.21 0.05 0.49 313.33 0.12 0.46
Hex 82 67 7C 0 15 5 31 139 C 2E
Octal 202 147 174 0 25 5 61 471 14 56
Binary 10000010 1100111 1111100 0 10101 101 110001 100111001 1100 101110

Color Harmonies of #82677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82677C

Black with #82677C

Text Example


Text Example

White with #82677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82677C; }

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

 H1.HeaderClassName
 {
   color: #82677C;
 }
 .AnyTagClassName
 {
   color: #82677C;
 }
</style>

background-color css

<style>
 a { background-color: #82677C; }

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

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

border-color css

<style>
 span { border-color: #82677C; }

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

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