Shades of Studio #7D4B98
Tints of Studio #7D4B98
RGB
CMYK
RGB Variations
Color information
#7D4B98 (or 0x7D4B98) is known color: Studio. HEX triplet: 7D, 4B and 98. RGB value is (125,75,152). Sum of RGB (Red+Green+Blue) = 125+75+152=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D4B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4B98 is #82B467. Grayscale: #626262. Windows color (decimal): -8565864 or 9980797. OLE color: 9980797.
HSL color Cylindrical-coordinate representation of color #7D4B98: hue angle of 278.96º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D4B98 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 75 | 152 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.40 |
| HSL | 278.96º | 0.34% | 0.45% | - |
| HSV(B) | 278.96º | 0.51% | 0.6% | - |
| XYZ | 16.64 | 11.66 | 31.08 | - |
| YUV | 98.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 152 | 0.18 | 0.51 | 0 | 0.40 | 278.96 | 0.34 | 0.45 |
| Hex | 7D | 4B | 98 | 12 | 33 | 0 | 28 | 117 | 22 | 2D |
| Octal | 175 | 113 | 230 | 22 | 63 | 0 | 50 | 427 | 42 | 55 |
| Binary | 1111101 | 1001011 | 10011000 | 10010 | 110011 | 0 | 101000 | 100010111 | 100010 | 101101 |
Color Harmonies of #7D4B98
Complementary color
Monochromatic Colors of #7D4B98
Black with #7D4B98
Text Example
Text Example
White with #7D4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B98; }
p { color: rgb(125,75,152); }
H1.HeaderClassName
{
color: #7D4B98;
}
.AnyTagClassName
{
color: #7D4B98;
}
</style>
background-color css
<style>
a { background-color: #7D4B98; }
a { background-color: rgb(125,75,152); }
div.DivClassName
{
background-color: #7D4B98;
}
.BgClassName
{
background-color: #7D4B98;
}
</style>
border-color css
<style>
span { border-color: #7D4B98; }
span { border-color: rgb(125,75,152); }
td.TdClassName
{
border-color: #7D4B98;
}
.TagClassName
{
border-color: #7D4B98;
}
</style>