Shades of True V #8F78BD
Tints of True V #8F78BD
RGB
CMYK
RGB Variations
Color information
#8F78BD (or 0x8F78BD) is known color: True V. HEX triplet: 8F, 78 and BD. RGB value is (143,120,189). Sum of RGB (Red+Green+Blue) = 143+120+189=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78BD is #708742. Grayscale: #868686. Windows color (decimal): -7374659 or 12417167. OLE color: 12417167.
HSL color Cylindrical-coordinate representation of color #8F78BD: hue angle of 260º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F78BD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 120 | 189 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.26 |
| HSL | 260º | 0.34% | 0.61% | - |
| HSV(B) | 260º | 0.37% | 0.74% | - |
| XYZ | 27.23 | 22.95 | 51.14 | - |
| YUV | 134.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 189 | 0.24 | 0.37 | 0 | 0.26 | 260 | 0.34 | 0.61 |
| Hex | 8F | 78 | BD | 18 | 25 | 0 | 1A | 104 | 22 | 3D |
| Octal | 217 | 170 | 275 | 30 | 45 | 0 | 32 | 404 | 42 | 75 |
| Binary | 10001111 | 1111000 | 10111101 | 11000 | 100101 | 0 | 11010 | 100000100 | 100010 | 111101 |
Color Harmonies of #8F78BD
Complementary color
Monochromatic Colors of #8F78BD
Black with #8F78BD
Text Example
Text Example
White with #8F78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78BD; }
p { color: rgb(143,120,189); }
H1.HeaderClassName
{
color: #8F78BD;
}
.AnyTagClassName
{
color: #8F78BD;
}
</style>
background-color css
<style>
a { background-color: #8F78BD; }
a { background-color: rgb(143,120,189); }
div.DivClassName
{
background-color: #8F78BD;
}
.BgClassName
{
background-color: #8F78BD;
}
</style>
border-color css
<style>
span { border-color: #8F78BD; }
span { border-color: rgb(143,120,189); }
td.TdClassName
{
border-color: #8F78BD;
}
.TagClassName
{
border-color: #8F78BD;
}
</style>