Shades of Studio #7D4DBD
Tints of Studio #7D4DBD
RGB
CMYK
RGB Variations
Color information
#7D4DBD (or 0x7D4DBD) is known color: Studio. HEX triplet: 7D, 4D and BD. RGB value is (125,77,189). Sum of RGB (Red+Green+Blue) = 125+77+189=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DBD is #82B242. Grayscale: #676767. Windows color (decimal): -8565315 or 12406141. OLE color: 12406141.
HSL color Cylindrical-coordinate representation of color #7D4DBD: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4DBD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 77 | 189 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.26 |
| HSL | 265.71º | 0.46% | 0.52% | - |
| HSV(B) | 265.71º | 0.59% | 0.74% | - |
| XYZ | 20.3 | 13.34 | 49.65 | - |
| YUV | 104.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 189 | 0.34 | 0.59 | 0 | 0.26 | 265.71 | 0.46 | 0.52 |
| Hex | 7D | 4D | BD | 22 | 3B | 0 | 1A | 10A | 2E | 34 |
| Octal | 175 | 115 | 275 | 42 | 73 | 0 | 32 | 412 | 56 | 64 |
| Binary | 1111101 | 1001101 | 10111101 | 100010 | 111011 | 0 | 11010 | 100001010 | 101110 | 110100 |
Color Harmonies of #7D4DBD
Complementary color
Monochromatic Colors of #7D4DBD
Black with #7D4DBD
Text Example
Text Example
White with #7D4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DBD; }
p { color: rgb(125,77,189); }
H1.HeaderClassName
{
color: #7D4DBD;
}
.AnyTagClassName
{
color: #7D4DBD;
}
</style>
background-color css
<style>
a { background-color: #7D4DBD; }
a { background-color: rgb(125,77,189); }
div.DivClassName
{
background-color: #7D4DBD;
}
.BgClassName
{
background-color: #7D4DBD;
}
</style>
border-color css
<style>
span { border-color: #7D4DBD; }
span { border-color: rgb(125,77,189); }
td.TdClassName
{
border-color: #7D4DBD;
}
.TagClassName
{
border-color: #7D4DBD;
}
</style>