Shades of Studio #794FBB
Tints of Studio #794FBB
RGB
CMYK
RGB Variations
Color information
#794FBB (or 0x794FBB) is known color: Studio. HEX triplet: 79, 4F and BB. RGB value is (121,79,187). Sum of RGB (Red+Green+Blue) = 121+79+187=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #794FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FBB is #86B044. Grayscale: #676767. Windows color (decimal): -8826949 or 12275577. OLE color: 12275577.
HSL color Cylindrical-coordinate representation of color #794FBB: hue angle of 263.33º 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 #794FBB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 79 | 187 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.27 |
| HSL | 263.33º | 0.44% | 0.52% | - |
| HSV(B) | 263.33º | 0.58% | 0.73% | - |
| XYZ | 19.65 | 13.24 | 48.53 | - |
| YUV | 103.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 187 | 0.35 | 0.58 | 0 | 0.27 | 263.33 | 0.44 | 0.52 |
| Hex | 79 | 4F | BB | 23 | 3A | 0 | 1B | 107 | 2C | 34 |
| Octal | 171 | 117 | 273 | 43 | 72 | 0 | 33 | 407 | 54 | 64 |
| Binary | 1111001 | 1001111 | 10111011 | 100011 | 111010 | 0 | 11011 | 100000111 | 101100 | 110100 |
Color Harmonies of #794FBB
Complementary color
Monochromatic Colors of #794FBB
Black with #794FBB
Text Example
Text Example
White with #794FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FBB; }
p { color: rgb(121,79,187); }
H1.HeaderClassName
{
color: #794FBB;
}
.AnyTagClassName
{
color: #794FBB;
}
</style>
background-color css
<style>
a { background-color: #794FBB; }
a { background-color: rgb(121,79,187); }
div.DivClassName
{
background-color: #794FBB;
}
.BgClassName
{
background-color: #794FBB;
}
</style>
border-color css
<style>
span { border-color: #794FBB; }
span { border-color: rgb(121,79,187); }
td.TdClassName
{
border-color: #794FBB;
}
.TagClassName
{
border-color: #794FBB;
}
</style>