Shades of True V #977DCC
Tints of True V #977DCC
RGB
CMYK
RGB Variations
Color information
#977DCC (or 0x977DCC) is known color: True V. HEX triplet: 97, 7D and CC. RGB value is (151,125,204). Sum of RGB (Red+Green+Blue) = 151+125+204=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #977DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCC is #688233. Grayscale: #8D8D8D. Windows color (decimal): -6849076 or 13401495. OLE color: 13401495.
HSL color Cylindrical-coordinate representation of color #977DCC: hue angle of 259.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977DCC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 125 | 204 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.2 |
| HSL | 259.75º | 0.44% | 0.65% | - |
| HSV(B) | 259.75º | 0.39% | 0.8% | - |
| XYZ | 31 | 25.61 | 60.44 | - |
| YUV | 141.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 204 | 0.26 | 0.39 | 0 | 0.2 | 259.75 | 0.44 | 0.65 |
| Hex | 97 | 7D | CC | 1A | 27 | 0 | 14 | 104 | 2C | 41 |
| Octal | 227 | 175 | 314 | 32 | 47 | 0 | 24 | 404 | 54 | 101 |
| Binary | 10010111 | 1111101 | 11001100 | 11010 | 100111 | 0 | 10100 | 100000100 | 101100 | 1000001 |
Color Harmonies of #977DCC
Complementary color
Monochromatic Colors of #977DCC
Black with #977DCC
Text Example
Text Example
White with #977DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DCC; }
p { color: rgb(151,125,204); }
H1.HeaderClassName
{
color: #977DCC;
}
.AnyTagClassName
{
color: #977DCC;
}
</style>
background-color css
<style>
a { background-color: #977DCC; }
a { background-color: rgb(151,125,204); }
div.DivClassName
{
background-color: #977DCC;
}
.BgClassName
{
background-color: #977DCC;
}
</style>
border-color css
<style>
span { border-color: #977DCC; }
span { border-color: rgb(151,125,204); }
td.TdClassName
{
border-color: #977DCC;
}
.TagClassName
{
border-color: #977DCC;
}
</style>