Shades of True V #8E77CD
Tints of True V #8E77CD
RGB
CMYK
RGB Variations
Color information
#8E77CD (or 0x8E77CD) is known color: True V. HEX triplet: 8E, 77 and CD. RGB value is (142,119,205). Sum of RGB (Red+Green+Blue) = 142+119+205=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77CD is #718832. Grayscale: #878787. Windows color (decimal): -7440435 or 13465486. OLE color: 13465486.
HSL color Cylindrical-coordinate representation of color #8E77CD: hue angle of 256.05º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E77CD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 119 | 205 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.20 |
| HSL | 256.05º | 0.46% | 0.64% | - |
| HSV(B) | 256.05º | 0.42% | 0.8% | - |
| XYZ | 28.77 | 23.35 | 60.75 | - |
| YUV | 135.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 205 | 0.31 | 0.42 | 0 | 0.20 | 256.05 | 0.46 | 0.64 |
| Hex | 8E | 77 | CD | 1F | 2A | 0 | 14 | 100 | 2E | 40 |
| Octal | 216 | 167 | 315 | 37 | 52 | 0 | 24 | 400 | 56 | 100 |
| Binary | 10001110 | 1110111 | 11001101 | 11111 | 101010 | 0 | 10100 | 100000000 | 101110 | 1000000 |
Color Harmonies of #8E77CD
Complementary color
Monochromatic Colors of #8E77CD
Black with #8E77CD
Text Example
Text Example
White with #8E77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E77CD; }
p { color: rgb(142,119,205); }
H1.HeaderClassName
{
color: #8E77CD;
}
.AnyTagClassName
{
color: #8E77CD;
}
</style>
background-color css
<style>
a { background-color: #8E77CD; }
a { background-color: rgb(142,119,205); }
div.DivClassName
{
background-color: #8E77CD;
}
.BgClassName
{
background-color: #8E77CD;
}
</style>
border-color css
<style>
span { border-color: #8E77CD; }
span { border-color: rgb(142,119,205); }
td.TdClassName
{
border-color: #8E77CD;
}
.TagClassName
{
border-color: #8E77CD;
}
</style>