Shades of True V #987ECF
Tints of True V #987ECF
RGB
CMYK
RGB Variations
Color information
#987ECF (or 0x987ECF) is known color: True V. HEX triplet: 98, 7E and CF. RGB value is (152,126,207). Sum of RGB (Red+Green+Blue) = 152+126+207=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #987ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECF is #678130. Grayscale: #8E8E8E. Windows color (decimal): -6783281 or 13598360. OLE color: 13598360.
HSL color Cylindrical-coordinate representation of color #987ECF: hue angle of 259.26º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987ECF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 126 | 207 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.19 |
| HSL | 259.26º | 0.46% | 0.65% | - |
| HSV(B) | 259.26º | 0.39% | 0.81% | - |
| XYZ | 31.67 | 26.1 | 62.4 | - |
| YUV | 143.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 207 | 0.27 | 0.39 | 0 | 0.19 | 259.26 | 0.46 | 0.65 |
| Hex | 98 | 7E | CF | 1B | 27 | 0 | 13 | 103 | 2E | 41 |
| Octal | 230 | 176 | 317 | 33 | 47 | 0 | 23 | 403 | 56 | 101 |
| Binary | 10011000 | 1111110 | 11001111 | 11011 | 100111 | 0 | 10011 | 100000011 | 101110 | 1000001 |
Color Harmonies of #987ECF
Complementary color
Monochromatic Colors of #987ECF
Black with #987ECF
Text Example
Text Example
White with #987ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ECF; }
p { color: rgb(152,126,207); }
H1.HeaderClassName
{
color: #987ECF;
}
.AnyTagClassName
{
color: #987ECF;
}
</style>
background-color css
<style>
a { background-color: #987ECF; }
a { background-color: rgb(152,126,207); }
div.DivClassName
{
background-color: #987ECF;
}
.BgClassName
{
background-color: #987ECF;
}
</style>
border-color css
<style>
span { border-color: #987ECF; }
span { border-color: rgb(152,126,207); }
td.TdClassName
{
border-color: #987ECF;
}
.TagClassName
{
border-color: #987ECF;
}
</style>