Shades of True V #977BCB
Tints of True V #977BCB
RGB
CMYK
RGB Variations
Color information
#977BCB (or 0x977BCB) is known color: True V. HEX triplet: 97, 7B and CB. RGB value is (151,123,203). Sum of RGB (Red+Green+Blue) = 151+123+203=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #977BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BCB is #688434. Grayscale: #8C8C8C. Windows color (decimal): -6849589 or 13335447. OLE color: 13335447.
HSL color Cylindrical-coordinate representation of color #977BCB: hue angle of 261º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977BCB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 123 | 203 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.20 |
| HSL | 261º | 0.43% | 0.64% | - |
| HSV(B) | 261º | 0.39% | 0.8% | - |
| XYZ | 30.62 | 25.06 | 59.72 | - |
| YUV | 140.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 203 | 0.26 | 0.39 | 0 | 0.20 | 261 | 0.43 | 0.64 |
| Hex | 97 | 7B | CB | 1A | 27 | 0 | 14 | 105 | 2B | 40 |
| Octal | 227 | 173 | 313 | 32 | 47 | 0 | 24 | 405 | 53 | 100 |
| Binary | 10010111 | 1111011 | 11001011 | 11010 | 100111 | 0 | 10100 | 100000101 | 101011 | 1000000 |
Color Harmonies of #977BCB
Complementary color
Monochromatic Colors of #977BCB
Black with #977BCB
Text Example
Text Example
White with #977BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BCB; }
p { color: rgb(151,123,203); }
H1.HeaderClassName
{
color: #977BCB;
}
.AnyTagClassName
{
color: #977BCB;
}
</style>
background-color css
<style>
a { background-color: #977BCB; }
a { background-color: rgb(151,123,203); }
div.DivClassName
{
background-color: #977BCB;
}
.BgClassName
{
background-color: #977BCB;
}
</style>
border-color css
<style>
span { border-color: #977BCB; }
span { border-color: rgb(151,123,203); }
td.TdClassName
{
border-color: #977BCB;
}
.TagClassName
{
border-color: #977BCB;
}
</style>