Shades of True V #987ACD
Tints of True V #987ACD
RGB
CMYK
RGB Variations
Color information
#987ACD (or 0x987ACD) is known color: True V. HEX triplet: 98, 7A and CD. RGB value is (152,122,205). Sum of RGB (Red+Green+Blue) = 152+122+205=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #987ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ACD is #678532. Grayscale: #8C8C8C. Windows color (decimal): -6784307 or 13466264. OLE color: 13466264.
HSL color Cylindrical-coordinate representation of color #987ACD: hue angle of 261.69º 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 #987ACD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 122 | 205 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.20 |
| HSL | 261.69º | 0.45% | 0.64% | - |
| HSV(B) | 261.69º | 0.4% | 0.8% | - |
| XYZ | 30.93 | 25 | 60.95 | - |
| YUV | 140.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 205 | 0.26 | 0.40 | 0 | 0.20 | 261.69 | 0.45 | 0.64 |
| Hex | 98 | 7A | CD | 1A | 28 | 0 | 14 | 106 | 2D | 40 |
| Octal | 230 | 172 | 315 | 32 | 50 | 0 | 24 | 406 | 55 | 100 |
| Binary | 10011000 | 1111010 | 11001101 | 11010 | 101000 | 0 | 10100 | 100000110 | 101101 | 1000000 |
Color Harmonies of #987ACD
Complementary color
Monochromatic Colors of #987ACD
Black with #987ACD
Text Example
Text Example
White with #987ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ACD; }
p { color: rgb(152,122,205); }
H1.HeaderClassName
{
color: #987ACD;
}
.AnyTagClassName
{
color: #987ACD;
}
</style>
background-color css
<style>
a { background-color: #987ACD; }
a { background-color: rgb(152,122,205); }
div.DivClassName
{
background-color: #987ACD;
}
.BgClassName
{
background-color: #987ACD;
}
</style>
border-color css
<style>
span { border-color: #987ACD; }
span { border-color: rgb(152,122,205); }
td.TdClassName
{
border-color: #987ACD;
}
.TagClassName
{
border-color: #987ACD;
}
</style>