Shades of True V #987CCB
Tints of True V #987CCB
RGB
CMYK
RGB Variations
Color information
#987CCB (or 0x987CCB) is known color: True V. HEX triplet: 98, 7C and CB. RGB value is (152,124,203). Sum of RGB (Red+Green+Blue) = 152+124+203=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #987CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCB is #678334. Grayscale: #8D8D8D. Windows color (decimal): -6783797 or 13335704. OLE color: 13335704.
HSL color Cylindrical-coordinate representation of color #987CCB: hue angle of 261.27º 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 #987CCB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 124 | 203 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.20 |
| HSL | 261.27º | 0.43% | 0.64% | - |
| HSV(B) | 261.27º | 0.39% | 0.8% | - |
| XYZ | 30.94 | 25.4 | 59.77 | - |
| YUV | 141.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 203 | 0.25 | 0.39 | 0 | 0.20 | 261.27 | 0.43 | 0.64 |
| Hex | 98 | 7C | CB | 19 | 27 | 0 | 14 | 105 | 2B | 40 |
| Octal | 230 | 174 | 313 | 31 | 47 | 0 | 24 | 405 | 53 | 100 |
| Binary | 10011000 | 1111100 | 11001011 | 11001 | 100111 | 0 | 10100 | 100000101 | 101011 | 1000000 |
Color Harmonies of #987CCB
Complementary color
Monochromatic Colors of #987CCB
Black with #987CCB
Text Example
Text Example
White with #987CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CCB; }
p { color: rgb(152,124,203); }
H1.HeaderClassName
{
color: #987CCB;
}
.AnyTagClassName
{
color: #987CCB;
}
</style>
background-color css
<style>
a { background-color: #987CCB; }
a { background-color: rgb(152,124,203); }
div.DivClassName
{
background-color: #987CCB;
}
.BgClassName
{
background-color: #987CCB;
}
</style>
border-color css
<style>
span { border-color: #987CCB; }
span { border-color: rgb(152,124,203); }
td.TdClassName
{
border-color: #987CCB;
}
.TagClassName
{
border-color: #987CCB;
}
</style>