Shades of True V #8E7BCC
Tints of True V #8E7BCC
RGB
CMYK
RGB Variations
Color information
#8E7BCC (or 0x8E7BCC) is known color: True V. HEX triplet: 8E, 7B and CC. RGB value is (142,123,204). Sum of RGB (Red+Green+Blue) = 142+123+204=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BCC is #718433. Grayscale: #898989. Windows color (decimal): -7439412 or 13400974. OLE color: 13400974.
HSL color Cylindrical-coordinate representation of color #8E7BCC: hue angle of 254.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7BCC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 123 | 204 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.2 |
| HSL | 254.07º | 0.44% | 0.64% | - |
| HSV(B) | 254.07º | 0.4% | 0.8% | - |
| XYZ | 29.14 | 24.28 | 60.28 | - |
| YUV | 137.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 204 | 0.30 | 0.40 | 0 | 0.2 | 254.07 | 0.44 | 0.64 |
| Hex | 8E | 7B | CC | 1E | 28 | 0 | 14 | FE | 2C | 40 |
| Octal | 216 | 173 | 314 | 36 | 50 | 0 | 24 | 376 | 54 | 100 |
| Binary | 10001110 | 1111011 | 11001100 | 11110 | 101000 | 0 | 10100 | 11111110 | 101100 | 1000000 |
Color Harmonies of #8E7BCC
Complementary color
Monochromatic Colors of #8E7BCC
Black with #8E7BCC
Text Example
Text Example
White with #8E7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BCC; }
p { color: rgb(142,123,204); }
H1.HeaderClassName
{
color: #8E7BCC;
}
.AnyTagClassName
{
color: #8E7BCC;
}
</style>
background-color css
<style>
a { background-color: #8E7BCC; }
a { background-color: rgb(142,123,204); }
div.DivClassName
{
background-color: #8E7BCC;
}
.BgClassName
{
background-color: #8E7BCC;
}
</style>
border-color css
<style>
span { border-color: #8E7BCC; }
span { border-color: rgb(142,123,204); }
td.TdClassName
{
border-color: #8E7BCC;
}
.TagClassName
{
border-color: #8E7BCC;
}
</style>