Shades of Studio #785597
Tints of Studio #785597
RGB
CMYK
RGB Variations
Color information
#785597 (or 0x785597) is known color: Studio. HEX triplet: 78, 55 and 97. RGB value is (120,85,151). Sum of RGB (Red+Green+Blue) = 120+85+151=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #785597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785597 is #87AA68. Grayscale: #666666. Windows color (decimal): -8890985 or 9917816. OLE color: 9917816.
HSL color Cylindrical-coordinate representation of color #785597: hue angle of 271.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785597 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 85 | 151 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.41 |
| HSL | 271.82º | 0.28% | 0.46% | - |
| HSV(B) | 271.82º | 0.44% | 0.59% | - |
| XYZ | 16.58 | 12.72 | 30.86 | - |
| YUV | 102.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 151 | 0.21 | 0.44 | 0 | 0.41 | 271.82 | 0.28 | 0.46 |
| Hex | 78 | 55 | 97 | 15 | 2C | 0 | 29 | 110 | 1C | 2E |
| Octal | 170 | 125 | 227 | 25 | 54 | 0 | 51 | 420 | 34 | 56 |
| Binary | 1111000 | 1010101 | 10010111 | 10101 | 101100 | 0 | 101001 | 100010000 | 11100 | 101110 |
Color Harmonies of #785597
Complementary color
Monochromatic Colors of #785597
Black with #785597
Text Example
Text Example
White with #785597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785597; }
p { color: rgb(120,85,151); }
H1.HeaderClassName
{
color: #785597;
}
.AnyTagClassName
{
color: #785597;
}
</style>
background-color css
<style>
a { background-color: #785597; }
a { background-color: rgb(120,85,151); }
div.DivClassName
{
background-color: #785597;
}
.BgClassName
{
background-color: #785597;
}
</style>
border-color css
<style>
span { border-color: #785597; }
span { border-color: rgb(120,85,151); }
td.TdClassName
{
border-color: #785597;
}
.TagClassName
{
border-color: #785597;
}
</style>