Html Css Color HEX #977EBC Purple Mountain's Majesty
📋 copy color: '#977EBC'red 151 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #977EBC
Tints of Purple Mountain's Majesty #977EBC
RGB
CMYK
RGB Variations
Color information
#977EBC (or 0x977EBC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7E and BC. RGB value is (151,126,188). Sum of RGB (Red+Green+Blue) = 151+126+188=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #977EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EBC is #688143. Grayscale: #8C8C8C. Windows color (decimal): -6848836 or 12353175. OLE color: 12353175.
HSL color Cylindrical-coordinate representation of color #977EBC: hue angle of 264.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977EBC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 126 | 188 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.26 |
| HSL | 264.19º | 0.32% | 0.62% | - |
| HSV(B) | 264.19º | 0.33% | 0.74% | - |
| XYZ | 29.3 | 25.13 | 50.88 | - |
| YUV | 140.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 188 | 0.20 | 0.33 | 0 | 0.26 | 264.19 | 0.32 | 0.62 |
| Hex | 97 | 7E | BC | 14 | 21 | 0 | 1A | 108 | 20 | 3E |
| Octal | 227 | 176 | 274 | 24 | 41 | 0 | 32 | 410 | 40 | 76 |
| Binary | 10010111 | 1111110 | 10111100 | 10100 | 100001 | 0 | 11010 | 100001000 | 100000 | 111110 |
Color Harmonies of #977EBC
Complementary color
Monochromatic Colors of #977EBC
Black with #977EBC
Text Example
Text Example
White with #977EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EBC; }
p { color: rgb(151,126,188); }
H1.HeaderClassName
{
color: #977EBC;
}
.AnyTagClassName
{
color: #977EBC;
}
</style>
background-color css
<style>
a { background-color: #977EBC; }
a { background-color: rgb(151,126,188); }
div.DivClassName
{
background-color: #977EBC;
}
.BgClassName
{
background-color: #977EBC;
}
</style>
border-color css
<style>
span { border-color: #977EBC; }
span { border-color: rgb(151,126,188); }
td.TdClassName
{
border-color: #977EBC;
}
.TagClassName
{
border-color: #977EBC;
}
</style>