Shades of True V #977CCD
Tints of True V #977CCD
RGB
CMYK
RGB Variations
Color information
#977CCD (or 0x977CCD) is known color: True V. HEX triplet: 97, 7C and CD. RGB value is (151,124,205). Sum of RGB (Red+Green+Blue) = 151+124+205=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #977CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCD is #688332. Grayscale: #8D8D8D. Windows color (decimal): -6849331 or 13466775. OLE color: 13466775.
HSL color Cylindrical-coordinate representation of color #977CCD: hue angle of 260º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977CCD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 124 | 205 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.20 |
| HSL | 260º | 0.45% | 0.65% | - |
| HSV(B) | 260º | 0.4% | 0.8% | - |
| XYZ | 30.99 | 25.4 | 61.03 | - |
| YUV | 141.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 205 | 0.26 | 0.40 | 0 | 0.20 | 260 | 0.45 | 0.65 |
| Hex | 97 | 7C | CD | 1A | 28 | 0 | 14 | 104 | 2D | 41 |
| Octal | 227 | 174 | 315 | 32 | 50 | 0 | 24 | 404 | 55 | 101 |
| Binary | 10010111 | 1111100 | 11001101 | 11010 | 101000 | 0 | 10100 | 100000100 | 101101 | 1000001 |
Color Harmonies of #977CCD
Complementary color
Monochromatic Colors of #977CCD
Black with #977CCD
Text Example
Text Example
White with #977CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CCD; }
p { color: rgb(151,124,205); }
H1.HeaderClassName
{
color: #977CCD;
}
.AnyTagClassName
{
color: #977CCD;
}
</style>
background-color css
<style>
a { background-color: #977CCD; }
a { background-color: rgb(151,124,205); }
div.DivClassName
{
background-color: #977CCD;
}
.BgClassName
{
background-color: #977CCD;
}
</style>
border-color css
<style>
span { border-color: #977CCD; }
span { border-color: rgb(151,124,205); }
td.TdClassName
{
border-color: #977CCD;
}
.TagClassName
{
border-color: #977CCD;
}
</style>