Shades of True V #8C7BC4
Tints of True V #8C7BC4
RGB
CMYK
RGB Variations
Color information
#8C7BC4 (or 0x8C7BC4) is known color: True V. HEX triplet: 8C, 7B and C4. RGB value is (140,123,196). Sum of RGB (Red+Green+Blue) = 140+123+196=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C7BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BC4 is #73843B. Grayscale: #888888. Windows color (decimal): -7570492 or 12876684. OLE color: 12876684.
HSL color Cylindrical-coordinate representation of color #8C7BC4: hue angle of 253.97º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C7BC4 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 123 | 196 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.23 |
| HSL | 253.97º | 0.38% | 0.63% | - |
| HSV(B) | 253.97º | 0.37% | 0.77% | - |
| XYZ | 27.86 | 23.73 | 55.34 | - |
| YUV | 136.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 196 | 0.29 | 0.37 | 0 | 0.23 | 253.97 | 0.38 | 0.63 |
| Hex | 8C | 7B | C4 | 1D | 25 | 0 | 17 | FE | 26 | 3F |
| Octal | 214 | 173 | 304 | 35 | 45 | 0 | 27 | 376 | 46 | 77 |
| Binary | 10001100 | 1111011 | 11000100 | 11101 | 100101 | 0 | 10111 | 11111110 | 100110 | 111111 |
Color Harmonies of #8C7BC4
Complementary color
Monochromatic Colors of #8C7BC4
Black with #8C7BC4
Text Example
Text Example
White with #8C7BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BC4; }
p { color: rgb(140,123,196); }
H1.HeaderClassName
{
color: #8C7BC4;
}
.AnyTagClassName
{
color: #8C7BC4;
}
</style>
background-color css
<style>
a { background-color: #8C7BC4; }
a { background-color: rgb(140,123,196); }
div.DivClassName
{
background-color: #8C7BC4;
}
.BgClassName
{
background-color: #8C7BC4;
}
</style>
border-color css
<style>
span { border-color: #8C7BC4; }
span { border-color: rgb(140,123,196); }
td.TdClassName
{
border-color: #8C7BC4;
}
.TagClassName
{
border-color: #8C7BC4;
}
</style>