Shades of True V #977BC9
Tints of True V #977BC9
RGB
CMYK
RGB Variations
Color information
#977BC9 (or 0x977BC9) is known color: True V. HEX triplet: 97, 7B and C9. RGB value is (151,123,201). Sum of RGB (Red+Green+Blue) = 151+123+201=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #977BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BC9 is #688436. Grayscale: #8B8B8B. Windows color (decimal): -6849591 or 13204375. OLE color: 13204375.
HSL color Cylindrical-coordinate representation of color #977BC9: hue angle of 261.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977BC9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 123 | 201 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.21 |
| HSL | 261.54º | 0.42% | 0.64% | - |
| HSV(B) | 261.54º | 0.39% | 0.79% | - |
| XYZ | 30.39 | 24.96 | 58.47 | - |
| YUV | 140.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 201 | 0.25 | 0.39 | 0 | 0.21 | 261.54 | 0.42 | 0.64 |
| Hex | 97 | 7B | C9 | 19 | 27 | 0 | 15 | 106 | 2A | 40 |
| Octal | 227 | 173 | 311 | 31 | 47 | 0 | 25 | 406 | 52 | 100 |
| Binary | 10010111 | 1111011 | 11001001 | 11001 | 100111 | 0 | 10101 | 100000110 | 101010 | 1000000 |
Color Harmonies of #977BC9
Complementary color
Monochromatic Colors of #977BC9
Black with #977BC9
Text Example
Text Example
White with #977BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BC9; }
p { color: rgb(151,123,201); }
H1.HeaderClassName
{
color: #977BC9;
}
.AnyTagClassName
{
color: #977BC9;
}
</style>
background-color css
<style>
a { background-color: #977BC9; }
a { background-color: rgb(151,123,201); }
div.DivClassName
{
background-color: #977BC9;
}
.BgClassName
{
background-color: #977BC9;
}
</style>
border-color css
<style>
span { border-color: #977BC9; }
span { border-color: rgb(151,123,201); }
td.TdClassName
{
border-color: #977BC9;
}
.TagClassName
{
border-color: #977BC9;
}
</style>