Shades of Studio #7D4DBE
Tints of Studio #7D4DBE
RGB
CMYK
RGB Variations
Color information
#7D4DBE (or 0x7D4DBE) is known color: Studio. HEX triplet: 7D, 4D and BE. RGB value is (125,77,190). Sum of RGB (Red+Green+Blue) = 125+77+190=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DBE is #82B241. Grayscale: #676767. Windows color (decimal): -8565314 or 12471677. OLE color: 12471677.
HSL color Cylindrical-coordinate representation of color #7D4DBE: hue angle of 265.49º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4DBE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 77 | 190 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.25 |
| HSL | 265.49º | 0.47% | 0.52% | - |
| HSV(B) | 265.49º | 0.59% | 0.75% | - |
| XYZ | 20.41 | 13.39 | 50.22 | - |
| YUV | 104.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 190 | 0.34 | 0.59 | 0 | 0.25 | 265.49 | 0.47 | 0.52 |
| Hex | 7D | 4D | BE | 22 | 3B | 0 | 19 | 109 | 2F | 34 |
| Octal | 175 | 115 | 276 | 42 | 73 | 0 | 31 | 411 | 57 | 64 |
| Binary | 1111101 | 1001101 | 10111110 | 100010 | 111011 | 0 | 11001 | 100001001 | 101111 | 110100 |
Color Harmonies of #7D4DBE
Complementary color
Monochromatic Colors of #7D4DBE
Black with #7D4DBE
Text Example
Text Example
White with #7D4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DBE; }
p { color: rgb(125,77,190); }
H1.HeaderClassName
{
color: #7D4DBE;
}
.AnyTagClassName
{
color: #7D4DBE;
}
</style>
background-color css
<style>
a { background-color: #7D4DBE; }
a { background-color: rgb(125,77,190); }
div.DivClassName
{
background-color: #7D4DBE;
}
.BgClassName
{
background-color: #7D4DBE;
}
</style>
border-color css
<style>
span { border-color: #7D4DBE; }
span { border-color: rgb(125,77,190); }
td.TdClassName
{
border-color: #7D4DBE;
}
.TagClassName
{
border-color: #7D4DBE;
}
</style>