Shades of True V #977FCB
Tints of True V #977FCB
RGB
CMYK
RGB Variations
Color information
#977FCB (or 0x977FCB) is known color: True V. HEX triplet: 97, 7F and CB. RGB value is (151,127,203). Sum of RGB (Red+Green+Blue) = 151+127+203=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #977FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCB is #688034. Grayscale: #8E8E8E. Windows color (decimal): -6848565 or 13336471. OLE color: 13336471.
HSL color Cylindrical-coordinate representation of color #977FCB: hue angle of 258.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977FCB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 127 | 203 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.20 |
| HSL | 258.95º | 0.42% | 0.65% | - |
| HSV(B) | 258.95º | 0.37% | 0.8% | - |
| XYZ | 31.13 | 26.07 | 59.89 | - |
| YUV | 142.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 203 | 0.26 | 0.37 | 0 | 0.20 | 258.95 | 0.42 | 0.65 |
| Hex | 97 | 7F | CB | 1A | 25 | 0 | 14 | 103 | 2A | 41 |
| Octal | 227 | 177 | 313 | 32 | 45 | 0 | 24 | 403 | 52 | 101 |
| Binary | 10010111 | 1111111 | 11001011 | 11010 | 100101 | 0 | 10100 | 100000011 | 101010 | 1000001 |
Color Harmonies of #977FCB
Complementary color
Monochromatic Colors of #977FCB
Black with #977FCB
Text Example
Text Example
White with #977FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FCB; }
p { color: rgb(151,127,203); }
H1.HeaderClassName
{
color: #977FCB;
}
.AnyTagClassName
{
color: #977FCB;
}
</style>
background-color css
<style>
a { background-color: #977FCB; }
a { background-color: rgb(151,127,203); }
div.DivClassName
{
background-color: #977FCB;
}
.BgClassName
{
background-color: #977FCB;
}
</style>
border-color css
<style>
span { border-color: #977FCB; }
span { border-color: rgb(151,127,203); }
td.TdClassName
{
border-color: #977FCB;
}
.TagClassName
{
border-color: #977FCB;
}
</style>