Shades of Studio #785297
Tints of Studio #785297
RGB
CMYK
RGB Variations
Color information
#785297 (or 0x785297) is known color: Studio. HEX triplet: 78, 52 and 97. RGB value is (120,82,151). Sum of RGB (Red+Green+Blue) = 120+82+151=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #785297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785297 is #87AD68. Grayscale: #646464. Windows color (decimal): -8891753 or 9917048. OLE color: 9917048.
HSL color Cylindrical-coordinate representation of color #785297: hue angle of 273.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785297 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 82 | 151 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.41 |
| HSL | 273.04º | 0.3% | 0.46% | - |
| HSV(B) | 273.04º | 0.46% | 0.59% | - |
| XYZ | 16.35 | 12.26 | 30.78 | - |
| YUV | 101.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 151 | 0.21 | 0.46 | 0 | 0.41 | 273.04 | 0.3 | 0.46 |
| Hex | 78 | 52 | 97 | 15 | 2E | 0 | 29 | 111 | 1E | 2E |
| Octal | 170 | 122 | 227 | 25 | 56 | 0 | 51 | 421 | 36 | 56 |
| Binary | 1111000 | 1010010 | 10010111 | 10101 | 101110 | 0 | 101001 | 100010001 | 11110 | 101110 |
Color Harmonies of #785297
Complementary color
Monochromatic Colors of #785297
Black with #785297
Text Example
Text Example
White with #785297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785297; }
p { color: rgb(120,82,151); }
H1.HeaderClassName
{
color: #785297;
}
.AnyTagClassName
{
color: #785297;
}
</style>
background-color css
<style>
a { background-color: #785297; }
a { background-color: rgb(120,82,151); }
div.DivClassName
{
background-color: #785297;
}
.BgClassName
{
background-color: #785297;
}
</style>
border-color css
<style>
span { border-color: #785297; }
span { border-color: rgb(120,82,151); }
td.TdClassName
{
border-color: #785297;
}
.TagClassName
{
border-color: #785297;
}
</style>