Shades of True V #7F5FBC
Tints of True V #7F5FBC
RGB
CMYK
RGB Variations
Color information
#7F5FBC (or 0x7F5FBC) is known color: True V. HEX triplet: 7F, 5F and BC. RGB value is (127,95,188). Sum of RGB (Red+Green+Blue) = 127+95+188=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FBC is #80A043. Grayscale: #727272. Windows color (decimal): -8429636 or 12345215. OLE color: 12345215.
HSL color Cylindrical-coordinate representation of color #7F5FBC: hue angle of 260.65º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F5FBC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 95 | 188 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.26 |
| HSL | 260.65º | 0.41% | 0.55% | - |
| HSV(B) | 260.65º | 0.49% | 0.74% | - |
| XYZ | 21.92 | 16.33 | 49.57 | - |
| YUV | 115.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 188 | 0.32 | 0.49 | 0 | 0.26 | 260.65 | 0.41 | 0.55 |
| Hex | 7F | 5F | BC | 20 | 31 | 0 | 1A | 105 | 29 | 37 |
| Octal | 177 | 137 | 274 | 40 | 61 | 0 | 32 | 405 | 51 | 67 |
| Binary | 1111111 | 1011111 | 10111100 | 100000 | 110001 | 0 | 11010 | 100000101 | 101001 | 110111 |
Color Harmonies of #7F5FBC
Complementary color
Monochromatic Colors of #7F5FBC
Black with #7F5FBC
Text Example
Text Example
White with #7F5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FBC; }
p { color: rgb(127,95,188); }
H1.HeaderClassName
{
color: #7F5FBC;
}
.AnyTagClassName
{
color: #7F5FBC;
}
</style>
background-color css
<style>
a { background-color: #7F5FBC; }
a { background-color: rgb(127,95,188); }
div.DivClassName
{
background-color: #7F5FBC;
}
.BgClassName
{
background-color: #7F5FBC;
}
</style>
border-color css
<style>
span { border-color: #7F5FBC; }
span { border-color: rgb(127,95,188); }
td.TdClassName
{
border-color: #7F5FBC;
}
.TagClassName
{
border-color: #7F5FBC;
}
</style>