Html Css Color HEX #82687F Old Lavender

📋 copy color: '#82687F'

red 130 ◦ green 104 ◦ blue 127

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

Shades of Old Lavender #82687F

Tints of Old Lavender #82687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 36.01%
G = 28.81%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82687F (or 0x82687F) is known color: Old Lavender. HEX triplet: 82, 68 and 7F. RGB value is (130,104,127). Sum of RGB (Red+Green+Blue) = 130+104+127=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #82687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687F is #7D9780. Grayscale: #727272. Windows color (decimal): -8230785 or 8349826. OLE color: 8349826.

HSL color Cylindrical-coordinate representation of color #82687F: hue angle of 306.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82687F is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 127 -
CMYK 0 0.2 0.02 0.49
HSL 306.92º 0.11% 0.46% -
HSV(B) 306.92º 0.2% 0.51% -
XYZ 17.99 16.18 22.25 -
YUV 114.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 130 104 127 0 0.2 0.02 0.49 306.92 0.11 0.46
Hex 82 68 7F 0 14 2 31 133 B 2E
Octal 202 150 177 0 24 2 61 463 13 56
Binary 10000010 1101000 1111111 0 10100 10 110001 100110011 1011 101110

Color Harmonies of #82687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82687F

Black with #82687F

Text Example


Text Example

White with #82687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82687F; }

 p { color: rgb(130,104,127); }

 H1.HeaderClassName
 {
   color: #82687F;
 }
 .AnyTagClassName
 {
   color: #82687F;
 }
</style>

background-color css

<style>
 a { background-color: #82687F; }

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

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

border-color css

<style>
 span { border-color: #82687F; }

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

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