Shades of Studio #784998
Tints of Studio #784998
RGB
CMYK
RGB Variations
Color information
#784998 (or 0x784998) is known color: Studio. HEX triplet: 78, 49 and 98. RGB value is (120,73,152). Sum of RGB (Red+Green+Blue) = 120+73+152=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #784998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784998 is #87B667. Grayscale: #5F5F5F. Windows color (decimal): -8894056 or 9980280. OLE color: 9980280.
HSL color Cylindrical-coordinate representation of color #784998: hue angle of 275.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784998 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 73 | 152 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.40 |
| HSL | 275.7º | 0.35% | 0.44% | - |
| HSV(B) | 275.7º | 0.52% | 0.6% | - |
| XYZ | 15.8 | 11.03 | 31 | - |
| YUV | 96.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 152 | 0.21 | 0.52 | 0 | 0.40 | 275.7 | 0.35 | 0.44 |
| Hex | 78 | 49 | 98 | 15 | 34 | 0 | 28 | 114 | 23 | 2C |
| Octal | 170 | 111 | 230 | 25 | 64 | 0 | 50 | 424 | 43 | 54 |
| Binary | 1111000 | 1001001 | 10011000 | 10101 | 110100 | 0 | 101000 | 100010100 | 100011 | 101100 |
Color Harmonies of #784998
Complementary color
Monochromatic Colors of #784998
Black with #784998
Text Example
Text Example
White with #784998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784998; }
p { color: rgb(120,73,152); }
H1.HeaderClassName
{
color: #784998;
}
.AnyTagClassName
{
color: #784998;
}
</style>
background-color css
<style>
a { background-color: #784998; }
a { background-color: rgb(120,73,152); }
div.DivClassName
{
background-color: #784998;
}
.BgClassName
{
background-color: #784998;
}
</style>
border-color css
<style>
span { border-color: #784998; }
span { border-color: rgb(120,73,152); }
td.TdClassName
{
border-color: #784998;
}
.TagClassName
{
border-color: #784998;
}
</style>