Shades of True V #8E77BF
Tints of True V #8E77BF
RGB
CMYK
RGB Variations
Color information
#8E77BF (or 0x8E77BF) is known color: True V. HEX triplet: 8E, 77 and BF. RGB value is (142,119,191). Sum of RGB (Red+Green+Blue) = 142+119+191=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77BF is #718840. Grayscale: #858585. Windows color (decimal): -7440449 or 12547982. OLE color: 12547982.
HSL color Cylindrical-coordinate representation of color #8E77BF: hue angle of 259.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E77BF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 119 | 191 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.25 |
| HSL | 259.17º | 0.36% | 0.61% | - |
| HSV(B) | 259.17º | 0.38% | 0.75% | - |
| XYZ | 27.16 | 22.71 | 52.24 | - |
| YUV | 134.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 191 | 0.26 | 0.38 | 0 | 0.25 | 259.17 | 0.36 | 0.61 |
| Hex | 8E | 77 | BF | 1A | 26 | 0 | 19 | 103 | 24 | 3D |
| Octal | 216 | 167 | 277 | 32 | 46 | 0 | 31 | 403 | 44 | 75 |
| Binary | 10001110 | 1110111 | 10111111 | 11010 | 100110 | 0 | 11001 | 100000011 | 100100 | 111101 |
Color Harmonies of #8E77BF
Complementary color
Monochromatic Colors of #8E77BF
Black with #8E77BF
Text Example
Text Example
White with #8E77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E77BF; }
p { color: rgb(142,119,191); }
H1.HeaderClassName
{
color: #8E77BF;
}
.AnyTagClassName
{
color: #8E77BF;
}
</style>
background-color css
<style>
a { background-color: #8E77BF; }
a { background-color: rgb(142,119,191); }
div.DivClassName
{
background-color: #8E77BF;
}
.BgClassName
{
background-color: #8E77BF;
}
</style>
border-color css
<style>
span { border-color: #8E77BF; }
span { border-color: rgb(142,119,191); }
td.TdClassName
{
border-color: #8E77BF;
}
.TagClassName
{
border-color: #8E77BF;
}
</style>