Shades of Studio #78579D
Tints of Studio #78579D
RGB
CMYK
RGB Variations
Color information
#78579D (or 0x78579D) is known color: Studio. HEX triplet: 78, 57 and 9D. RGB value is (120,87,157). Sum of RGB (Red+Green+Blue) = 120+87+157=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #78579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78579D is #87A862. Grayscale: #686868. Windows color (decimal): -8890467 or 10311544. OLE color: 10311544.
HSL color Cylindrical-coordinate representation of color #78579D: hue angle of 268.29º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78579D is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 87 | 157 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.38 |
| HSL | 268.29º | 0.29% | 0.48% | - |
| HSV(B) | 268.29º | 0.45% | 0.62% | - |
| XYZ | 17.24 | 13.24 | 33.55 | - |
| YUV | 104.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 157 | 0.24 | 0.45 | 0 | 0.38 | 268.29 | 0.29 | 0.48 |
| Hex | 78 | 57 | 9D | 18 | 2D | 0 | 26 | 10C | 1D | 30 |
| Octal | 170 | 127 | 235 | 30 | 55 | 0 | 46 | 414 | 35 | 60 |
| Binary | 1111000 | 1010111 | 10011101 | 11000 | 101101 | 0 | 100110 | 100001100 | 11101 | 110000 |
Color Harmonies of #78579D
Complementary color
Monochromatic Colors of #78579D
Black with #78579D
Text Example
Text Example
White with #78579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78579D; }
p { color: rgb(120,87,157); }
H1.HeaderClassName
{
color: #78579D;
}
.AnyTagClassName
{
color: #78579D;
}
</style>
background-color css
<style>
a { background-color: #78579D; }
a { background-color: rgb(120,87,157); }
div.DivClassName
{
background-color: #78579D;
}
.BgClassName
{
background-color: #78579D;
}
</style>
border-color css
<style>
span { border-color: #78579D; }
span { border-color: rgb(120,87,157); }
td.TdClassName
{
border-color: #78579D;
}
.TagClassName
{
border-color: #78579D;
}
</style>