Shades of Studio #7A5F98
Tints of Studio #7A5F98
RGB
CMYK
RGB Variations
Color information
#7A5F98 (or 0x7A5F98) is known color: Studio. HEX triplet: 7A, 5F and 98. RGB value is (122,95,152). Sum of RGB (Red+Green+Blue) = 122+95+152=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5F98 is #85A067. Grayscale: #6D6D6D. Windows color (decimal): -8757352 or 9985914. OLE color: 9985914.
HSL color Cylindrical-coordinate representation of color #7A5F98: hue angle of 268.42º 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 #7A5F98 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 95 | 152 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.40 |
| HSL | 268.42º | 0.23% | 0.48% | - |
| HSV(B) | 268.42º | 0.38% | 0.6% | - |
| XYZ | 17.79 | 14.59 | 31.58 | - |
| YUV | 109.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 152 | 0.20 | 0.38 | 0 | 0.40 | 268.42 | 0.23 | 0.48 |
| Hex | 7A | 5F | 98 | 14 | 26 | 0 | 28 | 10C | 17 | 30 |
| Octal | 172 | 137 | 230 | 24 | 46 | 0 | 50 | 414 | 27 | 60 |
| Binary | 1111010 | 1011111 | 10011000 | 10100 | 100110 | 0 | 101000 | 100001100 | 10111 | 110000 |
Color Harmonies of #7A5F98
Complementary color
Monochromatic Colors of #7A5F98
Black with #7A5F98
Text Example
Text Example
White with #7A5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F98; }
p { color: rgb(122,95,152); }
H1.HeaderClassName
{
color: #7A5F98;
}
.AnyTagClassName
{
color: #7A5F98;
}
</style>
background-color css
<style>
a { background-color: #7A5F98; }
a { background-color: rgb(122,95,152); }
div.DivClassName
{
background-color: #7A5F98;
}
.BgClassName
{
background-color: #7A5F98;
}
</style>
border-color css
<style>
span { border-color: #7A5F98; }
span { border-color: rgb(122,95,152); }
td.TdClassName
{
border-color: #7A5F98;
}
.TagClassName
{
border-color: #7A5F98;
}
</style>