Shades of True V #8C78CC
Tints of True V #8C78CC
RGB
CMYK
RGB Variations
Color information
#8C78CC (or 0x8C78CC) is known color: True V. HEX triplet: 8C, 78 and CC. RGB value is (140,120,204). Sum of RGB (Red+Green+Blue) = 140+120+204=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C78CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78CC is #738733. Grayscale: #878787. Windows color (decimal): -7571252 or 13400204. OLE color: 13400204.
HSL color Cylindrical-coordinate representation of color #8C78CC: hue angle of 254.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C78CC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 120 | 204 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.2 |
| HSL | 254.29º | 0.45% | 0.64% | - |
| HSV(B) | 254.29º | 0.41% | 0.8% | - |
| XYZ | 28.43 | 23.37 | 60.14 | - |
| YUV | 135.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 204 | 0.31 | 0.41 | 0 | 0.2 | 254.29 | 0.45 | 0.64 |
| Hex | 8C | 78 | CC | 1F | 29 | 0 | 14 | FE | 2D | 40 |
| Octal | 214 | 170 | 314 | 37 | 51 | 0 | 24 | 376 | 55 | 100 |
| Binary | 10001100 | 1111000 | 11001100 | 11111 | 101001 | 0 | 10100 | 11111110 | 101101 | 1000000 |
Color Harmonies of #8C78CC
Complementary color
Monochromatic Colors of #8C78CC
Black with #8C78CC
Text Example
Text Example
White with #8C78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78CC; }
p { color: rgb(140,120,204); }
H1.HeaderClassName
{
color: #8C78CC;
}
.AnyTagClassName
{
color: #8C78CC;
}
</style>
background-color css
<style>
a { background-color: #8C78CC; }
a { background-color: rgb(140,120,204); }
div.DivClassName
{
background-color: #8C78CC;
}
.BgClassName
{
background-color: #8C78CC;
}
</style>
border-color css
<style>
span { border-color: #8C78CC; }
span { border-color: rgb(140,120,204); }
td.TdClassName
{
border-color: #8C78CC;
}
.TagClassName
{
border-color: #8C78CC;
}
</style>