Shades of Studio #784D9B
Tints of Studio #784D9B
RGB
CMYK
RGB Variations
Color information
#784D9B (or 0x784D9B) is known color: Studio. HEX triplet: 78, 4D and 9B. RGB value is (120,77,155). Sum of RGB (Red+Green+Blue) = 120+77+155=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #784D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D9B is #87B264. Grayscale: #626262. Windows color (decimal): -8893029 or 10177912. OLE color: 10177912.
HSL color Cylindrical-coordinate representation of color #784D9B: hue angle of 273.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784D9B is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 77 | 155 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.39 |
| HSL | 273.08º | 0.34% | 0.45% | - |
| HSV(B) | 273.08º | 0.5% | 0.61% | - |
| XYZ | 16.32 | 11.67 | 32.4 | - |
| YUV | 98.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 155 | 0.23 | 0.50 | 0 | 0.39 | 273.08 | 0.34 | 0.45 |
| Hex | 78 | 4D | 9B | 17 | 32 | 0 | 27 | 111 | 22 | 2D |
| Octal | 170 | 115 | 233 | 27 | 62 | 0 | 47 | 421 | 42 | 55 |
| Binary | 1111000 | 1001101 | 10011011 | 10111 | 110010 | 0 | 100111 | 100010001 | 100010 | 101101 |
Color Harmonies of #784D9B
Complementary color
Monochromatic Colors of #784D9B
Black with #784D9B
Text Example
Text Example
White with #784D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D9B; }
p { color: rgb(120,77,155); }
H1.HeaderClassName
{
color: #784D9B;
}
.AnyTagClassName
{
color: #784D9B;
}
</style>
background-color css
<style>
a { background-color: #784D9B; }
a { background-color: rgb(120,77,155); }
div.DivClassName
{
background-color: #784D9B;
}
.BgClassName
{
background-color: #784D9B;
}
</style>
border-color css
<style>
span { border-color: #784D9B; }
span { border-color: rgb(120,77,155); }
td.TdClassName
{
border-color: #784D9B;
}
.TagClassName
{
border-color: #784D9B;
}
</style>