Shades of True V #987ED0
Tints of True V #987ED0
RGB
CMYK
RGB Variations
Color information
#987ED0 (or 0x987ED0) is known color: True V. HEX triplet: 98, 7E and D0. RGB value is (152,126,208). Sum of RGB (Red+Green+Blue) = 152+126+208=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #987ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ED0 is #67812F. Grayscale: #8E8E8E. Windows color (decimal): -6783280 or 13663896. OLE color: 13663896.
HSL color Cylindrical-coordinate representation of color #987ED0: hue angle of 259.02º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987ED0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 126 | 208 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.18 |
| HSL | 259.02º | 0.47% | 0.65% | - |
| HSV(B) | 259.02º | 0.39% | 0.82% | - |
| XYZ | 31.79 | 26.15 | 63.05 | - |
| YUV | 143.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 208 | 0.27 | 0.39 | 0 | 0.18 | 259.02 | 0.47 | 0.65 |
| Hex | 98 | 7E | D0 | 1B | 27 | 0 | 12 | 103 | 2F | 41 |
| Octal | 230 | 176 | 320 | 33 | 47 | 0 | 22 | 403 | 57 | 101 |
| Binary | 10011000 | 1111110 | 11010000 | 11011 | 100111 | 0 | 10010 | 100000011 | 101111 | 1000001 |
Color Harmonies of #987ED0
Complementary color
Monochromatic Colors of #987ED0
Black with #987ED0
Text Example
Text Example
White with #987ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ED0; }
p { color: rgb(152,126,208); }
H1.HeaderClassName
{
color: #987ED0;
}
.AnyTagClassName
{
color: #987ED0;
}
</style>
background-color css
<style>
a { background-color: #987ED0; }
a { background-color: rgb(152,126,208); }
div.DivClassName
{
background-color: #987ED0;
}
.BgClassName
{
background-color: #987ED0;
}
</style>
border-color css
<style>
span { border-color: #987ED0; }
span { border-color: rgb(152,126,208); }
td.TdClassName
{
border-color: #987ED0;
}
.TagClassName
{
border-color: #987ED0;
}
</style>