Shades of True V #8F78CE
Tints of True V #8F78CE
RGB
CMYK
RGB Variations
Color information
#8F78CE (or 0x8F78CE) is known color: True V. HEX triplet: 8F, 78 and CE. RGB value is (143,120,206). Sum of RGB (Red+Green+Blue) = 143+120+206=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CE is #708731. Grayscale: #888888. Windows color (decimal): -7374642 or 13531279. OLE color: 13531279.
HSL color Cylindrical-coordinate representation of color #8F78CE: hue angle of 256.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F78CE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 120 | 206 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.19 |
| HSL | 256.05º | 0.47% | 0.64% | - |
| HSV(B) | 256.05º | 0.42% | 0.81% | - |
| XYZ | 29.18 | 23.73 | 61.43 | - |
| YUV | 136.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 206 | 0.31 | 0.42 | 0 | 0.19 | 256.05 | 0.47 | 0.64 |
| Hex | 8F | 78 | CE | 1F | 2A | 0 | 13 | 100 | 2F | 40 |
| Octal | 217 | 170 | 316 | 37 | 52 | 0 | 23 | 400 | 57 | 100 |
| Binary | 10001111 | 1111000 | 11001110 | 11111 | 101010 | 0 | 10011 | 100000000 | 101111 | 1000000 |
Color Harmonies of #8F78CE
Complementary color
Monochromatic Colors of #8F78CE
Black with #8F78CE
Text Example
Text Example
White with #8F78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78CE; }
p { color: rgb(143,120,206); }
H1.HeaderClassName
{
color: #8F78CE;
}
.AnyTagClassName
{
color: #8F78CE;
}
</style>
background-color css
<style>
a { background-color: #8F78CE; }
a { background-color: rgb(143,120,206); }
div.DivClassName
{
background-color: #8F78CE;
}
.BgClassName
{
background-color: #8F78CE;
}
</style>
border-color css
<style>
span { border-color: #8F78CE; }
span { border-color: rgb(143,120,206); }
td.TdClassName
{
border-color: #8F78CE;
}
.TagClassName
{
border-color: #8F78CE;
}
</style>