Shades of Studio #78509F
Tints of Studio #78509F
RGB
CMYK
RGB Variations
Color information
#78509F (or 0x78509F) is known color: Studio. HEX triplet: 78, 50 and 9F. RGB value is (120,80,159). Sum of RGB (Red+Green+Blue) = 120+80+159=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #78509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509F is #87AF60. Grayscale: #646464. Windows color (decimal): -8892257 or 10440824. OLE color: 10440824.
HSL color Cylindrical-coordinate representation of color #78509F: hue angle of 270.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78509F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 80 | 159 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.38 |
| HSL | 270.38º | 0.33% | 0.47% | - |
| HSV(B) | 270.38º | 0.5% | 0.62% | - |
| XYZ | 16.87 | 12.23 | 34.27 | - |
| YUV | 100.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 159 | 0.25 | 0.50 | 0 | 0.38 | 270.38 | 0.33 | 0.47 |
| Hex | 78 | 50 | 9F | 19 | 32 | 0 | 26 | 10E | 21 | 2F |
| Octal | 170 | 120 | 237 | 31 | 62 | 0 | 46 | 416 | 41 | 57 |
| Binary | 1111000 | 1010000 | 10011111 | 11001 | 110010 | 0 | 100110 | 100001110 | 100001 | 101111 |
Color Harmonies of #78509F
Complementary color
Monochromatic Colors of #78509F
Black with #78509F
Text Example
Text Example
White with #78509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78509F; }
p { color: rgb(120,80,159); }
H1.HeaderClassName
{
color: #78509F;
}
.AnyTagClassName
{
color: #78509F;
}
</style>
background-color css
<style>
a { background-color: #78509F; }
a { background-color: rgb(120,80,159); }
div.DivClassName
{
background-color: #78509F;
}
.BgClassName
{
background-color: #78509F;
}
</style>
border-color css
<style>
span { border-color: #78509F; }
span { border-color: rgb(120,80,159); }
td.TdClassName
{
border-color: #78509F;
}
.TagClassName
{
border-color: #78509F;
}
</style>