Shades of True V #8F78CD
Tints of True V #8F78CD
RGB
CMYK
RGB Variations
Color information
#8F78CD (or 0x8F78CD) is known color: True V. HEX triplet: 8F, 78 and CD. RGB value is (143,120,205). Sum of RGB (Red+Green+Blue) = 143+120+205=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F78CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CD is #708732. Grayscale: #888888. Windows color (decimal): -7374643 or 13465743. OLE color: 13465743.
HSL color Cylindrical-coordinate representation of color #8F78CD: hue angle of 256.24º degrees, saturation: 0.46, 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 #8F78CD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 120 | 205 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.20 |
| HSL | 256.24º | 0.46% | 0.64% | - |
| HSV(B) | 256.24º | 0.41% | 0.8% | - |
| XYZ | 29.06 | 23.68 | 60.8 | - |
| YUV | 136.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 205 | 0.30 | 0.41 | 0 | 0.20 | 256.24 | 0.46 | 0.64 |
| Hex | 8F | 78 | CD | 1E | 29 | 0 | 14 | 100 | 2E | 40 |
| Octal | 217 | 170 | 315 | 36 | 51 | 0 | 24 | 400 | 56 | 100 |
| Binary | 10001111 | 1111000 | 11001101 | 11110 | 101001 | 0 | 10100 | 100000000 | 101110 | 1000000 |
Color Harmonies of #8F78CD
Complementary color
Monochromatic Colors of #8F78CD
Black with #8F78CD
Text Example
Text Example
White with #8F78CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78CD; }
p { color: rgb(143,120,205); }
H1.HeaderClassName
{
color: #8F78CD;
}
.AnyTagClassName
{
color: #8F78CD;
}
</style>
background-color css
<style>
a { background-color: #8F78CD; }
a { background-color: rgb(143,120,205); }
div.DivClassName
{
background-color: #8F78CD;
}
.BgClassName
{
background-color: #8F78CD;
}
</style>
border-color css
<style>
span { border-color: #8F78CD; }
span { border-color: rgb(143,120,205); }
td.TdClassName
{
border-color: #8F78CD;
}
.TagClassName
{
border-color: #8F78CD;
}
</style>