Shades of True V #8C78BE
Tints of True V #8C78BE
RGB
CMYK
RGB Variations
Color information
#8C78BE (or 0x8C78BE) is known color: True V. HEX triplet: 8C, 78 and BE. RGB value is (140,120,190). Sum of RGB (Red+Green+Blue) = 140+120+190=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78BE is #738741. Grayscale: #858585. Windows color (decimal): -7571266 or 12482700. OLE color: 12482700.
HSL color Cylindrical-coordinate representation of color #8C78BE: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C78BE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 120 | 190 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.25 |
| HSL | 257.14º | 0.35% | 0.61% | - |
| HSV(B) | 257.14º | 0.37% | 0.75% | - |
| XYZ | 26.83 | 22.73 | 51.69 | - |
| YUV | 133.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 190 | 0.26 | 0.37 | 0 | 0.25 | 257.14 | 0.35 | 0.61 |
| Hex | 8C | 78 | BE | 1A | 25 | 0 | 19 | 101 | 23 | 3D |
| Octal | 214 | 170 | 276 | 32 | 45 | 0 | 31 | 401 | 43 | 75 |
| Binary | 10001100 | 1111000 | 10111110 | 11010 | 100101 | 0 | 11001 | 100000001 | 100011 | 111101 |
Color Harmonies of #8C78BE
Complementary color
Monochromatic Colors of #8C78BE
Black with #8C78BE
Text Example
Text Example
White with #8C78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78BE; }
p { color: rgb(140,120,190); }
H1.HeaderClassName
{
color: #8C78BE;
}
.AnyTagClassName
{
color: #8C78BE;
}
</style>
background-color css
<style>
a { background-color: #8C78BE; }
a { background-color: rgb(140,120,190); }
div.DivClassName
{
background-color: #8C78BE;
}
.BgClassName
{
background-color: #8C78BE;
}
</style>
border-color css
<style>
span { border-color: #8C78BE; }
span { border-color: rgb(140,120,190); }
td.TdClassName
{
border-color: #8C78BE;
}
.TagClassName
{
border-color: #8C78BE;
}
</style>