Shades of Studio #7A5798
Tints of Studio #7A5798
RGB
CMYK
RGB Variations
Color information
#7A5798 (or 0x7A5798) is known color: Studio. HEX triplet: 7A, 57 and 98. RGB value is (122,87,152). Sum of RGB (Red+Green+Blue) = 122+87+152=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5798 is #85A867. Grayscale: #686868. Windows color (decimal): -8759400 or 9983866. OLE color: 9983866.
HSL color Cylindrical-coordinate representation of color #7A5798: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A5798 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 87 | 152 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.40 |
| HSL | 272.31º | 0.27% | 0.47% | - |
| HSV(B) | 272.31º | 0.43% | 0.6% | - |
| XYZ | 17.1 | 13.22 | 31.36 | - |
| YUV | 104.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 152 | 0.20 | 0.43 | 0 | 0.40 | 272.31 | 0.27 | 0.47 |
| Hex | 7A | 57 | 98 | 14 | 2B | 0 | 28 | 110 | 1B | 2F |
| Octal | 172 | 127 | 230 | 24 | 53 | 0 | 50 | 420 | 33 | 57 |
| Binary | 1111010 | 1010111 | 10011000 | 10100 | 101011 | 0 | 101000 | 100010000 | 11011 | 101111 |
Color Harmonies of #7A5798
Complementary color
Monochromatic Colors of #7A5798
Black with #7A5798
Text Example
Text Example
White with #7A5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5798; }
p { color: rgb(122,87,152); }
H1.HeaderClassName
{
color: #7A5798;
}
.AnyTagClassName
{
color: #7A5798;
}
</style>
background-color css
<style>
a { background-color: #7A5798; }
a { background-color: rgb(122,87,152); }
div.DivClassName
{
background-color: #7A5798;
}
.BgClassName
{
background-color: #7A5798;
}
</style>
border-color css
<style>
span { border-color: #7A5798; }
span { border-color: rgb(122,87,152); }
td.TdClassName
{
border-color: #7A5798;
}
.TagClassName
{
border-color: #7A5798;
}
</style>