Shades of Old Lavender #837485
Tints of Old Lavender #837485
RGB
CMYK
RGB Variations
Color information
#837485 (or 0x837485) is known color: Old Lavender. HEX triplet: 83, 74 and 85. RGB value is (131,116,133). Sum of RGB (Red+Green+Blue) = 131+116+133=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #837485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837485 is #7C8B7A. Grayscale: #7A7A7A. Windows color (decimal): -8162171 or 8746115. OLE color: 8746115.
HSL color Cylindrical-coordinate representation of color #837485: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837485 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 116 | 133 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.48 |
| HSL | 292.94º | 0.07% | 0.49% | - |
| HSV(B) | 292.94º | 0.13% | 0.52% | - |
| XYZ | 19.84 | 19.01 | 24.81 | - |
| YUV | 122.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 133 | 0.02 | 0.13 | 0 | 0.48 | 292.94 | 0.07 | 0.49 |
| Hex | 83 | 74 | 85 | 2 | D | 0 | 30 | 125 | 7 | 31 |
| Octal | 203 | 164 | 205 | 2 | 15 | 0 | 60 | 445 | 7 | 61 |
| Binary | 10000011 | 1110100 | 10000101 | 10 | 1101 | 0 | 110000 | 100100101 | 111 | 110001 |
Color Harmonies of #837485
Complementary color
Monochromatic Colors of #837485
Black with #837485
Text Example
Text Example
White with #837485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837485; }
p { color: rgb(131,116,133); }
H1.HeaderClassName
{
color: #837485;
}
.AnyTagClassName
{
color: #837485;
}
</style>
background-color css
<style>
a { background-color: #837485; }
a { background-color: rgb(131,116,133); }
div.DivClassName
{
background-color: #837485;
}
.BgClassName
{
background-color: #837485;
}
</style>
border-color css
<style>
span { border-color: #837485; }
span { border-color: rgb(131,116,133); }
td.TdClassName
{
border-color: #837485;
}
.TagClassName
{
border-color: #837485;
}
</style>