Shades of True V #8C78BD
Tints of True V #8C78BD
RGB
CMYK
RGB Variations
Color information
#8C78BD (or 0x8C78BD) is known color: True V. HEX triplet: 8C, 78 and BD. RGB value is (140,120,189). Sum of RGB (Red+Green+Blue) = 140+120+189=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78BD is #738742. Grayscale: #858585. Windows color (decimal): -7571267 or 12417164. OLE color: 12417164.
HSL color Cylindrical-coordinate representation of color #8C78BD: hue angle of 257.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C78BD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 120 | 189 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.26 |
| HSL | 257.39º | 0.34% | 0.61% | - |
| HSV(B) | 257.39º | 0.37% | 0.74% | - |
| XYZ | 26.72 | 22.68 | 51.11 | - |
| YUV | 133.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 189 | 0.26 | 0.37 | 0 | 0.26 | 257.39 | 0.34 | 0.61 |
| Hex | 8C | 78 | BD | 1A | 25 | 0 | 1A | 101 | 22 | 3D |
| Octal | 214 | 170 | 275 | 32 | 45 | 0 | 32 | 401 | 42 | 75 |
| Binary | 10001100 | 1111000 | 10111101 | 11010 | 100101 | 0 | 11010 | 100000001 | 100010 | 111101 |
Color Harmonies of #8C78BD
Complementary color
Monochromatic Colors of #8C78BD
Black with #8C78BD
Text Example
Text Example
White with #8C78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78BD; }
p { color: rgb(140,120,189); }
H1.HeaderClassName
{
color: #8C78BD;
}
.AnyTagClassName
{
color: #8C78BD;
}
</style>
background-color css
<style>
a { background-color: #8C78BD; }
a { background-color: rgb(140,120,189); }
div.DivClassName
{
background-color: #8C78BD;
}
.BgClassName
{
background-color: #8C78BD;
}
</style>
border-color css
<style>
span { border-color: #8C78BD; }
span { border-color: rgb(140,120,189); }
td.TdClassName
{
border-color: #8C78BD;
}
.TagClassName
{
border-color: #8C78BD;
}
</style>