Shades of Old Lavender #826B7E
Tints of Old Lavender #826B7E
RGB
CMYK
RGB Variations
Color information
#826B7E (or 0x826B7E) is known color: Old Lavender. HEX triplet: 82, 6B and 7E. RGB value is (130,107,126). Sum of RGB (Red+Green+Blue) = 130+107+126=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B7E is #7D9481. Grayscale: #737373. Windows color (decimal): -8230018 or 8285058. OLE color: 8285058.
HSL color Cylindrical-coordinate representation of color #826B7E: hue angle of 310.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826B7E is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 126 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.49 |
| HSL | 310.43º | 0.1% | 0.46% | - |
| HSV(B) | 310.43º | 0.18% | 0.51% | - |
| XYZ | 18.23 | 16.77 | 22.01 | - |
| YUV | 116.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 126 | 0 | 0.18 | 0.03 | 0.49 | 310.43 | 0.1 | 0.46 |
| Hex | 82 | 6B | 7E | 0 | 12 | 3 | 31 | 136 | A | 2E |
| Octal | 202 | 153 | 176 | 0 | 22 | 3 | 61 | 466 | 12 | 56 |
| Binary | 10000010 | 1101011 | 1111110 | 0 | 10010 | 11 | 110001 | 100110110 | 1010 | 101110 |
Color Harmonies of #826B7E
Complementary color
Monochromatic Colors of #826B7E
Black with #826B7E
Text Example
Text Example
White with #826B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B7E; }
p { color: rgb(130,107,126); }
H1.HeaderClassName
{
color: #826B7E;
}
.AnyTagClassName
{
color: #826B7E;
}
</style>
background-color css
<style>
a { background-color: #826B7E; }
a { background-color: rgb(130,107,126); }
div.DivClassName
{
background-color: #826B7E;
}
.BgClassName
{
background-color: #826B7E;
}
</style>
border-color css
<style>
span { border-color: #826B7E; }
span { border-color: rgb(130,107,126); }
td.TdClassName
{
border-color: #826B7E;
}
.TagClassName
{
border-color: #826B7E;
}
</style>