Shades of True V #8D78BE
Tints of True V #8D78BE
RGB
CMYK
RGB Variations
Color information
#8D78BE (or 0x8D78BE) is known color: True V. HEX triplet: 8D, 78 and BE. RGB value is (141,120,190). Sum of RGB (Red+Green+Blue) = 141+120+190=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78BE is #728741. Grayscale: #868686. Windows color (decimal): -7505730 or 12482701. OLE color: 12482701.
HSL color Cylindrical-coordinate representation of color #8D78BE: hue angle of 258º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D78BE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 120 | 190 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.25 |
| HSL | 258º | 0.35% | 0.61% | - |
| HSV(B) | 258º | 0.37% | 0.75% | - |
| XYZ | 27 | 22.81 | 51.7 | - |
| YUV | 134.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 190 | 0.26 | 0.37 | 0 | 0.25 | 258 | 0.35 | 0.61 |
| Hex | 8D | 78 | BE | 1A | 25 | 0 | 19 | 102 | 23 | 3D |
| Octal | 215 | 170 | 276 | 32 | 45 | 0 | 31 | 402 | 43 | 75 |
| Binary | 10001101 | 1111000 | 10111110 | 11010 | 100101 | 0 | 11001 | 100000010 | 100011 | 111101 |
Color Harmonies of #8D78BE
Complementary color
Monochromatic Colors of #8D78BE
Black with #8D78BE
Text Example
Text Example
White with #8D78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78BE; }
p { color: rgb(141,120,190); }
H1.HeaderClassName
{
color: #8D78BE;
}
.AnyTagClassName
{
color: #8D78BE;
}
</style>
background-color css
<style>
a { background-color: #8D78BE; }
a { background-color: rgb(141,120,190); }
div.DivClassName
{
background-color: #8D78BE;
}
.BgClassName
{
background-color: #8D78BE;
}
</style>
border-color css
<style>
span { border-color: #8D78BE; }
span { border-color: rgb(141,120,190); }
td.TdClassName
{
border-color: #8D78BE;
}
.TagClassName
{
border-color: #8D78BE;
}
</style>