Shades of True V #8C77CD
Tints of True V #8C77CD
RGB
CMYK
RGB Variations
Color information
#8C77CD (or 0x8C77CD) is known color: True V. HEX triplet: 8C, 77 and CD. RGB value is (140,119,205). Sum of RGB (Red+Green+Blue) = 140+119+205=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77CD is #738832. Grayscale: #868686. Windows color (decimal): -7571507 or 13465484. OLE color: 13465484.
HSL color Cylindrical-coordinate representation of color #8C77CD: hue angle of 254.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C77CD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 119 | 205 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.20 |
| HSL | 254.65º | 0.46% | 0.64% | - |
| HSV(B) | 254.65º | 0.42% | 0.8% | - |
| XYZ | 28.43 | 23.18 | 60.73 | - |
| YUV | 135.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 205 | 0.32 | 0.42 | 0 | 0.20 | 254.65 | 0.46 | 0.64 |
| Hex | 8C | 77 | CD | 20 | 2A | 0 | 14 | FF | 2E | 40 |
| Octal | 214 | 167 | 315 | 40 | 52 | 0 | 24 | 377 | 56 | 100 |
| Binary | 10001100 | 1110111 | 11001101 | 100000 | 101010 | 0 | 10100 | 11111111 | 101110 | 1000000 |
Color Harmonies of #8C77CD
Complementary color
Monochromatic Colors of #8C77CD
Black with #8C77CD
Text Example
Text Example
White with #8C77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C77CD; }
p { color: rgb(140,119,205); }
H1.HeaderClassName
{
color: #8C77CD;
}
.AnyTagClassName
{
color: #8C77CD;
}
</style>
background-color css
<style>
a { background-color: #8C77CD; }
a { background-color: rgb(140,119,205); }
div.DivClassName
{
background-color: #8C77CD;
}
.BgClassName
{
background-color: #8C77CD;
}
</style>
border-color css
<style>
span { border-color: #8C77CD; }
span { border-color: rgb(140,119,205); }
td.TdClassName
{
border-color: #8C77CD;
}
.TagClassName
{
border-color: #8C77CD;
}
</style>