Shades of True V #8C78BA
Tints of True V #8C78BA
RGB
CMYK
RGB Variations
Color information
#8C78BA (or 0x8C78BA) is known color: True V. HEX triplet: 8C, 78 and BA. RGB value is (140,120,186). Sum of RGB (Red+Green+Blue) = 140+120+186=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78BA is #738745. Grayscale: #858585. Windows color (decimal): -7571270 or 12220556. OLE color: 12220556.
HSL color Cylindrical-coordinate representation of color #8C78BA: hue angle of 258.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C78BA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 120 | 186 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.27 |
| HSL | 258.18º | 0.32% | 0.6% | - |
| HSV(B) | 258.18º | 0.35% | 0.73% | - |
| XYZ | 26.39 | 22.55 | 49.42 | - |
| YUV | 133.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 186 | 0.25 | 0.35 | 0 | 0.27 | 258.18 | 0.32 | 0.6 |
| Hex | 8C | 78 | BA | 19 | 23 | 0 | 1B | 102 | 20 | 3C |
| Octal | 214 | 170 | 272 | 31 | 43 | 0 | 33 | 402 | 40 | 74 |
| Binary | 10001100 | 1111000 | 10111010 | 11001 | 100011 | 0 | 11011 | 100000010 | 100000 | 111100 |
Color Harmonies of #8C78BA
Complementary color
Monochromatic Colors of #8C78BA
Black with #8C78BA
Text Example
Text Example
White with #8C78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78BA; }
p { color: rgb(140,120,186); }
H1.HeaderClassName
{
color: #8C78BA;
}
.AnyTagClassName
{
color: #8C78BA;
}
</style>
background-color css
<style>
a { background-color: #8C78BA; }
a { background-color: rgb(140,120,186); }
div.DivClassName
{
background-color: #8C78BA;
}
.BgClassName
{
background-color: #8C78BA;
}
</style>
border-color css
<style>
span { border-color: #8C78BA; }
span { border-color: rgb(140,120,186); }
td.TdClassName
{
border-color: #8C78BA;
}
.TagClassName
{
border-color: #8C78BA;
}
</style>