Shades of Lilac Bush #977BC5
Tints of Lilac Bush #977BC5
RGB
CMYK
RGB Variations
Color information
#977BC5 (or 0x977BC5) is known color: Lilac Bush. HEX triplet: 97, 7B and C5. RGB value is (151,123,197). Sum of RGB (Red+Green+Blue) = 151+123+197=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #977BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BC5 is #68843A. Grayscale: #8B8B8B. Windows color (decimal): -6849595 or 12942231. OLE color: 12942231.
HSL color Cylindrical-coordinate representation of color #977BC5: hue angle of 262.7º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977BC5 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 123 | 197 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.23 |
| HSL | 262.7º | 0.39% | 0.63% | - |
| HSV(B) | 262.7º | 0.38% | 0.77% | - |
| XYZ | 29.92 | 24.78 | 56.03 | - |
| YUV | 139.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 197 | 0.23 | 0.38 | 0 | 0.23 | 262.7 | 0.39 | 0.63 |
| Hex | 97 | 7B | C5 | 17 | 26 | 0 | 17 | 107 | 27 | 3F |
| Octal | 227 | 173 | 305 | 27 | 46 | 0 | 27 | 407 | 47 | 77 |
| Binary | 10010111 | 1111011 | 11000101 | 10111 | 100110 | 0 | 10111 | 100000111 | 100111 | 111111 |
Color Harmonies of #977BC5
Complementary color
Monochromatic Colors of #977BC5
Black with #977BC5
Text Example
Text Example
White with #977BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BC5; }
p { color: rgb(151,123,197); }
H1.HeaderClassName
{
color: #977BC5;
}
.AnyTagClassName
{
color: #977BC5;
}
</style>
background-color css
<style>
a { background-color: #977BC5; }
a { background-color: rgb(151,123,197); }
div.DivClassName
{
background-color: #977BC5;
}
.BgClassName
{
background-color: #977BC5;
}
</style>
border-color css
<style>
span { border-color: #977BC5; }
span { border-color: rgb(151,123,197); }
td.TdClassName
{
border-color: #977BC5;
}
.TagClassName
{
border-color: #977BC5;
}
</style>