Shades of True V #987ECE
Tints of True V #987ECE
RGB
CMYK
RGB Variations
Color information
#987ECE (or 0x987ECE) is known color: True V. HEX triplet: 98, 7E and CE. RGB value is (152,126,206). Sum of RGB (Red+Green+Blue) = 152+126+206=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #987ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECE is #678131. Grayscale: #8E8E8E. Windows color (decimal): -6783282 or 13532824. OLE color: 13532824.
HSL color Cylindrical-coordinate representation of color #987ECE: hue angle of 259.5º degrees, saturation: 0.45, 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 #987ECE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 126 | 206 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.19 |
| HSL | 259.5º | 0.45% | 0.65% | - |
| HSV(B) | 259.5º | 0.39% | 0.81% | - |
| XYZ | 31.55 | 26.05 | 61.76 | - |
| YUV | 142.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 206 | 0.26 | 0.39 | 0 | 0.19 | 259.5 | 0.45 | 0.65 |
| Hex | 98 | 7E | CE | 1A | 27 | 0 | 13 | 104 | 2D | 41 |
| Octal | 230 | 176 | 316 | 32 | 47 | 0 | 23 | 404 | 55 | 101 |
| Binary | 10011000 | 1111110 | 11001110 | 11010 | 100111 | 0 | 10011 | 100000100 | 101101 | 1000001 |
Color Harmonies of #987ECE
Complementary color
Monochromatic Colors of #987ECE
Black with #987ECE
Text Example
Text Example
White with #987ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ECE; }
p { color: rgb(152,126,206); }
H1.HeaderClassName
{
color: #987ECE;
}
.AnyTagClassName
{
color: #987ECE;
}
</style>
background-color css
<style>
a { background-color: #987ECE; }
a { background-color: rgb(152,126,206); }
div.DivClassName
{
background-color: #987ECE;
}
.BgClassName
{
background-color: #987ECE;
}
</style>
border-color css
<style>
span { border-color: #987ECE; }
span { border-color: rgb(152,126,206); }
td.TdClassName
{
border-color: #987ECE;
}
.TagClassName
{
border-color: #987ECE;
}
</style>