Shades of Studio #784AC0
Tints of Studio #784AC0
RGB
CMYK
RGB Variations
Color information
#784AC0 (or 0x784AC0) is known color: Studio. HEX triplet: 78, 4A and C0. RGB value is (120,74,192). Sum of RGB (Red+Green+Blue) = 120+74+192=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #784AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AC0 is #87B53F. Grayscale: #646464. Windows color (decimal): -8893760 or 12601976. OLE color: 12601976.
HSL color Cylindrical-coordinate representation of color #784AC0: hue angle of 263.39º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784AC0 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 74 | 192 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 263.39º | 0.48% | 0.52% | - |
| HSV(B) | 263.39º | 0.61% | 0.75% | - |
| XYZ | 19.71 | 12.7 | 51.28 | - |
| YUV | 101.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 192 | 0.38 | 0.61 | 0 | 0.25 | 263.39 | 0.48 | 0.52 |
| Hex | 78 | 4A | C0 | 26 | 3D | 0 | 19 | 107 | 30 | 34 |
| Octal | 170 | 112 | 300 | 46 | 75 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1111000 | 1001010 | 11000000 | 100110 | 111101 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #784AC0
Complementary color
Monochromatic Colors of #784AC0
Black with #784AC0
Text Example
Text Example
White with #784AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AC0; }
p { color: rgb(120,74,192); }
H1.HeaderClassName
{
color: #784AC0;
}
.AnyTagClassName
{
color: #784AC0;
}
</style>
background-color css
<style>
a { background-color: #784AC0; }
a { background-color: rgb(120,74,192); }
div.DivClassName
{
background-color: #784AC0;
}
.BgClassName
{
background-color: #784AC0;
}
</style>
border-color css
<style>
span { border-color: #784AC0; }
span { border-color: rgb(120,74,192); }
td.TdClassName
{
border-color: #784AC0;
}
.TagClassName
{
border-color: #784AC0;
}
</style>