Shades of True V #8C78D1
Tints of True V #8C78D1
RGB
CMYK
RGB Variations
Color information
#8C78D1 (or 0x8C78D1) is known color: True V. HEX triplet: 8C, 78 and D1. RGB value is (140,120,209). Sum of RGB (Red+Green+Blue) = 140+120+209=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78D1 is #73872E. Grayscale: #878787. Windows color (decimal): -7571247 or 13727884. OLE color: 13727884.
HSL color Cylindrical-coordinate representation of color #8C78D1: hue angle of 253.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C78D1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 120 | 209 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.18 |
| HSL | 253.48º | 0.49% | 0.65% | - |
| HSV(B) | 253.48º | 0.43% | 0.82% | - |
| XYZ | 29.04 | 23.61 | 63.35 | - |
| YUV | 136.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 209 | 0.33 | 0.43 | 0 | 0.18 | 253.48 | 0.49 | 0.65 |
| Hex | 8C | 78 | D1 | 21 | 2B | 0 | 12 | FD | 31 | 41 |
| Octal | 214 | 170 | 321 | 41 | 53 | 0 | 22 | 375 | 61 | 101 |
| Binary | 10001100 | 1111000 | 11010001 | 100001 | 101011 | 0 | 10010 | 11111101 | 110001 | 1000001 |
Color Harmonies of #8C78D1
Complementary color
Monochromatic Colors of #8C78D1
Black with #8C78D1
Text Example
Text Example
White with #8C78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78D1; }
p { color: rgb(140,120,209); }
H1.HeaderClassName
{
color: #8C78D1;
}
.AnyTagClassName
{
color: #8C78D1;
}
</style>
background-color css
<style>
a { background-color: #8C78D1; }
a { background-color: rgb(140,120,209); }
div.DivClassName
{
background-color: #8C78D1;
}
.BgClassName
{
background-color: #8C78D1;
}
</style>
border-color css
<style>
span { border-color: #8C78D1; }
span { border-color: rgb(140,120,209); }
td.TdClassName
{
border-color: #8C78D1;
}
.TagClassName
{
border-color: #8C78D1;
}
</style>