Shades of True V #987CD0
Tints of True V #987CD0
RGB
CMYK
RGB Variations
Color information
#987CD0 (or 0x987CD0) is known color: True V. HEX triplet: 98, 7C and D0. RGB value is (152,124,208). Sum of RGB (Red+Green+Blue) = 152+124+208=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #987CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD0 is #67832F. Grayscale: #8D8D8D. Windows color (decimal): -6783792 or 13663384. OLE color: 13663384.
HSL color Cylindrical-coordinate representation of color #987CD0: hue angle of 260º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987CD0 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 124 | 208 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.18 |
| HSL | 260º | 0.47% | 0.65% | - |
| HSV(B) | 260º | 0.4% | 0.82% | - |
| XYZ | 31.54 | 25.64 | 62.96 | - |
| YUV | 141.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 208 | 0.27 | 0.40 | 0 | 0.18 | 260 | 0.47 | 0.65 |
| Hex | 98 | 7C | D0 | 1B | 28 | 0 | 12 | 104 | 2F | 41 |
| Octal | 230 | 174 | 320 | 33 | 50 | 0 | 22 | 404 | 57 | 101 |
| Binary | 10011000 | 1111100 | 11010000 | 11011 | 101000 | 0 | 10010 | 100000100 | 101111 | 1000001 |
Color Harmonies of #987CD0
Complementary color
Monochromatic Colors of #987CD0
Black with #987CD0
Text Example
Text Example
White with #987CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CD0; }
p { color: rgb(152,124,208); }
H1.HeaderClassName
{
color: #987CD0;
}
.AnyTagClassName
{
color: #987CD0;
}
</style>
background-color css
<style>
a { background-color: #987CD0; }
a { background-color: rgb(152,124,208); }
div.DivClassName
{
background-color: #987CD0;
}
.BgClassName
{
background-color: #987CD0;
}
</style>
border-color css
<style>
span { border-color: #987CD0; }
span { border-color: rgb(152,124,208); }
td.TdClassName
{
border-color: #987CD0;
}
.TagClassName
{
border-color: #987CD0;
}
</style>