Shades of Studio #784698
Tints of Studio #784698
RGB
CMYK
RGB Variations
Color information
#784698 (or 0x784698) is known color: Studio. HEX triplet: 78, 46 and 98. RGB value is (120,70,152). Sum of RGB (Red+Green+Blue) = 120+70+152=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #784698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784698 is #87B967. Grayscale: #5E5E5E. Windows color (decimal): -8894824 or 9979512. OLE color: 9979512.
HSL color Cylindrical-coordinate representation of color #784698: hue angle of 276.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784698 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 70 | 152 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.40 |
| HSL | 276.59º | 0.37% | 0.44% | - |
| HSV(B) | 276.59º | 0.54% | 0.6% | - |
| XYZ | 15.6 | 10.64 | 30.94 | - |
| YUV | 94.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 152 | 0.21 | 0.54 | 0 | 0.40 | 276.59 | 0.37 | 0.44 |
| Hex | 78 | 46 | 98 | 15 | 36 | 0 | 28 | 115 | 25 | 2C |
| Octal | 170 | 106 | 230 | 25 | 66 | 0 | 50 | 425 | 45 | 54 |
| Binary | 1111000 | 1000110 | 10011000 | 10101 | 110110 | 0 | 101000 | 100010101 | 100101 | 101100 |
Color Harmonies of #784698
Complementary color
Monochromatic Colors of #784698
Black with #784698
Text Example
Text Example
White with #784698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784698; }
p { color: rgb(120,70,152); }
H1.HeaderClassName
{
color: #784698;
}
.AnyTagClassName
{
color: #784698;
}
</style>
background-color css
<style>
a { background-color: #784698; }
a { background-color: rgb(120,70,152); }
div.DivClassName
{
background-color: #784698;
}
.BgClassName
{
background-color: #784698;
}
</style>
border-color css
<style>
span { border-color: #784698; }
span { border-color: rgb(120,70,152); }
td.TdClassName
{
border-color: #784698;
}
.TagClassName
{
border-color: #784698;
}
</style>