Shades of True V #8F78CC
Tints of True V #8F78CC
RGB
CMYK
RGB Variations
Color information
#8F78CC (or 0x8F78CC) is known color: True V. HEX triplet: 8F, 78 and CC. RGB value is (143,120,204). Sum of RGB (Red+Green+Blue) = 143+120+204=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F78CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CC is #708733. Grayscale: #888888. Windows color (decimal): -7374644 or 13400207. OLE color: 13400207.
HSL color Cylindrical-coordinate representation of color #8F78CC: hue angle of 256.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F78CC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 120 | 204 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.2 |
| HSL | 256.43º | 0.45% | 0.64% | - |
| HSV(B) | 256.43º | 0.41% | 0.8% | - |
| XYZ | 28.94 | 23.63 | 60.16 | - |
| YUV | 136.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 204 | 0.30 | 0.41 | 0 | 0.2 | 256.43 | 0.45 | 0.64 |
| Hex | 8F | 78 | CC | 1E | 29 | 0 | 14 | 100 | 2D | 40 |
| Octal | 217 | 170 | 314 | 36 | 51 | 0 | 24 | 400 | 55 | 100 |
| Binary | 10001111 | 1111000 | 11001100 | 11110 | 101001 | 0 | 10100 | 100000000 | 101101 | 1000000 |
Color Harmonies of #8F78CC
Complementary color
Monochromatic Colors of #8F78CC
Black with #8F78CC
Text Example
Text Example
White with #8F78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78CC; }
p { color: rgb(143,120,204); }
H1.HeaderClassName
{
color: #8F78CC;
}
.AnyTagClassName
{
color: #8F78CC;
}
</style>
background-color css
<style>
a { background-color: #8F78CC; }
a { background-color: rgb(143,120,204); }
div.DivClassName
{
background-color: #8F78CC;
}
.BgClassName
{
background-color: #8F78CC;
}
</style>
border-color css
<style>
span { border-color: #8F78CC; }
span { border-color: rgb(143,120,204); }
td.TdClassName
{
border-color: #8F78CC;
}
.TagClassName
{
border-color: #8F78CC;
}
</style>