Shades of Old Lavender #82657D
Tints of Old Lavender #82657D
RGB
CMYK
RGB Variations
Color information
#82657D (or 0x82657D) is known color: Old Lavender. HEX triplet: 82, 65 and 7D. RGB value is (130,101,125). Sum of RGB (Red+Green+Blue) = 130+101+125=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82657D is #7D9A82. Grayscale: #707070. Windows color (decimal): -8231555 or 8217986. OLE color: 8217986.
HSL color Cylindrical-coordinate representation of color #82657D: hue angle of 310.34º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82657D is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 125 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.49 |
| HSL | 310.34º | 0.13% | 0.45% | - |
| HSV(B) | 310.34º | 0.22% | 0.51% | - |
| XYZ | 17.56 | 15.53 | 21.47 | - |
| YUV | 112.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 125 | 0 | 0.22 | 0.04 | 0.49 | 310.34 | 0.13 | 0.45 |
| Hex | 82 | 65 | 7D | 0 | 16 | 4 | 31 | 136 | D | 2D |
| Octal | 202 | 145 | 175 | 0 | 26 | 4 | 61 | 466 | 15 | 55 |
| Binary | 10000010 | 1100101 | 1111101 | 0 | 10110 | 100 | 110001 | 100110110 | 1101 | 101101 |
Color Harmonies of #82657D
Complementary color
Monochromatic Colors of #82657D
Black with #82657D
Text Example
Text Example
White with #82657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82657D; }
p { color: rgb(130,101,125); }
H1.HeaderClassName
{
color: #82657D;
}
.AnyTagClassName
{
color: #82657D;
}
</style>
background-color css
<style>
a { background-color: #82657D; }
a { background-color: rgb(130,101,125); }
div.DivClassName
{
background-color: #82657D;
}
.BgClassName
{
background-color: #82657D;
}
</style>
border-color css
<style>
span { border-color: #82657D; }
span { border-color: rgb(130,101,125); }
td.TdClassName
{
border-color: #82657D;
}
.TagClassName
{
border-color: #82657D;
}
</style>