Shades of Old Lavender #82657C
Tints of Old Lavender #82657C
RGB
CMYK
RGB Variations
Color information
#82657C (or 0x82657C) is known color: Old Lavender. HEX triplet: 82, 65 and 7C. RGB value is (130,101,124). Sum of RGB (Red+Green+Blue) = 130+101+124=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82657C is #7D9A83. Grayscale: #707070. Windows color (decimal): -8231556 or 8152450. OLE color: 8152450.
HSL color Cylindrical-coordinate representation of color #82657C: hue angle of 312.41º 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 #82657C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 124 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.49 |
| HSL | 312.41º | 0.13% | 0.45% | - |
| HSV(B) | 312.41º | 0.22% | 0.51% | - |
| XYZ | 17.5 | 15.51 | 21.14 | - |
| YUV | 112.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 124 | 0 | 0.22 | 0.05 | 0.49 | 312.41 | 0.13 | 0.45 |
| Hex | 82 | 65 | 7C | 0 | 16 | 5 | 31 | 138 | D | 2D |
| Octal | 202 | 145 | 174 | 0 | 26 | 5 | 61 | 470 | 15 | 55 |
| Binary | 10000010 | 1100101 | 1111100 | 0 | 10110 | 101 | 110001 | 100111000 | 1101 | 101101 |
Color Harmonies of #82657C
Complementary color
Monochromatic Colors of #82657C
Black with #82657C
Text Example
Text Example
White with #82657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82657C; }
p { color: rgb(130,101,124); }
H1.HeaderClassName
{
color: #82657C;
}
.AnyTagClassName
{
color: #82657C;
}
</style>
background-color css
<style>
a { background-color: #82657C; }
a { background-color: rgb(130,101,124); }
div.DivClassName
{
background-color: #82657C;
}
.BgClassName
{
background-color: #82657C;
}
</style>
border-color css
<style>
span { border-color: #82657C; }
span { border-color: rgb(130,101,124); }
td.TdClassName
{
border-color: #82657C;
}
.TagClassName
{
border-color: #82657C;
}
</style>