Shades of Studio #794FBA
Tints of Studio #794FBA
RGB
CMYK
RGB Variations
Color information
#794FBA (or 0x794FBA) is known color: Studio. HEX triplet: 79, 4F and BA. RGB value is (121,79,186). Sum of RGB (Red+Green+Blue) = 121+79+186=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #794FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FBA is #86B045. Grayscale: #676767. Windows color (decimal): -8826950 or 12210041. OLE color: 12210041.
HSL color Cylindrical-coordinate representation of color #794FBA: hue angle of 263.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794FBA is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 79 | 186 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.27 |
| HSL | 263.55º | 0.44% | 0.52% | - |
| HSV(B) | 263.55º | 0.58% | 0.73% | - |
| XYZ | 19.54 | 13.2 | 47.97 | - |
| YUV | 103.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 186 | 0.35 | 0.58 | 0 | 0.27 | 263.55 | 0.44 | 0.52 |
| Hex | 79 | 4F | BA | 23 | 3A | 0 | 1B | 108 | 2C | 34 |
| Octal | 171 | 117 | 272 | 43 | 72 | 0 | 33 | 410 | 54 | 64 |
| Binary | 1111001 | 1001111 | 10111010 | 100011 | 111010 | 0 | 11011 | 100001000 | 101100 | 110100 |
Color Harmonies of #794FBA
Complementary color
Monochromatic Colors of #794FBA
Black with #794FBA
Text Example
Text Example
White with #794FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FBA; }
p { color: rgb(121,79,186); }
H1.HeaderClassName
{
color: #794FBA;
}
.AnyTagClassName
{
color: #794FBA;
}
</style>
background-color css
<style>
a { background-color: #794FBA; }
a { background-color: rgb(121,79,186); }
div.DivClassName
{
background-color: #794FBA;
}
.BgClassName
{
background-color: #794FBA;
}
</style>
border-color css
<style>
span { border-color: #794FBA; }
span { border-color: rgb(121,79,186); }
td.TdClassName
{
border-color: #794FBA;
}
.TagClassName
{
border-color: #794FBA;
}
</style>