Shades of True V #977ECF
Tints of True V #977ECF
RGB
CMYK
RGB Variations
Color information
#977ECF (or 0x977ECF) is known color: True V. HEX triplet: 97, 7E and CF. RGB value is (151,126,207). Sum of RGB (Red+Green+Blue) = 151+126+207=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #977ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECF is #688130. Grayscale: #8E8E8E. Windows color (decimal): -6848817 or 13598359. OLE color: 13598359.
HSL color Cylindrical-coordinate representation of color #977ECF: hue angle of 258.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977ECF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 126 | 207 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.19 |
| HSL | 258.52º | 0.46% | 0.65% | - |
| HSV(B) | 258.52º | 0.39% | 0.81% | - |
| XYZ | 31.49 | 26.01 | 62.39 | - |
| YUV | 142.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 207 | 0.27 | 0.39 | 0 | 0.19 | 258.52 | 0.46 | 0.65 |
| Hex | 97 | 7E | CF | 1B | 27 | 0 | 13 | 103 | 2E | 41 |
| Octal | 227 | 176 | 317 | 33 | 47 | 0 | 23 | 403 | 56 | 101 |
| Binary | 10010111 | 1111110 | 11001111 | 11011 | 100111 | 0 | 10011 | 100000011 | 101110 | 1000001 |
Color Harmonies of #977ECF
Complementary color
Monochromatic Colors of #977ECF
Black with #977ECF
Text Example
Text Example
White with #977ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ECF; }
p { color: rgb(151,126,207); }
H1.HeaderClassName
{
color: #977ECF;
}
.AnyTagClassName
{
color: #977ECF;
}
</style>
background-color css
<style>
a { background-color: #977ECF; }
a { background-color: rgb(151,126,207); }
div.DivClassName
{
background-color: #977ECF;
}
.BgClassName
{
background-color: #977ECF;
}
</style>
border-color css
<style>
span { border-color: #977ECF; }
span { border-color: rgb(151,126,207); }
td.TdClassName
{
border-color: #977ECF;
}
.TagClassName
{
border-color: #977ECF;
}
</style>