Shades of True V #7F68B9
Tints of True V #7F68B9
RGB
CMYK
RGB Variations
Color information
#7F68B9 (or 0x7F68B9) is known color: True V. HEX triplet: 7F, 68 and B9. RGB value is (127,104,185). Sum of RGB (Red+Green+Blue) = 127+104+185=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F68B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68B9 is #809746. Grayscale: #777777. Windows color (decimal): -8427335 or 12150911. OLE color: 12150911.
HSL color Cylindrical-coordinate representation of color #7F68B9: hue angle of 257.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F68B9 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 104 | 185 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.27 |
| HSL | 257.04º | 0.37% | 0.57% | - |
| HSV(B) | 257.04º | 0.44% | 0.73% | - |
| XYZ | 22.46 | 17.92 | 48.17 | - |
| YUV | 120.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 185 | 0.31 | 0.44 | 0 | 0.27 | 257.04 | 0.37 | 0.57 |
| Hex | 7F | 68 | B9 | 1F | 2C | 0 | 1B | 101 | 25 | 39 |
| Octal | 177 | 150 | 271 | 37 | 54 | 0 | 33 | 401 | 45 | 71 |
| Binary | 1111111 | 1101000 | 10111001 | 11111 | 101100 | 0 | 11011 | 100000001 | 100101 | 111001 |
Color Harmonies of #7F68B9
Complementary color
Monochromatic Colors of #7F68B9
Black with #7F68B9
Text Example
Text Example
White with #7F68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68B9; }
p { color: rgb(127,104,185); }
H1.HeaderClassName
{
color: #7F68B9;
}
.AnyTagClassName
{
color: #7F68B9;
}
</style>
background-color css
<style>
a { background-color: #7F68B9; }
a { background-color: rgb(127,104,185); }
div.DivClassName
{
background-color: #7F68B9;
}
.BgClassName
{
background-color: #7F68B9;
}
</style>
border-color css
<style>
span { border-color: #7F68B9; }
span { border-color: rgb(127,104,185); }
td.TdClassName
{
border-color: #7F68B9;
}
.TagClassName
{
border-color: #7F68B9;
}
</style>