Shades of Studio #784DA6
Tints of Studio #784DA6
RGB
CMYK
RGB Variations
Color information
#784DA6 (or 0x784DA6) is known color: Studio. HEX triplet: 78, 4D and A6. RGB value is (120,77,166). Sum of RGB (Red+Green+Blue) = 120+77+166=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #784DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DA6 is #87B259. Grayscale: #636363. Windows color (decimal): -8893018 or 10898808. OLE color: 10898808.
HSL color Cylindrical-coordinate representation of color #784DA6: hue angle of 268.99º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784DA6 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 77 | 166 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.35 |
| HSL | 268.99º | 0.37% | 0.48% | - |
| HSV(B) | 268.99º | 0.54% | 0.65% | - |
| XYZ | 17.28 | 12.05 | 37.49 | - |
| YUV | 100 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 166 | 0.28 | 0.54 | 0 | 0.35 | 268.99 | 0.37 | 0.48 |
| Hex | 78 | 4D | A6 | 1C | 36 | 0 | 23 | 10D | 25 | 30 |
| Octal | 170 | 115 | 246 | 34 | 66 | 0 | 43 | 415 | 45 | 60 |
| Binary | 1111000 | 1001101 | 10100110 | 11100 | 110110 | 0 | 100011 | 100001101 | 100101 | 110000 |
Color Harmonies of #784DA6
Complementary color
Monochromatic Colors of #784DA6
Black with #784DA6
Text Example
Text Example
White with #784DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DA6; }
p { color: rgb(120,77,166); }
H1.HeaderClassName
{
color: #784DA6;
}
.AnyTagClassName
{
color: #784DA6;
}
</style>
background-color css
<style>
a { background-color: #784DA6; }
a { background-color: rgb(120,77,166); }
div.DivClassName
{
background-color: #784DA6;
}
.BgClassName
{
background-color: #784DA6;
}
</style>
border-color css
<style>
span { border-color: #784DA6; }
span { border-color: rgb(120,77,166); }
td.TdClassName
{
border-color: #784DA6;
}
.TagClassName
{
border-color: #784DA6;
}
</style>