Shades of Studio #78599D
Tints of Studio #78599D
RGB
CMYK
RGB Variations
Color information
#78599D (or 0x78599D) is known color: Studio. HEX triplet: 78, 59 and 9D. RGB value is (120,89,157). Sum of RGB (Red+Green+Blue) = 120+89+157=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #78599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78599D is #87A662. Grayscale: #696969. Windows color (decimal): -8889955 or 10312056. OLE color: 10312056.
HSL color Cylindrical-coordinate representation of color #78599D: hue angle of 267.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78599D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 89 | 157 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.38 |
| HSL | 267.35º | 0.28% | 0.48% | - |
| HSV(B) | 267.35º | 0.43% | 0.62% | - |
| XYZ | 17.4 | 13.57 | 33.6 | - |
| YUV | 106.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 157 | 0.24 | 0.43 | 0 | 0.38 | 267.35 | 0.28 | 0.48 |
| Hex | 78 | 59 | 9D | 18 | 2B | 0 | 26 | 10B | 1C | 30 |
| Octal | 170 | 131 | 235 | 30 | 53 | 0 | 46 | 413 | 34 | 60 |
| Binary | 1111000 | 1011001 | 10011101 | 11000 | 101011 | 0 | 100110 | 100001011 | 11100 | 110000 |
Color Harmonies of #78599D
Complementary color
Monochromatic Colors of #78599D
Black with #78599D
Text Example
Text Example
White with #78599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78599D; }
p { color: rgb(120,89,157); }
H1.HeaderClassName
{
color: #78599D;
}
.AnyTagClassName
{
color: #78599D;
}
</style>
background-color css
<style>
a { background-color: #78599D; }
a { background-color: rgb(120,89,157); }
div.DivClassName
{
background-color: #78599D;
}
.BgClassName
{
background-color: #78599D;
}
</style>
border-color css
<style>
span { border-color: #78599D; }
span { border-color: rgb(120,89,157); }
td.TdClassName
{
border-color: #78599D;
}
.TagClassName
{
border-color: #78599D;
}
</style>