Shades of Studio #7D4DBC
Tints of Studio #7D4DBC
RGB
CMYK
RGB Variations
Color information
#7D4DBC (or 0x7D4DBC) is known color: Studio. HEX triplet: 7D, 4D and BC. RGB value is (125,77,188). Sum of RGB (Red+Green+Blue) = 125+77+188=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DBC is #82B243. Grayscale: #676767. Windows color (decimal): -8565316 or 12340605. OLE color: 12340605.
HSL color Cylindrical-coordinate representation of color #7D4DBC: hue angle of 265.95º degrees, saturation: 0.45, 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 #7D4DBC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 77 | 188 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.26 |
| HSL | 265.95º | 0.45% | 0.52% | - |
| HSV(B) | 265.95º | 0.59% | 0.74% | - |
| XYZ | 20.19 | 13.3 | 49.08 | - |
| YUV | 104.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 188 | 0.34 | 0.59 | 0 | 0.26 | 265.95 | 0.45 | 0.52 |
| Hex | 7D | 4D | BC | 22 | 3B | 0 | 1A | 10A | 2D | 34 |
| Octal | 175 | 115 | 274 | 42 | 73 | 0 | 32 | 412 | 55 | 64 |
| Binary | 1111101 | 1001101 | 10111100 | 100010 | 111011 | 0 | 11010 | 100001010 | 101101 | 110100 |
Color Harmonies of #7D4DBC
Complementary color
Monochromatic Colors of #7D4DBC
Black with #7D4DBC
Text Example
Text Example
White with #7D4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DBC; }
p { color: rgb(125,77,188); }
H1.HeaderClassName
{
color: #7D4DBC;
}
.AnyTagClassName
{
color: #7D4DBC;
}
</style>
background-color css
<style>
a { background-color: #7D4DBC; }
a { background-color: rgb(125,77,188); }
div.DivClassName
{
background-color: #7D4DBC;
}
.BgClassName
{
background-color: #7D4DBC;
}
</style>
border-color css
<style>
span { border-color: #7D4DBC; }
span { border-color: rgb(125,77,188); }
td.TdClassName
{
border-color: #7D4DBC;
}
.TagClassName
{
border-color: #7D4DBC;
}
</style>