Shades of True V #8F7EBF
Tints of True V #8F7EBF
RGB
CMYK
RGB Variations
Color information
#8F7EBF (or 0x8F7EBF) is known color: True V. HEX triplet: 8F, 7E and BF. RGB value is (143,126,191). Sum of RGB (Red+Green+Blue) = 143+126+191=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EBF is #708140. Grayscale: #8A8A8A. Windows color (decimal): -7373121 or 12549775. OLE color: 12549775.
HSL color Cylindrical-coordinate representation of color #8F7EBF: hue angle of 255.69º 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 #8F7EBF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 126 | 191 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.25 |
| HSL | 255.69º | 0.34% | 0.62% | - |
| HSV(B) | 255.69º | 0.34% | 0.75% | - |
| XYZ | 28.19 | 24.52 | 52.54 | - |
| YUV | 138.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 191 | 0.25 | 0.34 | 0 | 0.25 | 255.69 | 0.34 | 0.62 |
| Hex | 8F | 7E | BF | 19 | 22 | 0 | 19 | 100 | 22 | 3E |
| Octal | 217 | 176 | 277 | 31 | 42 | 0 | 31 | 400 | 42 | 76 |
| Binary | 10001111 | 1111110 | 10111111 | 11001 | 100010 | 0 | 11001 | 100000000 | 100010 | 111110 |
Color Harmonies of #8F7EBF
Complementary color
Monochromatic Colors of #8F7EBF
Black with #8F7EBF
Text Example
Text Example
White with #8F7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7EBF; }
p { color: rgb(143,126,191); }
H1.HeaderClassName
{
color: #8F7EBF;
}
.AnyTagClassName
{
color: #8F7EBF;
}
</style>
background-color css
<style>
a { background-color: #8F7EBF; }
a { background-color: rgb(143,126,191); }
div.DivClassName
{
background-color: #8F7EBF;
}
.BgClassName
{
background-color: #8F7EBF;
}
</style>
border-color css
<style>
span { border-color: #8F7EBF; }
span { border-color: rgb(143,126,191); }
td.TdClassName
{
border-color: #8F7EBF;
}
.TagClassName
{
border-color: #8F7EBF;
}
</style>