Shades of True V #8E7EBF
Tints of True V #8E7EBF
RGB
CMYK
RGB Variations
Color information
#8E7EBF (or 0x8E7EBF) is known color: True V. HEX triplet: 8E, 7E and BF. RGB value is (142,126,191). Sum of RGB (Red+Green+Blue) = 142+126+191=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EBF is #718140. Grayscale: #898989. Windows color (decimal): -7438657 or 12549774. OLE color: 12549774.
HSL color Cylindrical-coordinate representation of color #8E7EBF: hue angle of 254.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E7EBF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 126 | 191 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.25 |
| HSL | 254.77º | 0.34% | 0.62% | - |
| HSV(B) | 254.77º | 0.34% | 0.75% | - |
| XYZ | 28.02 | 24.43 | 52.53 | - |
| YUV | 138.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 191 | 0.26 | 0.34 | 0 | 0.25 | 254.77 | 0.34 | 0.62 |
| Hex | 8E | 7E | BF | 1A | 22 | 0 | 19 | FF | 22 | 3E |
| Octal | 216 | 176 | 277 | 32 | 42 | 0 | 31 | 377 | 42 | 76 |
| Binary | 10001110 | 1111110 | 10111111 | 11010 | 100010 | 0 | 11001 | 11111111 | 100010 | 111110 |
Color Harmonies of #8E7EBF
Complementary color
Monochromatic Colors of #8E7EBF
Black with #8E7EBF
Text Example
Text Example
White with #8E7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7EBF; }
p { color: rgb(142,126,191); }
H1.HeaderClassName
{
color: #8E7EBF;
}
.AnyTagClassName
{
color: #8E7EBF;
}
</style>
background-color css
<style>
a { background-color: #8E7EBF; }
a { background-color: rgb(142,126,191); }
div.DivClassName
{
background-color: #8E7EBF;
}
.BgClassName
{
background-color: #8E7EBF;
}
</style>
border-color css
<style>
span { border-color: #8E7EBF; }
span { border-color: rgb(142,126,191); }
td.TdClassName
{
border-color: #8E7EBF;
}
.TagClassName
{
border-color: #8E7EBF;
}
</style>