Shades of Studio #794DBC
Tints of Studio #794DBC
RGB
CMYK
RGB Variations
Color information
#794DBC (or 0x794DBC) is known color: Studio. HEX triplet: 79, 4D and BC. RGB value is (121,77,188). Sum of RGB (Red+Green+Blue) = 121+77+188=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #794DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBC is #86B243. Grayscale: #666666. Windows color (decimal): -8827460 or 12340601. OLE color: 12340601.
HSL color Cylindrical-coordinate representation of color #794DBC: hue angle of 263.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794DBC is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 77 | 188 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.26 |
| HSL | 263.78º | 0.45% | 0.52% | - |
| HSV(B) | 263.78º | 0.59% | 0.74% | - |
| XYZ | 19.62 | 13 | 49.05 | - |
| YUV | 102.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 188 | 0.36 | 0.59 | 0 | 0.26 | 263.78 | 0.45 | 0.52 |
| Hex | 79 | 4D | BC | 24 | 3B | 0 | 1A | 108 | 2D | 34 |
| Octal | 171 | 115 | 274 | 44 | 73 | 0 | 32 | 410 | 55 | 64 |
| Binary | 1111001 | 1001101 | 10111100 | 100100 | 111011 | 0 | 11010 | 100001000 | 101101 | 110100 |
Color Harmonies of #794DBC
Complementary color
Monochromatic Colors of #794DBC
Black with #794DBC
Text Example
Text Example
White with #794DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DBC; }
p { color: rgb(121,77,188); }
H1.HeaderClassName
{
color: #794DBC;
}
.AnyTagClassName
{
color: #794DBC;
}
</style>
background-color css
<style>
a { background-color: #794DBC; }
a { background-color: rgb(121,77,188); }
div.DivClassName
{
background-color: #794DBC;
}
.BgClassName
{
background-color: #794DBC;
}
</style>
border-color css
<style>
span { border-color: #794DBC; }
span { border-color: rgb(121,77,188); }
td.TdClassName
{
border-color: #794DBC;
}
.TagClassName
{
border-color: #794DBC;
}
</style>