Shades of Studio #784C9B
Tints of Studio #784C9B
RGB
CMYK
RGB Variations
Color information
#784C9B (or 0x784C9B) is known color: Studio. HEX triplet: 78, 4C and 9B. RGB value is (120,76,155). Sum of RGB (Red+Green+Blue) = 120+76+155=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #784C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C9B is #87B364. Grayscale: #616161. Windows color (decimal): -8893285 or 10177656. OLE color: 10177656.
HSL color Cylindrical-coordinate representation of color #784C9B: hue angle of 273.42º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784C9B is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 76 | 155 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.39 |
| HSL | 273.42º | 0.34% | 0.45% | - |
| HSV(B) | 273.42º | 0.51% | 0.61% | - |
| XYZ | 16.25 | 11.53 | 32.38 | - |
| YUV | 98.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 155 | 0.23 | 0.51 | 0 | 0.39 | 273.42 | 0.34 | 0.45 |
| Hex | 78 | 4C | 9B | 17 | 33 | 0 | 27 | 111 | 22 | 2D |
| Octal | 170 | 114 | 233 | 27 | 63 | 0 | 47 | 421 | 42 | 55 |
| Binary | 1111000 | 1001100 | 10011011 | 10111 | 110011 | 0 | 100111 | 100010001 | 100010 | 101101 |
Color Harmonies of #784C9B
Complementary color
Monochromatic Colors of #784C9B
Black with #784C9B
Text Example
Text Example
White with #784C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C9B; }
p { color: rgb(120,76,155); }
H1.HeaderClassName
{
color: #784C9B;
}
.AnyTagClassName
{
color: #784C9B;
}
</style>
background-color css
<style>
a { background-color: #784C9B; }
a { background-color: rgb(120,76,155); }
div.DivClassName
{
background-color: #784C9B;
}
.BgClassName
{
background-color: #784C9B;
}
</style>
border-color css
<style>
span { border-color: #784C9B; }
span { border-color: rgb(120,76,155); }
td.TdClassName
{
border-color: #784C9B;
}
.TagClassName
{
border-color: #784C9B;
}
</style>