Shades of True V #8E7ACE
Tints of True V #8E7ACE
RGB
CMYK
RGB Variations
Color information
#8E7ACE (or 0x8E7ACE) is known color: True V. HEX triplet: 8E, 7A and CE. RGB value is (142,122,206). Sum of RGB (Red+Green+Blue) = 142+122+206=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ACE is #718531. Grayscale: #898989. Windows color (decimal): -7439666 or 13531790. OLE color: 13531790.
HSL color Cylindrical-coordinate representation of color #8E7ACE: hue angle of 254.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7ACE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 122 | 206 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.19 |
| HSL | 254.29º | 0.46% | 0.64% | - |
| HSV(B) | 254.29º | 0.41% | 0.81% | - |
| XYZ | 29.26 | 24.13 | 61.51 | - |
| YUV | 137.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 206 | 0.31 | 0.41 | 0 | 0.19 | 254.29 | 0.46 | 0.64 |
| Hex | 8E | 7A | CE | 1F | 29 | 0 | 13 | FE | 2E | 40 |
| Octal | 216 | 172 | 316 | 37 | 51 | 0 | 23 | 376 | 56 | 100 |
| Binary | 10001110 | 1111010 | 11001110 | 11111 | 101001 | 0 | 10011 | 11111110 | 101110 | 1000000 |
Color Harmonies of #8E7ACE
Complementary color
Monochromatic Colors of #8E7ACE
Black with #8E7ACE
Text Example
Text Example
White with #8E7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ACE; }
p { color: rgb(142,122,206); }
H1.HeaderClassName
{
color: #8E7ACE;
}
.AnyTagClassName
{
color: #8E7ACE;
}
</style>
background-color css
<style>
a { background-color: #8E7ACE; }
a { background-color: rgb(142,122,206); }
div.DivClassName
{
background-color: #8E7ACE;
}
.BgClassName
{
background-color: #8E7ACE;
}
</style>
border-color css
<style>
span { border-color: #8E7ACE; }
span { border-color: rgb(142,122,206); }
td.TdClassName
{
border-color: #8E7ACE;
}
.TagClassName
{
border-color: #8E7ACE;
}
</style>