Shades of True V #987BCF
Tints of True V #987BCF
RGB
CMYK
RGB Variations
Color information
#987BCF (or 0x987BCF) is known color: True V. HEX triplet: 98, 7B and CF. RGB value is (152,123,207). Sum of RGB (Red+Green+Blue) = 152+123+207=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #987BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BCF is #678430. Grayscale: #8C8C8C. Windows color (decimal): -6784049 or 13597592. OLE color: 13597592.
HSL color Cylindrical-coordinate representation of color #987BCF: hue angle of 260.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987BCF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 123 | 207 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.19 |
| HSL | 260.71º | 0.47% | 0.65% | - |
| HSV(B) | 260.71º | 0.41% | 0.81% | - |
| XYZ | 31.29 | 25.35 | 62.27 | - |
| YUV | 141.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 207 | 0.27 | 0.41 | 0 | 0.19 | 260.71 | 0.47 | 0.65 |
| Hex | 98 | 7B | CF | 1B | 29 | 0 | 13 | 105 | 2F | 41 |
| Octal | 230 | 173 | 317 | 33 | 51 | 0 | 23 | 405 | 57 | 101 |
| Binary | 10011000 | 1111011 | 11001111 | 11011 | 101001 | 0 | 10011 | 100000101 | 101111 | 1000001 |
Color Harmonies of #987BCF
Complementary color
Monochromatic Colors of #987BCF
Black with #987BCF
Text Example
Text Example
White with #987BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BCF; }
p { color: rgb(152,123,207); }
H1.HeaderClassName
{
color: #987BCF;
}
.AnyTagClassName
{
color: #987BCF;
}
</style>
background-color css
<style>
a { background-color: #987BCF; }
a { background-color: rgb(152,123,207); }
div.DivClassName
{
background-color: #987BCF;
}
.BgClassName
{
background-color: #987BCF;
}
</style>
border-color css
<style>
span { border-color: #987BCF; }
span { border-color: rgb(152,123,207); }
td.TdClassName
{
border-color: #987BCF;
}
.TagClassName
{
border-color: #987BCF;
}
</style>