Shades of True V #8C78CD
Tints of True V #8C78CD
RGB
CMYK
RGB Variations
Color information
#8C78CD (or 0x8C78CD) is known color: True V. HEX triplet: 8C, 78 and CD. RGB value is (140,120,205). Sum of RGB (Red+Green+Blue) = 140+120+205=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C78CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78CD is #738732. Grayscale: #878787. Windows color (decimal): -7571251 or 13465740. OLE color: 13465740.
HSL color Cylindrical-coordinate representation of color #8C78CD: hue angle of 254.12º 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 #8C78CD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 120 | 205 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.20 |
| HSL | 254.12º | 0.46% | 0.64% | - |
| HSV(B) | 254.12º | 0.41% | 0.8% | - |
| XYZ | 28.55 | 23.42 | 60.77 | - |
| YUV | 135.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 205 | 0.32 | 0.41 | 0 | 0.20 | 254.12 | 0.46 | 0.64 |
| Hex | 8C | 78 | CD | 20 | 29 | 0 | 14 | FE | 2E | 40 |
| Octal | 214 | 170 | 315 | 40 | 51 | 0 | 24 | 376 | 56 | 100 |
| Binary | 10001100 | 1111000 | 11001101 | 100000 | 101001 | 0 | 10100 | 11111110 | 101110 | 1000000 |
Color Harmonies of #8C78CD
Complementary color
Monochromatic Colors of #8C78CD
Black with #8C78CD
Text Example
Text Example
White with #8C78CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78CD; }
p { color: rgb(140,120,205); }
H1.HeaderClassName
{
color: #8C78CD;
}
.AnyTagClassName
{
color: #8C78CD;
}
</style>
background-color css
<style>
a { background-color: #8C78CD; }
a { background-color: rgb(140,120,205); }
div.DivClassName
{
background-color: #8C78CD;
}
.BgClassName
{
background-color: #8C78CD;
}
</style>
border-color css
<style>
span { border-color: #8C78CD; }
span { border-color: rgb(140,120,205); }
td.TdClassName
{
border-color: #8C78CD;
}
.TagClassName
{
border-color: #8C78CD;
}
</style>