Shades of Studio #784C97
Tints of Studio #784C97
RGB
CMYK
RGB Variations
Color information
#784C97 (or 0x784C97) is known color: Studio. HEX triplet: 78, 4C and 97. RGB value is (120,76,151). Sum of RGB (Red+Green+Blue) = 120+76+151=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #784C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C97 is #87B368. Grayscale: #616161. Windows color (decimal): -8893289 or 9915512. OLE color: 9915512.
HSL color Cylindrical-coordinate representation of color #784C97: hue angle of 275.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784C97 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 76 | 151 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.41 |
| HSL | 275.2º | 0.33% | 0.45% | - |
| HSV(B) | 275.2º | 0.5% | 0.59% | - |
| XYZ | 15.92 | 11.4 | 30.64 | - |
| YUV | 97.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 151 | 0.21 | 0.50 | 0 | 0.41 | 275.2 | 0.33 | 0.45 |
| Hex | 78 | 4C | 97 | 15 | 32 | 0 | 29 | 113 | 21 | 2D |
| Octal | 170 | 114 | 227 | 25 | 62 | 0 | 51 | 423 | 41 | 55 |
| Binary | 1111000 | 1001100 | 10010111 | 10101 | 110010 | 0 | 101001 | 100010011 | 100001 | 101101 |
Color Harmonies of #784C97
Complementary color
Monochromatic Colors of #784C97
Black with #784C97
Text Example
Text Example
White with #784C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C97; }
p { color: rgb(120,76,151); }
H1.HeaderClassName
{
color: #784C97;
}
.AnyTagClassName
{
color: #784C97;
}
</style>
background-color css
<style>
a { background-color: #784C97; }
a { background-color: rgb(120,76,151); }
div.DivClassName
{
background-color: #784C97;
}
.BgClassName
{
background-color: #784C97;
}
</style>
border-color css
<style>
span { border-color: #784C97; }
span { border-color: rgb(120,76,151); }
td.TdClassName
{
border-color: #784C97;
}
.TagClassName
{
border-color: #784C97;
}
</style>