Shades of Studio #794EBA
Tints of Studio #794EBA
RGB
CMYK
RGB Variations
Color information
#794EBA (or 0x794EBA) is known color: Studio. HEX triplet: 79, 4E and BA. RGB value is (121,78,186). Sum of RGB (Red+Green+Blue) = 121+78+186=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #794EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EBA is #86B145. Grayscale: #666666. Windows color (decimal): -8827206 or 12209785. OLE color: 12209785.
HSL color Cylindrical-coordinate representation of color #794EBA: hue angle of 263.89º 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 #794EBA is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 78 | 186 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.27 |
| HSL | 263.89º | 0.44% | 0.52% | - |
| HSV(B) | 263.89º | 0.58% | 0.73% | - |
| XYZ | 19.47 | 13.06 | 47.95 | - |
| YUV | 103.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 186 | 0.35 | 0.58 | 0 | 0.27 | 263.89 | 0.44 | 0.52 |
| Hex | 79 | 4E | BA | 23 | 3A | 0 | 1B | 108 | 2C | 34 |
| Octal | 171 | 116 | 272 | 43 | 72 | 0 | 33 | 410 | 54 | 64 |
| Binary | 1111001 | 1001110 | 10111010 | 100011 | 111010 | 0 | 11011 | 100001000 | 101100 | 110100 |
Color Harmonies of #794EBA
Complementary color
Monochromatic Colors of #794EBA
Black with #794EBA
Text Example
Text Example
White with #794EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EBA; }
p { color: rgb(121,78,186); }
H1.HeaderClassName
{
color: #794EBA;
}
.AnyTagClassName
{
color: #794EBA;
}
</style>
background-color css
<style>
a { background-color: #794EBA; }
a { background-color: rgb(121,78,186); }
div.DivClassName
{
background-color: #794EBA;
}
.BgClassName
{
background-color: #794EBA;
}
</style>
border-color css
<style>
span { border-color: #794EBA; }
span { border-color: rgb(121,78,186); }
td.TdClassName
{
border-color: #794EBA;
}
.TagClassName
{
border-color: #794EBA;
}
</style>