Shades of True V #8E77BA
Tints of True V #8E77BA
RGB
CMYK
RGB Variations
Color information
#8E77BA (or 0x8E77BA) is known color: True V. HEX triplet: 8E, 77 and BA. RGB value is (142,119,186). Sum of RGB (Red+Green+Blue) = 142+119+186=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77BA is #718845. Grayscale: #858585. Windows color (decimal): -7440454 or 12220302. OLE color: 12220302.
HSL color Cylindrical-coordinate representation of color #8E77BA: hue angle of 260.6º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E77BA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 119 | 186 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.27 |
| HSL | 260.6º | 0.33% | 0.6% | - |
| HSV(B) | 260.6º | 0.36% | 0.73% | - |
| XYZ | 26.62 | 22.49 | 49.39 | - |
| YUV | 133.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 186 | 0.24 | 0.36 | 0 | 0.27 | 260.6 | 0.33 | 0.6 |
| Hex | 8E | 77 | BA | 18 | 24 | 0 | 1B | 105 | 21 | 3C |
| Octal | 216 | 167 | 272 | 30 | 44 | 0 | 33 | 405 | 41 | 74 |
| Binary | 10001110 | 1110111 | 10111010 | 11000 | 100100 | 0 | 11011 | 100000101 | 100001 | 111100 |
Color Harmonies of #8E77BA
Complementary color
Monochromatic Colors of #8E77BA
Black with #8E77BA
Text Example
Text Example
White with #8E77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E77BA; }
p { color: rgb(142,119,186); }
H1.HeaderClassName
{
color: #8E77BA;
}
.AnyTagClassName
{
color: #8E77BA;
}
</style>
background-color css
<style>
a { background-color: #8E77BA; }
a { background-color: rgb(142,119,186); }
div.DivClassName
{
background-color: #8E77BA;
}
.BgClassName
{
background-color: #8E77BA;
}
</style>
border-color css
<style>
span { border-color: #8E77BA; }
span { border-color: rgb(142,119,186); }
td.TdClassName
{
border-color: #8E77BA;
}
.TagClassName
{
border-color: #8E77BA;
}
</style>