Shades of Studio #785696
Tints of Studio #785696
RGB
CMYK
RGB Variations
Color information
#785696 (or 0x785696) is known color: Studio. HEX triplet: 78, 56 and 96. RGB value is (120,86,150). Sum of RGB (Red+Green+Blue) = 120+86+150=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #785696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785696 is #87A969. Grayscale: #676767. Windows color (decimal): -8890730 or 9852536. OLE color: 9852536.
HSL color Cylindrical-coordinate representation of color #785696: hue angle of 271.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785696 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 86 | 150 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.41 |
| HSL | 271.88º | 0.27% | 0.46% | - |
| HSV(B) | 271.88º | 0.43% | 0.59% | - |
| XYZ | 16.58 | 12.85 | 30.46 | - |
| YUV | 103.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 150 | 0.20 | 0.43 | 0 | 0.41 | 271.88 | 0.27 | 0.46 |
| Hex | 78 | 56 | 96 | 14 | 2B | 0 | 29 | 110 | 1B | 2E |
| Octal | 170 | 126 | 226 | 24 | 53 | 0 | 51 | 420 | 33 | 56 |
| Binary | 1111000 | 1010110 | 10010110 | 10100 | 101011 | 0 | 101001 | 100010000 | 11011 | 101110 |
Color Harmonies of #785696
Complementary color
Monochromatic Colors of #785696
Black with #785696
Text Example
Text Example
White with #785696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785696; }
p { color: rgb(120,86,150); }
H1.HeaderClassName
{
color: #785696;
}
.AnyTagClassName
{
color: #785696;
}
</style>
background-color css
<style>
a { background-color: #785696; }
a { background-color: rgb(120,86,150); }
div.DivClassName
{
background-color: #785696;
}
.BgClassName
{
background-color: #785696;
}
</style>
border-color css
<style>
span { border-color: #785696; }
span { border-color: rgb(120,86,150); }
td.TdClassName
{
border-color: #785696;
}
.TagClassName
{
border-color: #785696;
}
</style>