Shades of Studio #794ABF
Tints of Studio #794ABF
RGB
CMYK
RGB Variations
Color information
#794ABF (or 0x794ABF) is known color: Studio. HEX triplet: 79, 4A and BF. RGB value is (121,74,191). Sum of RGB (Red+Green+Blue) = 121+74+191=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #794ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ABF is #86B540. Grayscale: #646464. Windows color (decimal): -8828225 or 12536441. OLE color: 12536441.
HSL color Cylindrical-coordinate representation of color #794ABF: hue angle of 264.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794ABF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 74 | 191 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.25 |
| HSL | 264.1º | 0.48% | 0.52% | - |
| HSV(B) | 264.1º | 0.61% | 0.75% | - |
| XYZ | 19.74 | 12.72 | 50.71 | - |
| YUV | 101.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 191 | 0.37 | 0.61 | 0 | 0.25 | 264.1 | 0.48 | 0.52 |
| Hex | 79 | 4A | BF | 25 | 3D | 0 | 19 | 108 | 30 | 34 |
| Octal | 171 | 112 | 277 | 45 | 75 | 0 | 31 | 410 | 60 | 64 |
| Binary | 1111001 | 1001010 | 10111111 | 100101 | 111101 | 0 | 11001 | 100001000 | 110000 | 110100 |
Color Harmonies of #794ABF
Complementary color
Monochromatic Colors of #794ABF
Black with #794ABF
Text Example
Text Example
White with #794ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794ABF; }
p { color: rgb(121,74,191); }
H1.HeaderClassName
{
color: #794ABF;
}
.AnyTagClassName
{
color: #794ABF;
}
</style>
background-color css
<style>
a { background-color: #794ABF; }
a { background-color: rgb(121,74,191); }
div.DivClassName
{
background-color: #794ABF;
}
.BgClassName
{
background-color: #794ABF;
}
</style>
border-color css
<style>
span { border-color: #794ABF; }
span { border-color: rgb(121,74,191); }
td.TdClassName
{
border-color: #794ABF;
}
.TagClassName
{
border-color: #794ABF;
}
</style>