Shades of True V #8F78BE
Tints of True V #8F78BE
RGB
CMYK
RGB Variations
Color information
#8F78BE (or 0x8F78BE) is known color: True V. HEX triplet: 8F, 78 and BE. RGB value is (143,120,190). Sum of RGB (Red+Green+Blue) = 143+120+190=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78BE is #708741. Grayscale: #868686. Windows color (decimal): -7374658 or 12482703. OLE color: 12482703.
HSL color Cylindrical-coordinate representation of color #8F78BE: hue angle of 259.71º 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 #8F78BE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 120 | 190 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.25 |
| HSL | 259.71º | 0.35% | 0.61% | - |
| HSV(B) | 259.71º | 0.37% | 0.75% | - |
| XYZ | 27.34 | 22.99 | 51.71 | - |
| YUV | 134.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 190 | 0.25 | 0.37 | 0 | 0.25 | 259.71 | 0.35 | 0.61 |
| Hex | 8F | 78 | BE | 19 | 25 | 0 | 19 | 104 | 23 | 3D |
| Octal | 217 | 170 | 276 | 31 | 45 | 0 | 31 | 404 | 43 | 75 |
| Binary | 10001111 | 1111000 | 10111110 | 11001 | 100101 | 0 | 11001 | 100000100 | 100011 | 111101 |
Color Harmonies of #8F78BE
Complementary color
Monochromatic Colors of #8F78BE
Black with #8F78BE
Text Example
Text Example
White with #8F78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78BE; }
p { color: rgb(143,120,190); }
H1.HeaderClassName
{
color: #8F78BE;
}
.AnyTagClassName
{
color: #8F78BE;
}
</style>
background-color css
<style>
a { background-color: #8F78BE; }
a { background-color: rgb(143,120,190); }
div.DivClassName
{
background-color: #8F78BE;
}
.BgClassName
{
background-color: #8F78BE;
}
</style>
border-color css
<style>
span { border-color: #8F78BE; }
span { border-color: rgb(143,120,190); }
td.TdClassName
{
border-color: #8F78BE;
}
.TagClassName
{
border-color: #8F78BE;
}
</style>