Shades of True V #987ECB
Tints of True V #987ECB
RGB
CMYK
RGB Variations
Color information
#987ECB (or 0x987ECB) is known color: True V. HEX triplet: 98, 7E and CB. RGB value is (152,126,203). Sum of RGB (Red+Green+Blue) = 152+126+203=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #987ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECB is #678134. Grayscale: #8E8E8E. Windows color (decimal): -6783285 or 13336216. OLE color: 13336216.
HSL color Cylindrical-coordinate representation of color #987ECB: hue angle of 260.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #987ECB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 126 | 203 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.20 |
| HSL | 260.26º | 0.43% | 0.65% | - |
| HSV(B) | 260.26º | 0.38% | 0.8% | - |
| XYZ | 31.19 | 25.91 | 59.86 | - |
| YUV | 142.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 203 | 0.25 | 0.38 | 0 | 0.20 | 260.26 | 0.43 | 0.65 |
| Hex | 98 | 7E | CB | 19 | 26 | 0 | 14 | 104 | 2B | 41 |
| Octal | 230 | 176 | 313 | 31 | 46 | 0 | 24 | 404 | 53 | 101 |
| Binary | 10011000 | 1111110 | 11001011 | 11001 | 100110 | 0 | 10100 | 100000100 | 101011 | 1000001 |
Color Harmonies of #987ECB
Complementary color
Monochromatic Colors of #987ECB
Black with #987ECB
Text Example
Text Example
White with #987ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ECB; }
p { color: rgb(152,126,203); }
H1.HeaderClassName
{
color: #987ECB;
}
.AnyTagClassName
{
color: #987ECB;
}
</style>
background-color css
<style>
a { background-color: #987ECB; }
a { background-color: rgb(152,126,203); }
div.DivClassName
{
background-color: #987ECB;
}
.BgClassName
{
background-color: #987ECB;
}
</style>
border-color css
<style>
span { border-color: #987ECB; }
span { border-color: rgb(152,126,203); }
td.TdClassName
{
border-color: #987ECB;
}
.TagClassName
{
border-color: #987ECB;
}
</style>