Shades of True V #8E7DBE
Tints of True V #8E7DBE
RGB
CMYK
RGB Variations
Color information
#8E7DBE (or 0x8E7DBE) is known color: True V. HEX triplet: 8E, 7D and BE. RGB value is (142,125,190). Sum of RGB (Red+Green+Blue) = 142+125+190=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBE is #718241. Grayscale: #898989. Windows color (decimal): -7438914 or 12483982. OLE color: 12483982.
HSL color Cylindrical-coordinate representation of color #8E7DBE: hue angle of 255.69º degrees, saturation: 0.33, 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 #8E7DBE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 125 | 190 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.25 |
| HSL | 255.69º | 0.33% | 0.62% | - |
| HSV(B) | 255.69º | 0.34% | 0.75% | - |
| XYZ | 27.78 | 24.14 | 51.91 | - |
| YUV | 137.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 190 | 0.25 | 0.34 | 0 | 0.25 | 255.69 | 0.33 | 0.62 |
| Hex | 8E | 7D | BE | 19 | 22 | 0 | 19 | 100 | 21 | 3E |
| Octal | 216 | 175 | 276 | 31 | 42 | 0 | 31 | 400 | 41 | 76 |
| Binary | 10001110 | 1111101 | 10111110 | 11001 | 100010 | 0 | 11001 | 100000000 | 100001 | 111110 |
Color Harmonies of #8E7DBE
Complementary color
Monochromatic Colors of #8E7DBE
Black with #8E7DBE
Text Example
Text Example
White with #8E7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DBE; }
p { color: rgb(142,125,190); }
H1.HeaderClassName
{
color: #8E7DBE;
}
.AnyTagClassName
{
color: #8E7DBE;
}
</style>
background-color css
<style>
a { background-color: #8E7DBE; }
a { background-color: rgb(142,125,190); }
div.DivClassName
{
background-color: #8E7DBE;
}
.BgClassName
{
background-color: #8E7DBE;
}
</style>
border-color css
<style>
span { border-color: #8E7DBE; }
span { border-color: rgb(142,125,190); }
td.TdClassName
{
border-color: #8E7DBE;
}
.TagClassName
{
border-color: #8E7DBE;
}
</style>