Shades of True V #977CCF
Tints of True V #977CCF
RGB
CMYK
RGB Variations
Color information
#977CCF (or 0x977CCF) is known color: True V. HEX triplet: 97, 7C and CF. RGB value is (151,124,207). Sum of RGB (Red+Green+Blue) = 151+124+207=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #977CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCF is #688330. Grayscale: #8D8D8D. Windows color (decimal): -6849329 or 13597847. OLE color: 13597847.
HSL color Cylindrical-coordinate representation of color #977CCF: hue angle of 259.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977CCF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 124 | 207 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.19 |
| HSL | 259.52º | 0.46% | 0.65% | - |
| HSV(B) | 259.52º | 0.4% | 0.81% | - |
| XYZ | 31.23 | 25.5 | 62.31 | - |
| YUV | 141.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 207 | 0.27 | 0.40 | 0 | 0.19 | 259.52 | 0.46 | 0.65 |
| Hex | 97 | 7C | CF | 1B | 28 | 0 | 13 | 104 | 2E | 41 |
| Octal | 227 | 174 | 317 | 33 | 50 | 0 | 23 | 404 | 56 | 101 |
| Binary | 10010111 | 1111100 | 11001111 | 11011 | 101000 | 0 | 10011 | 100000100 | 101110 | 1000001 |
Color Harmonies of #977CCF
Complementary color
Monochromatic Colors of #977CCF
Black with #977CCF
Text Example
Text Example
White with #977CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CCF; }
p { color: rgb(151,124,207); }
H1.HeaderClassName
{
color: #977CCF;
}
.AnyTagClassName
{
color: #977CCF;
}
</style>
background-color css
<style>
a { background-color: #977CCF; }
a { background-color: rgb(151,124,207); }
div.DivClassName
{
background-color: #977CCF;
}
.BgClassName
{
background-color: #977CCF;
}
</style>
border-color css
<style>
span { border-color: #977CCF; }
span { border-color: rgb(151,124,207); }
td.TdClassName
{
border-color: #977CCF;
}
.TagClassName
{
border-color: #977CCF;
}
</style>