Shades of True V #8C78B7
Tints of True V #8C78B7
RGB
CMYK
RGB Variations
Color information
#8C78B7 (or 0x8C78B7) is known color: True V. HEX triplet: 8C, 78 and B7. RGB value is (140,120,183). Sum of RGB (Red+Green+Blue) = 140+120+183=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C78B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78B7 is #738748. Grayscale: #848484. Windows color (decimal): -7571273 or 12023948. OLE color: 12023948.
HSL color Cylindrical-coordinate representation of color #8C78B7: hue angle of 259.05º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C78B7 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 120 | 183 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.28 |
| HSL | 259.05º | 0.3% | 0.59% | - |
| HSV(B) | 259.05º | 0.34% | 0.72% | - |
| XYZ | 26.08 | 22.43 | 47.75 | - |
| YUV | 133.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 183 | 0.23 | 0.34 | 0 | 0.28 | 259.05 | 0.3 | 0.59 |
| Hex | 8C | 78 | B7 | 17 | 22 | 0 | 1C | 103 | 1E | 3B |
| Octal | 214 | 170 | 267 | 27 | 42 | 0 | 34 | 403 | 36 | 73 |
| Binary | 10001100 | 1111000 | 10110111 | 10111 | 100010 | 0 | 11100 | 100000011 | 11110 | 111011 |
Color Harmonies of #8C78B7
Complementary color
Monochromatic Colors of #8C78B7
Black with #8C78B7
Text Example
Text Example
White with #8C78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78B7; }
p { color: rgb(140,120,183); }
H1.HeaderClassName
{
color: #8C78B7;
}
.AnyTagClassName
{
color: #8C78B7;
}
</style>
background-color css
<style>
a { background-color: #8C78B7; }
a { background-color: rgb(140,120,183); }
div.DivClassName
{
background-color: #8C78B7;
}
.BgClassName
{
background-color: #8C78B7;
}
</style>
border-color css
<style>
span { border-color: #8C78B7; }
span { border-color: rgb(140,120,183); }
td.TdClassName
{
border-color: #8C78B7;
}
.TagClassName
{
border-color: #8C78B7;
}
</style>