Shades of Studio #78539F
Tints of Studio #78539F
RGB
CMYK
RGB Variations
Color information
#78539F (or 0x78539F) is known color: Studio. HEX triplet: 78, 53 and 9F. RGB value is (120,83,159). Sum of RGB (Red+Green+Blue) = 120+83+159=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #78539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78539F is #87AC60. Grayscale: #666666. Windows color (decimal): -8891489 or 10441592. OLE color: 10441592.
HSL color Cylindrical-coordinate representation of color #78539F: hue angle of 269.21º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78539F is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 83 | 159 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.38 |
| HSL | 269.21º | 0.31% | 0.47% | - |
| HSV(B) | 269.21º | 0.48% | 0.62% | - |
| XYZ | 17.1 | 12.68 | 34.35 | - |
| YUV | 102.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 159 | 0.25 | 0.48 | 0 | 0.38 | 269.21 | 0.31 | 0.47 |
| Hex | 78 | 53 | 9F | 19 | 30 | 0 | 26 | 10D | 1F | 2F |
| Octal | 170 | 123 | 237 | 31 | 60 | 0 | 46 | 415 | 37 | 57 |
| Binary | 1111000 | 1010011 | 10011111 | 11001 | 110000 | 0 | 100110 | 100001101 | 11111 | 101111 |
Color Harmonies of #78539F
Complementary color
Monochromatic Colors of #78539F
Black with #78539F
Text Example
Text Example
White with #78539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78539F; }
p { color: rgb(120,83,159); }
H1.HeaderClassName
{
color: #78539F;
}
.AnyTagClassName
{
color: #78539F;
}
</style>
background-color css
<style>
a { background-color: #78539F; }
a { background-color: rgb(120,83,159); }
div.DivClassName
{
background-color: #78539F;
}
.BgClassName
{
background-color: #78539F;
}
</style>
border-color css
<style>
span { border-color: #78539F; }
span { border-color: rgb(120,83,159); }
td.TdClassName
{
border-color: #78539F;
}
.TagClassName
{
border-color: #78539F;
}
</style>