Shades of True V #8E6ECF
Tints of True V #8E6ECF
RGB
CMYK
RGB Variations
Color information
#8E6ECF (or 0x8E6ECF) is known color: True V. HEX triplet: 8E, 6E and CF. RGB value is (142,110,207). Sum of RGB (Red+Green+Blue) = 142+110+207=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ECF is #719130. Grayscale: #828282. Windows color (decimal): -7442737 or 13594254. OLE color: 13594254.
HSL color Cylindrical-coordinate representation of color #8E6ECF: hue angle of 259.79º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6ECF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 110 | 207 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.19 |
| HSL | 259.79º | 0.5% | 0.62% | - |
| HSV(B) | 259.79º | 0.47% | 0.81% | - |
| XYZ | 27.99 | 21.41 | 61.69 | - |
| YUV | 130.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 207 | 0.31 | 0.47 | 0 | 0.19 | 259.79 | 0.5 | 0.62 |
| Hex | 8E | 6E | CF | 1F | 2F | 0 | 13 | 104 | 32 | 3E |
| Octal | 216 | 156 | 317 | 37 | 57 | 0 | 23 | 404 | 62 | 76 |
| Binary | 10001110 | 1101110 | 11001111 | 11111 | 101111 | 0 | 10011 | 100000100 | 110010 | 111110 |
Color Harmonies of #8E6ECF
Complementary color
Monochromatic Colors of #8E6ECF
Black with #8E6ECF
Text Example
Text Example
White with #8E6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6ECF; }
p { color: rgb(142,110,207); }
H1.HeaderClassName
{
color: #8E6ECF;
}
.AnyTagClassName
{
color: #8E6ECF;
}
</style>
background-color css
<style>
a { background-color: #8E6ECF; }
a { background-color: rgb(142,110,207); }
div.DivClassName
{
background-color: #8E6ECF;
}
.BgClassName
{
background-color: #8E6ECF;
}
</style>
border-color css
<style>
span { border-color: #8E6ECF; }
span { border-color: rgb(142,110,207); }
td.TdClassName
{
border-color: #8E6ECF;
}
.TagClassName
{
border-color: #8E6ECF;
}
</style>