Shades of True V #7F69BA
Tints of True V #7F69BA
RGB
CMYK
RGB Variations
Color information
#7F69BA (or 0x7F69BA) is known color: True V. HEX triplet: 7F, 69 and BA. RGB value is (127,105,186). Sum of RGB (Red+Green+Blue) = 127+105+186=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69BA is #809645. Grayscale: #787878. Windows color (decimal): -8427078 or 12216703. OLE color: 12216703.
HSL color Cylindrical-coordinate representation of color #7F69BA: hue angle of 256.3º 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 #7F69BA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 105 | 186 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.27 |
| HSL | 256.3º | 0.37% | 0.57% | - |
| HSV(B) | 256.3º | 0.44% | 0.73% | - |
| XYZ | 22.67 | 18.16 | 48.77 | - |
| YUV | 120.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 186 | 0.32 | 0.44 | 0 | 0.27 | 256.3 | 0.37 | 0.57 |
| Hex | 7F | 69 | BA | 20 | 2C | 0 | 1B | 100 | 25 | 39 |
| Octal | 177 | 151 | 272 | 40 | 54 | 0 | 33 | 400 | 45 | 71 |
| Binary | 1111111 | 1101001 | 10111010 | 100000 | 101100 | 0 | 11011 | 100000000 | 100101 | 111001 |
Color Harmonies of #7F69BA
Complementary color
Monochromatic Colors of #7F69BA
Black with #7F69BA
Text Example
Text Example
White with #7F69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69BA; }
p { color: rgb(127,105,186); }
H1.HeaderClassName
{
color: #7F69BA;
}
.AnyTagClassName
{
color: #7F69BA;
}
</style>
background-color css
<style>
a { background-color: #7F69BA; }
a { background-color: rgb(127,105,186); }
div.DivClassName
{
background-color: #7F69BA;
}
.BgClassName
{
background-color: #7F69BA;
}
</style>
border-color css
<style>
span { border-color: #7F69BA; }
span { border-color: rgb(127,105,186); }
td.TdClassName
{
border-color: #7F69BA;
}
.TagClassName
{
border-color: #7F69BA;
}
</style>