Shades of Studio #794DBB
Tints of Studio #794DBB
RGB
CMYK
RGB Variations
Color information
#794DBB (or 0x794DBB) is known color: Studio. HEX triplet: 79, 4D and BB. RGB value is (121,77,187). Sum of RGB (Red+Green+Blue) = 121+77+187=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #794DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBB is #86B244. Grayscale: #666666. Windows color (decimal): -8827461 or 12275065. OLE color: 12275065.
HSL color Cylindrical-coordinate representation of color #794DBB: hue angle of 264º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794DBB is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 77 | 187 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.27 |
| HSL | 264º | 0.45% | 0.52% | - |
| HSV(B) | 264º | 0.59% | 0.73% | - |
| XYZ | 19.51 | 12.96 | 48.49 | - |
| YUV | 102.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 187 | 0.35 | 0.59 | 0 | 0.27 | 264 | 0.45 | 0.52 |
| Hex | 79 | 4D | BB | 23 | 3B | 0 | 1B | 108 | 2D | 34 |
| Octal | 171 | 115 | 273 | 43 | 73 | 0 | 33 | 410 | 55 | 64 |
| Binary | 1111001 | 1001101 | 10111011 | 100011 | 111011 | 0 | 11011 | 100001000 | 101101 | 110100 |
Color Harmonies of #794DBB
Complementary color
Monochromatic Colors of #794DBB
Black with #794DBB
Text Example
Text Example
White with #794DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DBB; }
p { color: rgb(121,77,187); }
H1.HeaderClassName
{
color: #794DBB;
}
.AnyTagClassName
{
color: #794DBB;
}
</style>
background-color css
<style>
a { background-color: #794DBB; }
a { background-color: rgb(121,77,187); }
div.DivClassName
{
background-color: #794DBB;
}
.BgClassName
{
background-color: #794DBB;
}
</style>
border-color css
<style>
span { border-color: #794DBB; }
span { border-color: rgb(121,77,187); }
td.TdClassName
{
border-color: #794DBB;
}
.TagClassName
{
border-color: #794DBB;
}
</style>