Shades of Studio #78559D
Tints of Studio #78559D
RGB
CMYK
RGB Variations
Color information
#78559D (or 0x78559D) is known color: Studio. HEX triplet: 78, 55 and 9D. RGB value is (120,85,157). Sum of RGB (Red+Green+Blue) = 120+85+157=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #78559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78559D is #87AA62. Grayscale: #676767. Windows color (decimal): -8890979 or 10311032. OLE color: 10311032.
HSL color Cylindrical-coordinate representation of color #78559D: hue angle of 269.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78559D is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 85 | 157 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.38 |
| HSL | 269.17º | 0.3% | 0.47% | - |
| HSV(B) | 269.17º | 0.46% | 0.62% | - |
| XYZ | 17.08 | 12.92 | 33.49 | - |
| YUV | 103.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 157 | 0.24 | 0.46 | 0 | 0.38 | 269.17 | 0.3 | 0.47 |
| Hex | 78 | 55 | 9D | 18 | 2E | 0 | 26 | 10D | 1E | 2F |
| Octal | 170 | 125 | 235 | 30 | 56 | 0 | 46 | 415 | 36 | 57 |
| Binary | 1111000 | 1010101 | 10011101 | 11000 | 101110 | 0 | 100110 | 100001101 | 11110 | 101111 |
Color Harmonies of #78559D
Complementary color
Monochromatic Colors of #78559D
Black with #78559D
Text Example
Text Example
White with #78559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78559D; }
p { color: rgb(120,85,157); }
H1.HeaderClassName
{
color: #78559D;
}
.AnyTagClassName
{
color: #78559D;
}
</style>
background-color css
<style>
a { background-color: #78559D; }
a { background-color: rgb(120,85,157); }
div.DivClassName
{
background-color: #78559D;
}
.BgClassName
{
background-color: #78559D;
}
</style>
border-color css
<style>
span { border-color: #78559D; }
span { border-color: rgb(120,85,157); }
td.TdClassName
{
border-color: #78559D;
}
.TagClassName
{
border-color: #78559D;
}
</style>