Shades of Studio #784C98
Tints of Studio #784C98
RGB
CMYK
RGB Variations
Color information
#784C98 (or 0x784C98) is known color: Studio. HEX triplet: 78, 4C and 98. RGB value is (120,76,152). Sum of RGB (Red+Green+Blue) = 120+76+152=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #784C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C98 is #87B367. Grayscale: #616161. Windows color (decimal): -8893288 or 9981048. OLE color: 9981048.
HSL color Cylindrical-coordinate representation of color #784C98: hue angle of 274.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784C98 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 76 | 152 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.40 |
| HSL | 274.74º | 0.33% | 0.45% | - |
| HSV(B) | 274.74º | 0.5% | 0.6% | - |
| XYZ | 16 | 11.43 | 31.07 | - |
| YUV | 97.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 152 | 0.21 | 0.50 | 0 | 0.40 | 274.74 | 0.33 | 0.45 |
| Hex | 78 | 4C | 98 | 15 | 32 | 0 | 28 | 113 | 21 | 2D |
| Octal | 170 | 114 | 230 | 25 | 62 | 0 | 50 | 423 | 41 | 55 |
| Binary | 1111000 | 1001100 | 10011000 | 10101 | 110010 | 0 | 101000 | 100010011 | 100001 | 101101 |
Color Harmonies of #784C98
Complementary color
Monochromatic Colors of #784C98
Black with #784C98
Text Example
Text Example
White with #784C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C98; }
p { color: rgb(120,76,152); }
H1.HeaderClassName
{
color: #784C98;
}
.AnyTagClassName
{
color: #784C98;
}
</style>
background-color css
<style>
a { background-color: #784C98; }
a { background-color: rgb(120,76,152); }
div.DivClassName
{
background-color: #784C98;
}
.BgClassName
{
background-color: #784C98;
}
</style>
border-color css
<style>
span { border-color: #784C98; }
span { border-color: rgb(120,76,152); }
td.TdClassName
{
border-color: #784C98;
}
.TagClassName
{
border-color: #784C98;
}
</style>