Shades of True V #8E80BA
Tints of True V #8E80BA
RGB
CMYK
RGB Variations
Color information
#8E80BA (or 0x8E80BA) is known color: True V. HEX triplet: 8E, 80 and BA. RGB value is (142,128,186). Sum of RGB (Red+Green+Blue) = 142+128+186=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80BA is #717F45. Grayscale: #8A8A8A. Windows color (decimal): -7438150 or 12222606. OLE color: 12222606.
HSL color Cylindrical-coordinate representation of color #8E80BA: hue angle of 254.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E80BA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 128 | 186 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.27 |
| HSL | 254.48º | 0.3% | 0.62% | - |
| HSV(B) | 254.48º | 0.31% | 0.73% | - |
| XYZ | 27.74 | 24.73 | 49.77 | - |
| YUV | 138.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 186 | 0.24 | 0.31 | 0 | 0.27 | 254.48 | 0.3 | 0.62 |
| Hex | 8E | 80 | BA | 18 | 1F | 0 | 1B | FE | 1E | 3E |
| Octal | 216 | 200 | 272 | 30 | 37 | 0 | 33 | 376 | 36 | 76 |
| Binary | 10001110 | 10000000 | 10111010 | 11000 | 11111 | 0 | 11011 | 11111110 | 11110 | 111110 |
Color Harmonies of #8E80BA
Complementary color
Monochromatic Colors of #8E80BA
Black with #8E80BA
Text Example
Text Example
White with #8E80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E80BA; }
p { color: rgb(142,128,186); }
H1.HeaderClassName
{
color: #8E80BA;
}
.AnyTagClassName
{
color: #8E80BA;
}
</style>
background-color css
<style>
a { background-color: #8E80BA; }
a { background-color: rgb(142,128,186); }
div.DivClassName
{
background-color: #8E80BA;
}
.BgClassName
{
background-color: #8E80BA;
}
</style>
border-color css
<style>
span { border-color: #8E80BA; }
span { border-color: rgb(142,128,186); }
td.TdClassName
{
border-color: #8E80BA;
}
.TagClassName
{
border-color: #8E80BA;
}
</style>