Shades of Lilac Bush #977BC4
Tints of Lilac Bush #977BC4
RGB
CMYK
RGB Variations
Color information
#977BC4 (or 0x977BC4) is known color: Lilac Bush. HEX triplet: 97, 7B and C4. RGB value is (151,123,196). Sum of RGB (Red+Green+Blue) = 151+123+196=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #977BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BC4 is #68843B. Grayscale: #8B8B8B. Windows color (decimal): -6849596 or 12876695. OLE color: 12876695.
HSL color Cylindrical-coordinate representation of color #977BC4: hue angle of 263.01º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977BC4 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 123 | 196 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.23 |
| HSL | 263.01º | 0.38% | 0.63% | - |
| HSV(B) | 263.01º | 0.37% | 0.77% | - |
| XYZ | 29.81 | 24.73 | 55.43 | - |
| YUV | 139.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 196 | 0.23 | 0.37 | 0 | 0.23 | 263.01 | 0.38 | 0.63 |
| Hex | 97 | 7B | C4 | 17 | 25 | 0 | 17 | 107 | 26 | 3F |
| Octal | 227 | 173 | 304 | 27 | 45 | 0 | 27 | 407 | 46 | 77 |
| Binary | 10010111 | 1111011 | 11000100 | 10111 | 100101 | 0 | 10111 | 100000111 | 100110 | 111111 |
Color Harmonies of #977BC4
Complementary color
Monochromatic Colors of #977BC4
Black with #977BC4
Text Example
Text Example
White with #977BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BC4; }
p { color: rgb(151,123,196); }
H1.HeaderClassName
{
color: #977BC4;
}
.AnyTagClassName
{
color: #977BC4;
}
</style>
background-color css
<style>
a { background-color: #977BC4; }
a { background-color: rgb(151,123,196); }
div.DivClassName
{
background-color: #977BC4;
}
.BgClassName
{
background-color: #977BC4;
}
</style>
border-color css
<style>
span { border-color: #977BC4; }
span { border-color: rgb(151,123,196); }
td.TdClassName
{
border-color: #977BC4;
}
.TagClassName
{
border-color: #977BC4;
}
</style>