Shades of True V #8C78CE
Tints of True V #8C78CE
RGB
CMYK
RGB Variations
Color information
#8C78CE (or 0x8C78CE) is known color: True V. HEX triplet: 8C, 78 and CE. RGB value is (140,120,206). Sum of RGB (Red+Green+Blue) = 140+120+206=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78CE is #738731. Grayscale: #878787. Windows color (decimal): -7571250 or 13531276. OLE color: 13531276.
HSL color Cylindrical-coordinate representation of color #8C78CE: hue angle of 253.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C78CE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 120 | 206 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.19 |
| HSL | 253.95º | 0.47% | 0.64% | - |
| HSV(B) | 253.95º | 0.42% | 0.81% | - |
| XYZ | 28.67 | 23.46 | 61.41 | - |
| YUV | 135.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 206 | 0.32 | 0.42 | 0 | 0.19 | 253.95 | 0.47 | 0.64 |
| Hex | 8C | 78 | CE | 20 | 2A | 0 | 13 | FE | 2F | 40 |
| Octal | 214 | 170 | 316 | 40 | 52 | 0 | 23 | 376 | 57 | 100 |
| Binary | 10001100 | 1111000 | 11001110 | 100000 | 101010 | 0 | 10011 | 11111110 | 101111 | 1000000 |
Color Harmonies of #8C78CE
Complementary color
Monochromatic Colors of #8C78CE
Black with #8C78CE
Text Example
Text Example
White with #8C78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78CE; }
p { color: rgb(140,120,206); }
H1.HeaderClassName
{
color: #8C78CE;
}
.AnyTagClassName
{
color: #8C78CE;
}
</style>
background-color css
<style>
a { background-color: #8C78CE; }
a { background-color: rgb(140,120,206); }
div.DivClassName
{
background-color: #8C78CE;
}
.BgClassName
{
background-color: #8C78CE;
}
</style>
border-color css
<style>
span { border-color: #8C78CE; }
span { border-color: rgb(140,120,206); }
td.TdClassName
{
border-color: #8C78CE;
}
.TagClassName
{
border-color: #8C78CE;
}
</style>