Shades of Studio #785D97
Tints of Studio #785D97
RGB
CMYK
RGB Variations
Color information
#785D97 (or 0x785D97) is known color: Studio. HEX triplet: 78, 5D and 97. RGB value is (120,93,151). Sum of RGB (Red+Green+Blue) = 120+93+151=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #785D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D97 is #87A268. Grayscale: #6B6B6B. Windows color (decimal): -8888937 or 9919864. OLE color: 9919864.
HSL color Cylindrical-coordinate representation of color #785D97: hue angle of 267.93º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785D97 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 93 | 151 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.41 |
| HSL | 267.93º | 0.24% | 0.48% | - |
| HSV(B) | 267.93º | 0.38% | 0.59% | - |
| XYZ | 17.25 | 14.06 | 31.08 | - |
| YUV | 107.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 151 | 0.21 | 0.38 | 0 | 0.41 | 267.93 | 0.24 | 0.48 |
| Hex | 78 | 5D | 97 | 15 | 26 | 0 | 29 | 10C | 18 | 30 |
| Octal | 170 | 135 | 227 | 25 | 46 | 0 | 51 | 414 | 30 | 60 |
| Binary | 1111000 | 1011101 | 10010111 | 10101 | 100110 | 0 | 101001 | 100001100 | 11000 | 110000 |
Color Harmonies of #785D97
Complementary color
Monochromatic Colors of #785D97
Black with #785D97
Text Example
Text Example
White with #785D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D97; }
p { color: rgb(120,93,151); }
H1.HeaderClassName
{
color: #785D97;
}
.AnyTagClassName
{
color: #785D97;
}
</style>
background-color css
<style>
a { background-color: #785D97; }
a { background-color: rgb(120,93,151); }
div.DivClassName
{
background-color: #785D97;
}
.BgClassName
{
background-color: #785D97;
}
</style>
border-color css
<style>
span { border-color: #785D97; }
span { border-color: rgb(120,93,151); }
td.TdClassName
{
border-color: #785D97;
}
.TagClassName
{
border-color: #785D97;
}
</style>