Shades of Studio #794DAB
Tints of Studio #794DAB
RGB
CMYK
RGB Variations
Color information
#794DAB (or 0x794DAB) is known color: Studio. HEX triplet: 79, 4D and AB. RGB value is (121,77,171). Sum of RGB (Red+Green+Blue) = 121+77+171=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #794DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAB is #86B254. Grayscale: #646464. Windows color (decimal): -8827477 or 11226489. OLE color: 11226489.
HSL color Cylindrical-coordinate representation of color #794DAB: hue angle of 268.09º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794DAB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 77 | 171 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.33 |
| HSL | 268.09º | 0.38% | 0.49% | - |
| HSV(B) | 268.09º | 0.55% | 0.67% | - |
| XYZ | 17.89 | 12.31 | 39.96 | - |
| YUV | 100.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 171 | 0.29 | 0.55 | 0 | 0.33 | 268.09 | 0.38 | 0.49 |
| Hex | 79 | 4D | AB | 1D | 37 | 0 | 21 | 10C | 26 | 31 |
| Octal | 171 | 115 | 253 | 35 | 67 | 0 | 41 | 414 | 46 | 61 |
| Binary | 1111001 | 1001101 | 10101011 | 11101 | 110111 | 0 | 100001 | 100001100 | 100110 | 110001 |
Color Harmonies of #794DAB
Complementary color
Monochromatic Colors of #794DAB
Black with #794DAB
Text Example
Text Example
White with #794DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DAB; }
p { color: rgb(121,77,171); }
H1.HeaderClassName
{
color: #794DAB;
}
.AnyTagClassName
{
color: #794DAB;
}
</style>
background-color css
<style>
a { background-color: #794DAB; }
a { background-color: rgb(121,77,171); }
div.DivClassName
{
background-color: #794DAB;
}
.BgClassName
{
background-color: #794DAB;
}
</style>
border-color css
<style>
span { border-color: #794DAB; }
span { border-color: rgb(121,77,171); }
td.TdClassName
{
border-color: #794DAB;
}
.TagClassName
{
border-color: #794DAB;
}
</style>