Shades of True V #977ACB
Tints of True V #977ACB
RGB
CMYK
RGB Variations
Color information
#977ACB (or 0x977ACB) is known color: True V. HEX triplet: 97, 7A and CB. RGB value is (151,122,203). Sum of RGB (Red+Green+Blue) = 151+122+203=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #977ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ACB is #688534. Grayscale: #8B8B8B. Windows color (decimal): -6849845 or 13335191. OLE color: 13335191.
HSL color Cylindrical-coordinate representation of color #977ACB: hue angle of 261.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977ACB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 122 | 203 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.20 |
| HSL | 261.48º | 0.44% | 0.64% | - |
| HSV(B) | 261.48º | 0.4% | 0.8% | - |
| XYZ | 30.5 | 24.81 | 59.68 | - |
| YUV | 139.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 203 | 0.26 | 0.40 | 0 | 0.20 | 261.48 | 0.44 | 0.64 |
| Hex | 97 | 7A | CB | 1A | 28 | 0 | 14 | 105 | 2C | 40 |
| Octal | 227 | 172 | 313 | 32 | 50 | 0 | 24 | 405 | 54 | 100 |
| Binary | 10010111 | 1111010 | 11001011 | 11010 | 101000 | 0 | 10100 | 100000101 | 101100 | 1000000 |
Color Harmonies of #977ACB
Complementary color
Monochromatic Colors of #977ACB
Black with #977ACB
Text Example
Text Example
White with #977ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ACB; }
p { color: rgb(151,122,203); }
H1.HeaderClassName
{
color: #977ACB;
}
.AnyTagClassName
{
color: #977ACB;
}
</style>
background-color css
<style>
a { background-color: #977ACB; }
a { background-color: rgb(151,122,203); }
div.DivClassName
{
background-color: #977ACB;
}
.BgClassName
{
background-color: #977ACB;
}
</style>
border-color css
<style>
span { border-color: #977ACB; }
span { border-color: rgb(151,122,203); }
td.TdClassName
{
border-color: #977ACB;
}
.TagClassName
{
border-color: #977ACB;
}
</style>