Shades of True V #987FD0
Tints of True V #987FD0
RGB
CMYK
RGB Variations
Color information
#987FD0 (or 0x987FD0) is known color: True V. HEX triplet: 98, 7F and D0. RGB value is (152,127,208). Sum of RGB (Red+Green+Blue) = 152+127+208=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #987FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FD0 is #67802F. Grayscale: #8F8F8F. Windows color (decimal): -6783024 or 13664152. OLE color: 13664152.
HSL color Cylindrical-coordinate representation of color #987FD0: hue angle of 258.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987FD0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 127 | 208 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.18 |
| HSL | 258.52º | 0.46% | 0.66% | - |
| HSV(B) | 258.52º | 0.39% | 0.82% | - |
| XYZ | 31.92 | 26.41 | 63.09 | - |
| YUV | 143.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 208 | 0.27 | 0.39 | 0 | 0.18 | 258.52 | 0.46 | 0.66 |
| Hex | 98 | 7F | D0 | 1B | 27 | 0 | 12 | 103 | 2E | 42 |
| Octal | 230 | 177 | 320 | 33 | 47 | 0 | 22 | 403 | 56 | 102 |
| Binary | 10011000 | 1111111 | 11010000 | 11011 | 100111 | 0 | 10010 | 100000011 | 101110 | 1000010 |
Color Harmonies of #987FD0
Complementary color
Monochromatic Colors of #987FD0
Black with #987FD0
Text Example
Text Example
White with #987FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FD0; }
p { color: rgb(152,127,208); }
H1.HeaderClassName
{
color: #987FD0;
}
.AnyTagClassName
{
color: #987FD0;
}
</style>
background-color css
<style>
a { background-color: #987FD0; }
a { background-color: rgb(152,127,208); }
div.DivClassName
{
background-color: #987FD0;
}
.BgClassName
{
background-color: #987FD0;
}
</style>
border-color css
<style>
span { border-color: #987FD0; }
span { border-color: rgb(152,127,208); }
td.TdClassName
{
border-color: #987FD0;
}
.TagClassName
{
border-color: #987FD0;
}
</style>