Shades of Studio #7D4D98
Tints of Studio #7D4D98
RGB
CMYK
RGB Variations
Color information
#7D4D98 (or 0x7D4D98) is known color: Studio. HEX triplet: 7D, 4D and 98. RGB value is (125,77,152). Sum of RGB (Red+Green+Blue) = 125+77+152=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D4D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4D98 is #82B267. Grayscale: #636363. Windows color (decimal): -8565352 or 9981309. OLE color: 9981309.
HSL color Cylindrical-coordinate representation of color #7D4D98: hue angle of 278.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D4D98 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 77 | 152 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.40 |
| HSL | 278.4º | 0.33% | 0.45% | - |
| HSV(B) | 278.4º | 0.49% | 0.6% | - |
| XYZ | 16.78 | 11.93 | 31.13 | - |
| YUV | 99.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 152 | 0.18 | 0.49 | 0 | 0.40 | 278.4 | 0.33 | 0.45 |
| Hex | 7D | 4D | 98 | 12 | 31 | 0 | 28 | 116 | 21 | 2D |
| Octal | 175 | 115 | 230 | 22 | 61 | 0 | 50 | 426 | 41 | 55 |
| Binary | 1111101 | 1001101 | 10011000 | 10010 | 110001 | 0 | 101000 | 100010110 | 100001 | 101101 |
Color Harmonies of #7D4D98
Complementary color
Monochromatic Colors of #7D4D98
Black with #7D4D98
Text Example
Text Example
White with #7D4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4D98; }
p { color: rgb(125,77,152); }
H1.HeaderClassName
{
color: #7D4D98;
}
.AnyTagClassName
{
color: #7D4D98;
}
</style>
background-color css
<style>
a { background-color: #7D4D98; }
a { background-color: rgb(125,77,152); }
div.DivClassName
{
background-color: #7D4D98;
}
.BgClassName
{
background-color: #7D4D98;
}
</style>
border-color css
<style>
span { border-color: #7D4D98; }
span { border-color: rgb(125,77,152); }
td.TdClassName
{
border-color: #7D4D98;
}
.TagClassName
{
border-color: #7D4D98;
}
</style>