Shades of Old Lavender #82657E
Tints of Old Lavender #82657E
RGB
CMYK
RGB Variations
Color information
#82657E (or 0x82657E) is known color: Old Lavender. HEX triplet: 82, 65 and 7E. RGB value is (130,101,126). Sum of RGB (Red+Green+Blue) = 130+101+126=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82657E is #7D9A81. Grayscale: #707070. Windows color (decimal): -8231554 or 8283522. OLE color: 8283522.
HSL color Cylindrical-coordinate representation of color #82657E: hue angle of 308.28º 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 #82657E is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 126 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.49 |
| HSL | 308.28º | 0.13% | 0.45% | - |
| HSV(B) | 308.28º | 0.22% | 0.51% | - |
| XYZ | 17.63 | 15.56 | 21.81 | - |
| YUV | 112.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 126 | 0 | 0.22 | 0.03 | 0.49 | 308.28 | 0.13 | 0.45 |
| Hex | 82 | 65 | 7E | 0 | 16 | 3 | 31 | 134 | D | 2D |
| Octal | 202 | 145 | 176 | 0 | 26 | 3 | 61 | 464 | 15 | 55 |
| Binary | 10000010 | 1100101 | 1111110 | 0 | 10110 | 11 | 110001 | 100110100 | 1101 | 101101 |
Color Harmonies of #82657E
Complementary color
Monochromatic Colors of #82657E
Black with #82657E
Text Example
Text Example
White with #82657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82657E; }
p { color: rgb(130,101,126); }
H1.HeaderClassName
{
color: #82657E;
}
.AnyTagClassName
{
color: #82657E;
}
</style>
background-color css
<style>
a { background-color: #82657E; }
a { background-color: rgb(130,101,126); }
div.DivClassName
{
background-color: #82657E;
}
.BgClassName
{
background-color: #82657E;
}
</style>
border-color css
<style>
span { border-color: #82657E; }
span { border-color: rgb(130,101,126); }
td.TdClassName
{
border-color: #82657E;
}
.TagClassName
{
border-color: #82657E;
}
</style>