Shades of True V #8C79CA
Tints of True V #8C79CA
RGB
CMYK
RGB Variations
Color information
#8C79CA (or 0x8C79CA) is known color: True V. HEX triplet: 8C, 79 and CA. RGB value is (140,121,202). Sum of RGB (Red+Green+Blue) = 140+121+202=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C79CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79CA is #738635. Grayscale: #878787. Windows color (decimal): -7570998 or 13269388. OLE color: 13269388.
HSL color Cylindrical-coordinate representation of color #8C79CA: hue angle of 254.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C79CA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 121 | 202 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.21 |
| HSL | 254.07º | 0.43% | 0.63% | - |
| HSV(B) | 254.07º | 0.4% | 0.79% | - |
| XYZ | 28.31 | 23.51 | 58.92 | - |
| YUV | 135.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 202 | 0.31 | 0.40 | 0 | 0.21 | 254.07 | 0.43 | 0.63 |
| Hex | 8C | 79 | CA | 1F | 28 | 0 | 15 | FE | 2B | 3F |
| Octal | 214 | 171 | 312 | 37 | 50 | 0 | 25 | 376 | 53 | 77 |
| Binary | 10001100 | 1111001 | 11001010 | 11111 | 101000 | 0 | 10101 | 11111110 | 101011 | 111111 |
Color Harmonies of #8C79CA
Complementary color
Monochromatic Colors of #8C79CA
Black with #8C79CA
Text Example
Text Example
White with #8C79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C79CA; }
p { color: rgb(140,121,202); }
H1.HeaderClassName
{
color: #8C79CA;
}
.AnyTagClassName
{
color: #8C79CA;
}
</style>
background-color css
<style>
a { background-color: #8C79CA; }
a { background-color: rgb(140,121,202); }
div.DivClassName
{
background-color: #8C79CA;
}
.BgClassName
{
background-color: #8C79CA;
}
</style>
border-color css
<style>
span { border-color: #8C79CA; }
span { border-color: rgb(140,121,202); }
td.TdClassName
{
border-color: #8C79CA;
}
.TagClassName
{
border-color: #8C79CA;
}
</style>