Shades of True V #8E77CE
Tints of True V #8E77CE
RGB
CMYK
RGB Variations
Color information
#8E77CE (or 0x8E77CE) is known color: True V. HEX triplet: 8E, 77 and CE. RGB value is (142,119,206). Sum of RGB (Red+Green+Blue) = 142+119+206=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77CE is #718831. Grayscale: #878787. Windows color (decimal): -7440434 or 13531022. OLE color: 13531022.
HSL color Cylindrical-coordinate representation of color #8E77CE: hue angle of 255.86º 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 #8E77CE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 119 | 206 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.19 |
| HSL | 255.86º | 0.47% | 0.64% | - |
| HSV(B) | 255.86º | 0.42% | 0.81% | - |
| XYZ | 28.89 | 23.4 | 61.39 | - |
| YUV | 135.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 206 | 0.31 | 0.42 | 0 | 0.19 | 255.86 | 0.47 | 0.64 |
| Hex | 8E | 77 | CE | 1F | 2A | 0 | 13 | 100 | 2F | 40 |
| Octal | 216 | 167 | 316 | 37 | 52 | 0 | 23 | 400 | 57 | 100 |
| Binary | 10001110 | 1110111 | 11001110 | 11111 | 101010 | 0 | 10011 | 100000000 | 101111 | 1000000 |
Color Harmonies of #8E77CE
Complementary color
Monochromatic Colors of #8E77CE
Black with #8E77CE
Text Example
Text Example
White with #8E77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E77CE; }
p { color: rgb(142,119,206); }
H1.HeaderClassName
{
color: #8E77CE;
}
.AnyTagClassName
{
color: #8E77CE;
}
</style>
background-color css
<style>
a { background-color: #8E77CE; }
a { background-color: rgb(142,119,206); }
div.DivClassName
{
background-color: #8E77CE;
}
.BgClassName
{
background-color: #8E77CE;
}
</style>
border-color css
<style>
span { border-color: #8E77CE; }
span { border-color: rgb(142,119,206); }
td.TdClassName
{
border-color: #8E77CE;
}
.TagClassName
{
border-color: #8E77CE;
}
</style>