Shades of Studio #7D4EC0
Tints of Studio #7D4EC0
RGB
CMYK
RGB Variations
Color information
#7D4EC0 (or 0x7D4EC0) is known color: Studio. HEX triplet: 7D, 4E and C0. RGB value is (125,78,192). Sum of RGB (Red+Green+Blue) = 125+78+192=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #7D4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4EC0 is #82B13F. Grayscale: #686868. Windows color (decimal): -8565056 or 12603005. OLE color: 12603005.
HSL color Cylindrical-coordinate representation of color #7D4EC0: hue angle of 264.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4EC0 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 78 | 192 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.25 |
| HSL | 264.74º | 0.48% | 0.53% | - |
| HSV(B) | 264.74º | 0.59% | 0.75% | - |
| XYZ | 20.7 | 13.61 | 51.41 | - |
| YUV | 105.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 192 | 0.35 | 0.59 | 0 | 0.25 | 264.74 | 0.48 | 0.53 |
| Hex | 7D | 4E | C0 | 23 | 3B | 0 | 19 | 109 | 30 | 35 |
| Octal | 175 | 116 | 300 | 43 | 73 | 0 | 31 | 411 | 60 | 65 |
| Binary | 1111101 | 1001110 | 11000000 | 100011 | 111011 | 0 | 11001 | 100001001 | 110000 | 110101 |
Color Harmonies of #7D4EC0
Complementary color
Monochromatic Colors of #7D4EC0
Black with #7D4EC0
Text Example
Text Example
White with #7D4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EC0; }
p { color: rgb(125,78,192); }
H1.HeaderClassName
{
color: #7D4EC0;
}
.AnyTagClassName
{
color: #7D4EC0;
}
</style>
background-color css
<style>
a { background-color: #7D4EC0; }
a { background-color: rgb(125,78,192); }
div.DivClassName
{
background-color: #7D4EC0;
}
.BgClassName
{
background-color: #7D4EC0;
}
</style>
border-color css
<style>
span { border-color: #7D4EC0; }
span { border-color: rgb(125,78,192); }
td.TdClassName
{
border-color: #7D4EC0;
}
.TagClassName
{
border-color: #7D4EC0;
}
</style>