Shades of True V #8E7DBF
Tints of True V #8E7DBF
RGB
CMYK
RGB Variations
Color information
#8E7DBF (or 0x8E7DBF) is known color: True V. HEX triplet: 8E, 7D and BF. RGB value is (142,125,191). Sum of RGB (Red+Green+Blue) = 142+125+191=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBF is #718240. Grayscale: #898989. Windows color (decimal): -7438913 or 12549518. OLE color: 12549518.
HSL color Cylindrical-coordinate representation of color #8E7DBF: hue angle of 255.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E7DBF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 125 | 191 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.25 |
| HSL | 255.45º | 0.34% | 0.62% | - |
| HSV(B) | 255.45º | 0.35% | 0.75% | - |
| XYZ | 27.89 | 24.18 | 52.49 | - |
| YUV | 137.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 191 | 0.26 | 0.35 | 0 | 0.25 | 255.45 | 0.34 | 0.62 |
| Hex | 8E | 7D | BF | 1A | 23 | 0 | 19 | FF | 22 | 3E |
| Octal | 216 | 175 | 277 | 32 | 43 | 0 | 31 | 377 | 42 | 76 |
| Binary | 10001110 | 1111101 | 10111111 | 11010 | 100011 | 0 | 11001 | 11111111 | 100010 | 111110 |
Color Harmonies of #8E7DBF
Complementary color
Monochromatic Colors of #8E7DBF
Black with #8E7DBF
Text Example
Text Example
White with #8E7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DBF; }
p { color: rgb(142,125,191); }
H1.HeaderClassName
{
color: #8E7DBF;
}
.AnyTagClassName
{
color: #8E7DBF;
}
</style>
background-color css
<style>
a { background-color: #8E7DBF; }
a { background-color: rgb(142,125,191); }
div.DivClassName
{
background-color: #8E7DBF;
}
.BgClassName
{
background-color: #8E7DBF;
}
</style>
border-color css
<style>
span { border-color: #8E7DBF; }
span { border-color: rgb(142,125,191); }
td.TdClassName
{
border-color: #8E7DBF;
}
.TagClassName
{
border-color: #8E7DBF;
}
</style>