Shades of True V #977DCF
Tints of True V #977DCF
RGB
CMYK
RGB Variations
Color information
#977DCF (or 0x977DCF) is known color: True V. HEX triplet: 97, 7D and CF. RGB value is (151,125,207). Sum of RGB (Red+Green+Blue) = 151+125+207=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #977DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCF is #688230. Grayscale: #8D8D8D. Windows color (decimal): -6849073 or 13598103. OLE color: 13598103.
HSL color Cylindrical-coordinate representation of color #977DCF: hue angle of 259.02º 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 #977DCF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 125 | 207 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.19 |
| HSL | 259.02º | 0.46% | 0.65% | - |
| HSV(B) | 259.02º | 0.4% | 0.81% | - |
| XYZ | 31.36 | 25.75 | 62.35 | - |
| YUV | 142.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 207 | 0.27 | 0.40 | 0 | 0.19 | 259.02 | 0.46 | 0.65 |
| Hex | 97 | 7D | CF | 1B | 28 | 0 | 13 | 103 | 2E | 41 |
| Octal | 227 | 175 | 317 | 33 | 50 | 0 | 23 | 403 | 56 | 101 |
| Binary | 10010111 | 1111101 | 11001111 | 11011 | 101000 | 0 | 10011 | 100000011 | 101110 | 1000001 |
Color Harmonies of #977DCF
Complementary color
Monochromatic Colors of #977DCF
Black with #977DCF
Text Example
Text Example
White with #977DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DCF; }
p { color: rgb(151,125,207); }
H1.HeaderClassName
{
color: #977DCF;
}
.AnyTagClassName
{
color: #977DCF;
}
</style>
background-color css
<style>
a { background-color: #977DCF; }
a { background-color: rgb(151,125,207); }
div.DivClassName
{
background-color: #977DCF;
}
.BgClassName
{
background-color: #977DCF;
}
</style>
border-color css
<style>
span { border-color: #977DCF; }
span { border-color: rgb(151,125,207); }
td.TdClassName
{
border-color: #977DCF;
}
.TagClassName
{
border-color: #977DCF;
}
</style>