Shades of True V #987BCD
Tints of True V #987BCD
RGB
CMYK
RGB Variations
Color information
#987BCD (or 0x987BCD) is known color: True V. HEX triplet: 98, 7B and CD. RGB value is (152,123,205). Sum of RGB (Red+Green+Blue) = 152+123+205=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #987BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BCD is #678432. Grayscale: #8C8C8C. Windows color (decimal): -6784051 or 13466520. OLE color: 13466520.
HSL color Cylindrical-coordinate representation of color #987BCD: hue angle of 261.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987BCD is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 123 | 205 | - |
| CMYK | 0.26 | 0.4 | 0 | 0.20 |
| HSL | 261.22º | 0.45% | 0.64% | - |
| HSV(B) | 261.22º | 0.4% | 0.8% | - |
| XYZ | 31.05 | 25.25 | 60.99 | - |
| YUV | 141.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 205 | 0.26 | 0.4 | 0 | 0.20 | 261.22 | 0.45 | 0.64 |
| Hex | 98 | 7B | CD | 1A | 28 | 0 | 14 | 105 | 2D | 40 |
| Octal | 230 | 173 | 315 | 32 | 50 | 0 | 24 | 405 | 55 | 100 |
| Binary | 10011000 | 1111011 | 11001101 | 11010 | 101000 | 0 | 10100 | 100000101 | 101101 | 1000000 |
Color Harmonies of #987BCD
Complementary color
Monochromatic Colors of #987BCD
Black with #987BCD
Text Example
Text Example
White with #987BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BCD; }
p { color: rgb(152,123,205); }
H1.HeaderClassName
{
color: #987BCD;
}
.AnyTagClassName
{
color: #987BCD;
}
</style>
background-color css
<style>
a { background-color: #987BCD; }
a { background-color: rgb(152,123,205); }
div.DivClassName
{
background-color: #987BCD;
}
.BgClassName
{
background-color: #987BCD;
}
</style>
border-color css
<style>
span { border-color: #987BCD; }
span { border-color: rgb(152,123,205); }
td.TdClassName
{
border-color: #987BCD;
}
.TagClassName
{
border-color: #987BCD;
}
</style>