Shades of True V #8F78BF
Tints of True V #8F78BF
RGB
CMYK
RGB Variations
Color information
#8F78BF (or 0x8F78BF) is known color: True V. HEX triplet: 8F, 78 and BF. RGB value is (143,120,191). Sum of RGB (Red+Green+Blue) = 143+120+191=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F78BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78BF is #708740. Grayscale: #868686. Windows color (decimal): -7374657 or 12548239. OLE color: 12548239.
HSL color Cylindrical-coordinate representation of color #8F78BF: hue angle of 259.44º degrees, saturation: 0.36, 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 #8F78BF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 120 | 191 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.25 |
| HSL | 259.44º | 0.36% | 0.61% | - |
| HSV(B) | 259.44º | 0.37% | 0.75% | - |
| XYZ | 27.45 | 23.03 | 52.29 | - |
| YUV | 134.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 191 | 0.25 | 0.37 | 0 | 0.25 | 259.44 | 0.36 | 0.61 |
| Hex | 8F | 78 | BF | 19 | 25 | 0 | 19 | 103 | 24 | 3D |
| Octal | 217 | 170 | 277 | 31 | 45 | 0 | 31 | 403 | 44 | 75 |
| Binary | 10001111 | 1111000 | 10111111 | 11001 | 100101 | 0 | 11001 | 100000011 | 100100 | 111101 |
Color Harmonies of #8F78BF
Complementary color
Monochromatic Colors of #8F78BF
Black with #8F78BF
Text Example
Text Example
White with #8F78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78BF; }
p { color: rgb(143,120,191); }
H1.HeaderClassName
{
color: #8F78BF;
}
.AnyTagClassName
{
color: #8F78BF;
}
</style>
background-color css
<style>
a { background-color: #8F78BF; }
a { background-color: rgb(143,120,191); }
div.DivClassName
{
background-color: #8F78BF;
}
.BgClassName
{
background-color: #8F78BF;
}
</style>
border-color css
<style>
span { border-color: #8F78BF; }
span { border-color: rgb(143,120,191); }
td.TdClassName
{
border-color: #8F78BF;
}
.TagClassName
{
border-color: #8F78BF;
}
</style>