Shades of Studio #784D95
Tints of Studio #784D95
RGB
CMYK
RGB Variations
Color information
#784D95 (or 0x784D95) is known color: Studio. HEX triplet: 78, 4D and 95. RGB value is (120,77,149). Sum of RGB (Red+Green+Blue) = 120+77+149=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #784D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D95 is #87B26A. Grayscale: #616161. Windows color (decimal): -8893035 or 9784696. OLE color: 9784696.
HSL color Cylindrical-coordinate representation of color #784D95: hue angle of 275.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784D95 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 77 | 149 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.42 |
| HSL | 275.83º | 0.32% | 0.44% | - |
| HSV(B) | 275.83º | 0.48% | 0.58% | - |
| XYZ | 15.82 | 11.47 | 29.81 | - |
| YUV | 98.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 149 | 0.19 | 0.48 | 0 | 0.42 | 275.83 | 0.32 | 0.44 |
| Hex | 78 | 4D | 95 | 13 | 30 | 0 | 2A | 114 | 20 | 2C |
| Octal | 170 | 115 | 225 | 23 | 60 | 0 | 52 | 424 | 40 | 54 |
| Binary | 1111000 | 1001101 | 10010101 | 10011 | 110000 | 0 | 101010 | 100010100 | 100000 | 101100 |
Color Harmonies of #784D95
Complementary color
Monochromatic Colors of #784D95
Black with #784D95
Text Example
Text Example
White with #784D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D95; }
p { color: rgb(120,77,149); }
H1.HeaderClassName
{
color: #784D95;
}
.AnyTagClassName
{
color: #784D95;
}
</style>
background-color css
<style>
a { background-color: #784D95; }
a { background-color: rgb(120,77,149); }
div.DivClassName
{
background-color: #784D95;
}
.BgClassName
{
background-color: #784D95;
}
</style>
border-color css
<style>
span { border-color: #784D95; }
span { border-color: rgb(120,77,149); }
td.TdClassName
{
border-color: #784D95;
}
.TagClassName
{
border-color: #784D95;
}
</style>