Shades of Studio #784DAD
Tints of Studio #784DAD
RGB
CMYK
RGB Variations
Color information
#784DAD (or 0x784DAD) is known color: Studio. HEX triplet: 78, 4D and AD. RGB value is (120,77,173). Sum of RGB (Red+Green+Blue) = 120+77+173=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #784DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DAD is #87B252. Grayscale: #646464. Windows color (decimal): -8893011 or 11357560. OLE color: 11357560.
HSL color Cylindrical-coordinate representation of color #784DAD: hue angle of 266.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784DAD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 77 | 173 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.32 |
| HSL | 266.88º | 0.38% | 0.49% | - |
| HSV(B) | 266.88º | 0.55% | 0.68% | - |
| XYZ | 17.94 | 12.32 | 40.97 | - |
| YUV | 100.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 173 | 0.31 | 0.55 | 0 | 0.32 | 266.88 | 0.38 | 0.49 |
| Hex | 78 | 4D | AD | 1F | 37 | 0 | 20 | 10B | 26 | 31 |
| Octal | 170 | 115 | 255 | 37 | 67 | 0 | 40 | 413 | 46 | 61 |
| Binary | 1111000 | 1001101 | 10101101 | 11111 | 110111 | 0 | 100000 | 100001011 | 100110 | 110001 |
Color Harmonies of #784DAD
Complementary color
Monochromatic Colors of #784DAD
Black with #784DAD
Text Example
Text Example
White with #784DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DAD; }
p { color: rgb(120,77,173); }
H1.HeaderClassName
{
color: #784DAD;
}
.AnyTagClassName
{
color: #784DAD;
}
</style>
background-color css
<style>
a { background-color: #784DAD; }
a { background-color: rgb(120,77,173); }
div.DivClassName
{
background-color: #784DAD;
}
.BgClassName
{
background-color: #784DAD;
}
</style>
border-color css
<style>
span { border-color: #784DAD; }
span { border-color: rgb(120,77,173); }
td.TdClassName
{
border-color: #784DAD;
}
.TagClassName
{
border-color: #784DAD;
}
</style>