Shades of True V #977ECC
Tints of True V #977ECC
RGB
CMYK
RGB Variations
Color information
#977ECC (or 0x977ECC) is known color: True V. HEX triplet: 97, 7E and CC. RGB value is (151,126,204). Sum of RGB (Red+Green+Blue) = 151+126+204=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #977ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECC is #688133. Grayscale: #8E8E8E. Windows color (decimal): -6848820 or 13401751. OLE color: 13401751.
HSL color Cylindrical-coordinate representation of color #977ECC: hue angle of 259.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977ECC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 126 | 204 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.2 |
| HSL | 259.23º | 0.43% | 0.65% | - |
| HSV(B) | 259.23º | 0.38% | 0.8% | - |
| XYZ | 31.12 | 25.86 | 60.48 | - |
| YUV | 142.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 204 | 0.26 | 0.38 | 0 | 0.2 | 259.23 | 0.43 | 0.65 |
| Hex | 97 | 7E | CC | 1A | 26 | 0 | 14 | 103 | 2B | 41 |
| Octal | 227 | 176 | 314 | 32 | 46 | 0 | 24 | 403 | 53 | 101 |
| Binary | 10010111 | 1111110 | 11001100 | 11010 | 100110 | 0 | 10100 | 100000011 | 101011 | 1000001 |
Color Harmonies of #977ECC
Complementary color
Monochromatic Colors of #977ECC
Black with #977ECC
Text Example
Text Example
White with #977ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ECC; }
p { color: rgb(151,126,204); }
H1.HeaderClassName
{
color: #977ECC;
}
.AnyTagClassName
{
color: #977ECC;
}
</style>
background-color css
<style>
a { background-color: #977ECC; }
a { background-color: rgb(151,126,204); }
div.DivClassName
{
background-color: #977ECC;
}
.BgClassName
{
background-color: #977ECC;
}
</style>
border-color css
<style>
span { border-color: #977ECC; }
span { border-color: rgb(151,126,204); }
td.TdClassName
{
border-color: #977ECC;
}
.TagClassName
{
border-color: #977ECC;
}
</style>