Shades of True V #7D66BA
Tints of True V #7D66BA
RGB
CMYK
RGB Variations
Color information
#7D66BA (or 0x7D66BA) is known color: True V. HEX triplet: 7D, 66 and BA. RGB value is (125,102,186). Sum of RGB (Red+Green+Blue) = 125+102+186=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D66BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D66BA is #829945. Grayscale: #767676. Windows color (decimal): -8558918 or 12215933. OLE color: 12215933.
HSL color Cylindrical-coordinate representation of color #7D66BA: hue angle of 256.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D66BA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 102 | 186 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.27 |
| HSL | 256.43º | 0.38% | 0.56% | - |
| HSV(B) | 256.43º | 0.45% | 0.73% | - |
| XYZ | 22.07 | 17.41 | 48.65 | - |
| YUV | 118.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 186 | 0.33 | 0.45 | 0 | 0.27 | 256.43 | 0.38 | 0.56 |
| Hex | 7D | 66 | BA | 21 | 2D | 0 | 1B | 100 | 26 | 38 |
| Octal | 175 | 146 | 272 | 41 | 55 | 0 | 33 | 400 | 46 | 70 |
| Binary | 1111101 | 1100110 | 10111010 | 100001 | 101101 | 0 | 11011 | 100000000 | 100110 | 111000 |
Color Harmonies of #7D66BA
Complementary color
Monochromatic Colors of #7D66BA
Black with #7D66BA
Text Example
Text Example
White with #7D66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D66BA; }
p { color: rgb(125,102,186); }
H1.HeaderClassName
{
color: #7D66BA;
}
.AnyTagClassName
{
color: #7D66BA;
}
</style>
background-color css
<style>
a { background-color: #7D66BA; }
a { background-color: rgb(125,102,186); }
div.DivClassName
{
background-color: #7D66BA;
}
.BgClassName
{
background-color: #7D66BA;
}
</style>
border-color css
<style>
span { border-color: #7D66BA; }
span { border-color: rgb(125,102,186); }
td.TdClassName
{
border-color: #7D66BA;
}
.TagClassName
{
border-color: #7D66BA;
}
</style>