Shades of True V #987CCA
Tints of True V #987CCA
RGB
CMYK
RGB Variations
Color information
#987CCA (or 0x987CCA) is known color: True V. HEX triplet: 98, 7C and CA. RGB value is (152,124,202). Sum of RGB (Red+Green+Blue) = 152+124+202=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #987CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCA is #678335. Grayscale: #8C8C8C. Windows color (decimal): -6783798 or 13270168. OLE color: 13270168.
HSL color Cylindrical-coordinate representation of color #987CCA: hue angle of 261.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987CCA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 124 | 202 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.21 |
| HSL | 261.54º | 0.42% | 0.64% | - |
| HSV(B) | 261.54º | 0.39% | 0.79% | - |
| XYZ | 30.82 | 25.35 | 59.15 | - |
| YUV | 141.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 202 | 0.25 | 0.39 | 0 | 0.21 | 261.54 | 0.42 | 0.64 |
| Hex | 98 | 7C | CA | 19 | 27 | 0 | 15 | 106 | 2A | 40 |
| Octal | 230 | 174 | 312 | 31 | 47 | 0 | 25 | 406 | 52 | 100 |
| Binary | 10011000 | 1111100 | 11001010 | 11001 | 100111 | 0 | 10101 | 100000110 | 101010 | 1000000 |
Color Harmonies of #987CCA
Complementary color
Monochromatic Colors of #987CCA
Black with #987CCA
Text Example
Text Example
White with #987CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CCA; }
p { color: rgb(152,124,202); }
H1.HeaderClassName
{
color: #987CCA;
}
.AnyTagClassName
{
color: #987CCA;
}
</style>
background-color css
<style>
a { background-color: #987CCA; }
a { background-color: rgb(152,124,202); }
div.DivClassName
{
background-color: #987CCA;
}
.BgClassName
{
background-color: #987CCA;
}
</style>
border-color css
<style>
span { border-color: #987CCA; }
span { border-color: rgb(152,124,202); }
td.TdClassName
{
border-color: #987CCA;
}
.TagClassName
{
border-color: #987CCA;
}
</style>