Shades of Studio #7B5F98
Tints of Studio #7B5F98
RGB
CMYK
RGB Variations
Color information
#7B5F98 (or 0x7B5F98) is known color: Studio. HEX triplet: 7B, 5F and 98. RGB value is (123,95,152). Sum of RGB (Red+Green+Blue) = 123+95+152=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B5F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5F98 is #84A067. Grayscale: #6D6D6D. Windows color (decimal): -8691816 or 9985915. OLE color: 9985915.
HSL color Cylindrical-coordinate representation of color #7B5F98: hue angle of 269.47º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5F98 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 95 | 152 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.40 |
| HSL | 269.47º | 0.23% | 0.48% | - |
| HSV(B) | 269.47º | 0.38% | 0.6% | - |
| XYZ | 17.93 | 14.66 | 31.59 | - |
| YUV | 109.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 152 | 0.19 | 0.38 | 0 | 0.40 | 269.47 | 0.23 | 0.48 |
| Hex | 7B | 5F | 98 | 13 | 26 | 0 | 28 | 10D | 17 | 30 |
| Octal | 173 | 137 | 230 | 23 | 46 | 0 | 50 | 415 | 27 | 60 |
| Binary | 1111011 | 1011111 | 10011000 | 10011 | 100110 | 0 | 101000 | 100001101 | 10111 | 110000 |
Color Harmonies of #7B5F98
Complementary color
Monochromatic Colors of #7B5F98
Black with #7B5F98
Text Example
Text Example
White with #7B5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F98; }
p { color: rgb(123,95,152); }
H1.HeaderClassName
{
color: #7B5F98;
}
.AnyTagClassName
{
color: #7B5F98;
}
</style>
background-color css
<style>
a { background-color: #7B5F98; }
a { background-color: rgb(123,95,152); }
div.DivClassName
{
background-color: #7B5F98;
}
.BgClassName
{
background-color: #7B5F98;
}
</style>
border-color css
<style>
span { border-color: #7B5F98; }
span { border-color: rgb(123,95,152); }
td.TdClassName
{
border-color: #7B5F98;
}
.TagClassName
{
border-color: #7B5F98;
}
</style>