Shades of Studio #785E97
Tints of Studio #785E97
RGB
CMYK
RGB Variations
Color information
#785E97 (or 0x785E97) is known color: Studio. HEX triplet: 78, 5E and 97. RGB value is (120,94,151). Sum of RGB (Red+Green+Blue) = 120+94+151=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #785E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E97 is #87A168. Grayscale: #6C6C6C. Windows color (decimal): -8888681 or 9920120. OLE color: 9920120.
HSL color Cylindrical-coordinate representation of color #785E97: hue angle of 267.37º degrees, saturation: 0.23, 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 #785E97 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 94 | 151 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.41 |
| HSL | 267.37º | 0.23% | 0.48% | - |
| HSV(B) | 267.37º | 0.38% | 0.59% | - |
| XYZ | 17.33 | 14.23 | 31.11 | - |
| YUV | 108.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 151 | 0.21 | 0.38 | 0 | 0.41 | 267.37 | 0.23 | 0.48 |
| Hex | 78 | 5E | 97 | 15 | 26 | 0 | 29 | 10B | 17 | 30 |
| Octal | 170 | 136 | 227 | 25 | 46 | 0 | 51 | 413 | 27 | 60 |
| Binary | 1111000 | 1011110 | 10010111 | 10101 | 100110 | 0 | 101001 | 100001011 | 10111 | 110000 |
Color Harmonies of #785E97
Complementary color
Monochromatic Colors of #785E97
Black with #785E97
Text Example
Text Example
White with #785E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E97; }
p { color: rgb(120,94,151); }
H1.HeaderClassName
{
color: #785E97;
}
.AnyTagClassName
{
color: #785E97;
}
</style>
background-color css
<style>
a { background-color: #785E97; }
a { background-color: rgb(120,94,151); }
div.DivClassName
{
background-color: #785E97;
}
.BgClassName
{
background-color: #785E97;
}
</style>
border-color css
<style>
span { border-color: #785E97; }
span { border-color: rgb(120,94,151); }
td.TdClassName
{
border-color: #785E97;
}
.TagClassName
{
border-color: #785E97;
}
</style>