Shades of True V #987ACC
Tints of True V #987ACC
RGB
CMYK
RGB Variations
Color information
#987ACC (or 0x987ACC) is known color: True V. HEX triplet: 98, 7A and CC. RGB value is (152,122,204). Sum of RGB (Red+Green+Blue) = 152+122+204=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #987ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ACC is #678533. Grayscale: #8C8C8C. Windows color (decimal): -6784308 or 13400728. OLE color: 13400728.
HSL color Cylindrical-coordinate representation of color #987ACC: hue angle of 261.95º 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 #987ACC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 122 | 204 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.2 |
| HSL | 261.95º | 0.45% | 0.64% | - |
| HSV(B) | 261.95º | 0.4% | 0.8% | - |
| XYZ | 30.81 | 24.95 | 60.32 | - |
| YUV | 140.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 204 | 0.25 | 0.40 | 0 | 0.2 | 261.95 | 0.45 | 0.64 |
| Hex | 98 | 7A | CC | 19 | 28 | 0 | 14 | 106 | 2D | 40 |
| Octal | 230 | 172 | 314 | 31 | 50 | 0 | 24 | 406 | 55 | 100 |
| Binary | 10011000 | 1111010 | 11001100 | 11001 | 101000 | 0 | 10100 | 100000110 | 101101 | 1000000 |
Color Harmonies of #987ACC
Complementary color
Monochromatic Colors of #987ACC
Black with #987ACC
Text Example
Text Example
White with #987ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ACC; }
p { color: rgb(152,122,204); }
H1.HeaderClassName
{
color: #987ACC;
}
.AnyTagClassName
{
color: #987ACC;
}
</style>
background-color css
<style>
a { background-color: #987ACC; }
a { background-color: rgb(152,122,204); }
div.DivClassName
{
background-color: #987ACC;
}
.BgClassName
{
background-color: #987ACC;
}
</style>
border-color css
<style>
span { border-color: #987ACC; }
span { border-color: rgb(152,122,204); }
td.TdClassName
{
border-color: #987ACC;
}
.TagClassName
{
border-color: #987ACC;
}
</style>