Shades of Studio #78509D
Tints of Studio #78509D
RGB
CMYK
RGB Variations
Color information
#78509D (or 0x78509D) is known color: Studio. HEX triplet: 78, 50 and 9D. RGB value is (120,80,157). Sum of RGB (Red+Green+Blue) = 120+80+157=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #78509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509D is #87AF62. Grayscale: #646464. Windows color (decimal): -8892259 or 10309752. OLE color: 10309752.
HSL color Cylindrical-coordinate representation of color #78509D: hue angle of 271.17º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78509D is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 80 | 157 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.38 |
| HSL | 271.17º | 0.32% | 0.46% | - |
| HSV(B) | 271.17º | 0.49% | 0.62% | - |
| XYZ | 16.7 | 12.16 | 33.37 | - |
| YUV | 100.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 157 | 0.24 | 0.49 | 0 | 0.38 | 271.17 | 0.32 | 0.46 |
| Hex | 78 | 50 | 9D | 18 | 31 | 0 | 26 | 10F | 20 | 2E |
| Octal | 170 | 120 | 235 | 30 | 61 | 0 | 46 | 417 | 40 | 56 |
| Binary | 1111000 | 1010000 | 10011101 | 11000 | 110001 | 0 | 100110 | 100001111 | 100000 | 101110 |
Color Harmonies of #78509D
Complementary color
Monochromatic Colors of #78509D
Black with #78509D
Text Example
Text Example
White with #78509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78509D; }
p { color: rgb(120,80,157); }
H1.HeaderClassName
{
color: #78509D;
}
.AnyTagClassName
{
color: #78509D;
}
</style>
background-color css
<style>
a { background-color: #78509D; }
a { background-color: rgb(120,80,157); }
div.DivClassName
{
background-color: #78509D;
}
.BgClassName
{
background-color: #78509D;
}
</style>
border-color css
<style>
span { border-color: #78509D; }
span { border-color: rgb(120,80,157); }
td.TdClassName
{
border-color: #78509D;
}
.TagClassName
{
border-color: #78509D;
}
</style>