Shades of Old Lavender #8B788B
Tints of Old Lavender #8B788B
RGB
CMYK
RGB Variations
Color information
#8B788B (or 0x8B788B) is known color: Old Lavender. HEX triplet: 8B, 78 and 8B. RGB value is (139,120,139). Sum of RGB (Red+Green+Blue) = 139+120+139=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B788B is #748774. Grayscale: #7F7F7F. Windows color (decimal): -7636853 or 9140363. OLE color: 9140363.
HSL color Cylindrical-coordinate representation of color #8B788B: hue angle of 300º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B788B is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 139 | - |
| CMYK | 0 | 0.14 | 0 | 0.45 |
| HSL | 300º | 0.08% | 0.51% | - |
| HSV(B) | 300º | 0.14% | 0.55% | - |
| XYZ | 22.02 | 20.79 | 27.28 | - |
| YUV | 127.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 139 | 0 | 0.14 | 0 | 0.45 | 300 | 0.08 | 0.51 |
| Hex | 8B | 78 | 8B | 0 | E | 0 | 2D | 12C | 8 | 33 |
| Octal | 213 | 170 | 213 | 0 | 16 | 0 | 55 | 454 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10001011 | 0 | 1110 | 0 | 101101 | 100101100 | 1000 | 110011 |
Color Harmonies of #8B788B
Complementary color
Monochromatic Colors of #8B788B
Black with #8B788B
Text Example
Text Example
White with #8B788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B788B; }
p { color: rgb(139,120,139); }
H1.HeaderClassName
{
color: #8B788B;
}
.AnyTagClassName
{
color: #8B788B;
}
</style>
background-color css
<style>
a { background-color: #8B788B; }
a { background-color: rgb(139,120,139); }
div.DivClassName
{
background-color: #8B788B;
}
.BgClassName
{
background-color: #8B788B;
}
</style>
border-color css
<style>
span { border-color: #8B788B; }
span { border-color: rgb(139,120,139); }
td.TdClassName
{
border-color: #8B788B;
}
.TagClassName
{
border-color: #8B788B;
}
</style>