Shades of True V #987FCE
Tints of True V #987FCE
RGB
CMYK
RGB Variations
Color information
#987FCE (or 0x987FCE) is known color: True V. HEX triplet: 98, 7F and CE. RGB value is (152,127,206). Sum of RGB (Red+Green+Blue) = 152+127+206=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #987FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCE is #678031. Grayscale: #8F8F8F. Windows color (decimal): -6783026 or 13533080. OLE color: 13533080.
HSL color Cylindrical-coordinate representation of color #987FCE: hue angle of 258.99º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #987FCE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 127 | 206 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.19 |
| HSL | 258.99º | 0.45% | 0.65% | - |
| HSV(B) | 258.99º | 0.38% | 0.81% | - |
| XYZ | 31.68 | 26.31 | 61.8 | - |
| YUV | 143.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 206 | 0.26 | 0.38 | 0 | 0.19 | 258.99 | 0.45 | 0.65 |
| Hex | 98 | 7F | CE | 1A | 26 | 0 | 13 | 103 | 2D | 41 |
| Octal | 230 | 177 | 316 | 32 | 46 | 0 | 23 | 403 | 55 | 101 |
| Binary | 10011000 | 1111111 | 11001110 | 11010 | 100110 | 0 | 10011 | 100000011 | 101101 | 1000001 |
Color Harmonies of #987FCE
Complementary color
Monochromatic Colors of #987FCE
Black with #987FCE
Text Example
Text Example
White with #987FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FCE; }
p { color: rgb(152,127,206); }
H1.HeaderClassName
{
color: #987FCE;
}
.AnyTagClassName
{
color: #987FCE;
}
</style>
background-color css
<style>
a { background-color: #987FCE; }
a { background-color: rgb(152,127,206); }
div.DivClassName
{
background-color: #987FCE;
}
.BgClassName
{
background-color: #987FCE;
}
</style>
border-color css
<style>
span { border-color: #987FCE; }
span { border-color: rgb(152,127,206); }
td.TdClassName
{
border-color: #987FCE;
}
.TagClassName
{
border-color: #987FCE;
}
</style>