Shades of True V #987BCC
Tints of True V #987BCC
RGB
CMYK
RGB Variations
Color information
#987BCC (or 0x987BCC) is known color: True V. HEX triplet: 98, 7B and CC. RGB value is (152,123,204). Sum of RGB (Red+Green+Blue) = 152+123+204=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #987BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BCC is #678433. Grayscale: #8C8C8C. Windows color (decimal): -6784052 or 13400984. OLE color: 13400984.
HSL color Cylindrical-coordinate representation of color #987BCC: hue angle of 261.48º degrees, saturation: 0.44, 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 #987BCC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 123 | 204 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.2 |
| HSL | 261.48º | 0.44% | 0.64% | - |
| HSV(B) | 261.48º | 0.4% | 0.8% | - |
| XYZ | 30.93 | 25.2 | 60.36 | - |
| YUV | 140.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 204 | 0.25 | 0.40 | 0 | 0.2 | 261.48 | 0.44 | 0.64 |
| Hex | 98 | 7B | CC | 19 | 28 | 0 | 14 | 105 | 2C | 40 |
| Octal | 230 | 173 | 314 | 31 | 50 | 0 | 24 | 405 | 54 | 100 |
| Binary | 10011000 | 1111011 | 11001100 | 11001 | 101000 | 0 | 10100 | 100000101 | 101100 | 1000000 |
Color Harmonies of #987BCC
Complementary color
Monochromatic Colors of #987BCC
Black with #987BCC
Text Example
Text Example
White with #987BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BCC; }
p { color: rgb(152,123,204); }
H1.HeaderClassName
{
color: #987BCC;
}
.AnyTagClassName
{
color: #987BCC;
}
</style>
background-color css
<style>
a { background-color: #987BCC; }
a { background-color: rgb(152,123,204); }
div.DivClassName
{
background-color: #987BCC;
}
.BgClassName
{
background-color: #987BCC;
}
</style>
border-color css
<style>
span { border-color: #987BCC; }
span { border-color: rgb(152,123,204); }
td.TdClassName
{
border-color: #987BCC;
}
.TagClassName
{
border-color: #987BCC;
}
</style>