Shades of Studio #7B4D98
Tints of Studio #7B4D98
RGB
CMYK
RGB Variations
Color information
#7B4D98 (or 0x7B4D98) is known color: Studio. HEX triplet: 7B, 4D and 98. RGB value is (123,77,152). Sum of RGB (Red+Green+Blue) = 123+77+152=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 77 (30.47% from 255 or 21.88% 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 #7B4D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4D98 is #84B267. Grayscale: #636363. Windows color (decimal): -8696424 or 9981307. OLE color: 9981307.
HSL color Cylindrical-coordinate representation of color #7B4D98: hue angle of 276.8º 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 #7B4D98 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 77 | 152 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.40 |
| HSL | 276.8º | 0.33% | 0.45% | - |
| HSV(B) | 276.8º | 0.49% | 0.6% | - |
| XYZ | 16.49 | 11.79 | 31.11 | - |
| YUV | 99.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 152 | 0.19 | 0.49 | 0 | 0.40 | 276.8 | 0.33 | 0.45 |
| Hex | 7B | 4D | 98 | 13 | 31 | 0 | 28 | 115 | 21 | 2D |
| Octal | 173 | 115 | 230 | 23 | 61 | 0 | 50 | 425 | 41 | 55 |
| Binary | 1111011 | 1001101 | 10011000 | 10011 | 110001 | 0 | 101000 | 100010101 | 100001 | 101101 |
Color Harmonies of #7B4D98
Complementary color
Monochromatic Colors of #7B4D98
Black with #7B4D98
Text Example
Text Example
White with #7B4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D98; }
p { color: rgb(123,77,152); }
H1.HeaderClassName
{
color: #7B4D98;
}
.AnyTagClassName
{
color: #7B4D98;
}
</style>
background-color css
<style>
a { background-color: #7B4D98; }
a { background-color: rgb(123,77,152); }
div.DivClassName
{
background-color: #7B4D98;
}
.BgClassName
{
background-color: #7B4D98;
}
</style>
border-color css
<style>
span { border-color: #7B4D98; }
span { border-color: rgb(123,77,152); }
td.TdClassName
{
border-color: #7B4D98;
}
.TagClassName
{
border-color: #7B4D98;
}
</style>