Shades of Studio #785196
Tints of Studio #785196
RGB
CMYK
RGB Variations
Color information
#785196 (or 0x785196) is known color: Studio. HEX triplet: 78, 51 and 96. RGB value is (120,81,150). Sum of RGB (Red+Green+Blue) = 120+81+150=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #785196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785196 is #87AE69. Grayscale: #646464. Windows color (decimal): -8892010 or 9851256. OLE color: 9851256.
HSL color Cylindrical-coordinate representation of color #785196: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785196 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 81 | 150 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.41 |
| HSL | 273.91º | 0.3% | 0.45% | - |
| HSV(B) | 273.91º | 0.46% | 0.59% | - |
| XYZ | 16.19 | 12.08 | 30.33 | - |
| YUV | 100.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 150 | 0.20 | 0.46 | 0 | 0.41 | 273.91 | 0.3 | 0.45 |
| Hex | 78 | 51 | 96 | 14 | 2E | 0 | 29 | 112 | 1E | 2D |
| Octal | 170 | 121 | 226 | 24 | 56 | 0 | 51 | 422 | 36 | 55 |
| Binary | 1111000 | 1010001 | 10010110 | 10100 | 101110 | 0 | 101001 | 100010010 | 11110 | 101101 |
Color Harmonies of #785196
Complementary color
Monochromatic Colors of #785196
Black with #785196
Text Example
Text Example
White with #785196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785196; }
p { color: rgb(120,81,150); }
H1.HeaderClassName
{
color: #785196;
}
.AnyTagClassName
{
color: #785196;
}
</style>
background-color css
<style>
a { background-color: #785196; }
a { background-color: rgb(120,81,150); }
div.DivClassName
{
background-color: #785196;
}
.BgClassName
{
background-color: #785196;
}
</style>
border-color css
<style>
span { border-color: #785196; }
span { border-color: rgb(120,81,150); }
td.TdClassName
{
border-color: #785196;
}
.TagClassName
{
border-color: #785196;
}
</style>