Html Css Color HEX #82687D Old Lavender

📋 copy color: '#82687D'

red 130 ◦ green 104 ◦ blue 125

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

Shades of Old Lavender #82687D

Tints of Old Lavender #82687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 36.21%
G = 28.97%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82687D (or 0x82687D) is known color: Old Lavender. HEX triplet: 82, 68 and 7D. RGB value is (130,104,125). Sum of RGB (Red+Green+Blue) = 130+104+125=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687D is #7D9782. Grayscale: #727272. Windows color (decimal): -8230787 or 8218754. OLE color: 8218754.

HSL color Cylindrical-coordinate representation of color #82687D: hue angle of 311.54º 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 #82687D is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 125 -
CMYK 0 0.2 0.04 0.49
HSL 311.54º 0.11% 0.46% -
HSV(B) 311.54º 0.2% 0.51% -
XYZ 17.86 16.13 21.57 -
YUV 114.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 130 104 125 0 0.2 0.04 0.49 311.54 0.11 0.46
Hex 82 68 7D 0 14 4 31 138 B 2E
Octal 202 150 175 0 24 4 61 470 13 56
Binary 10000010 1101000 1111101 0 10100 100 110001 100111000 1011 101110

Color Harmonies of #82687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82687D

Black with #82687D

Text Example


Text Example

White with #82687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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