Shades of Studio #784DA0
Tints of Studio #784DA0
RGB
CMYK
RGB Variations
Color information
#784DA0 (or 0x784DA0) is known color: Studio. HEX triplet: 78, 4D and A0. RGB value is (120,77,160). Sum of RGB (Red+Green+Blue) = 120+77+160=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #784DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DA0 is #87B25F. Grayscale: #636363. Windows color (decimal): -8893024 or 10505592. OLE color: 10505592.
HSL color Cylindrical-coordinate representation of color #784DA0: hue angle of 271.08º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784DA0 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 77 | 160 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.37 |
| HSL | 271.08º | 0.35% | 0.46% | - |
| HSV(B) | 271.08º | 0.52% | 0.63% | - |
| XYZ | 16.74 | 11.84 | 34.66 | - |
| YUV | 99.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 160 | 0.25 | 0.52 | 0 | 0.37 | 271.08 | 0.35 | 0.46 |
| Hex | 78 | 4D | A0 | 19 | 34 | 0 | 25 | 10F | 23 | 2E |
| Octal | 170 | 115 | 240 | 31 | 64 | 0 | 45 | 417 | 43 | 56 |
| Binary | 1111000 | 1001101 | 10100000 | 11001 | 110100 | 0 | 100101 | 100001111 | 100011 | 101110 |
Color Harmonies of #784DA0
Complementary color
Monochromatic Colors of #784DA0
Black with #784DA0
Text Example
Text Example
White with #784DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DA0; }
p { color: rgb(120,77,160); }
H1.HeaderClassName
{
color: #784DA0;
}
.AnyTagClassName
{
color: #784DA0;
}
</style>
background-color css
<style>
a { background-color: #784DA0; }
a { background-color: rgb(120,77,160); }
div.DivClassName
{
background-color: #784DA0;
}
.BgClassName
{
background-color: #784DA0;
}
</style>
border-color css
<style>
span { border-color: #784DA0; }
span { border-color: rgb(120,77,160); }
td.TdClassName
{
border-color: #784DA0;
}
.TagClassName
{
border-color: #784DA0;
}
</style>