Shades of Studio #785D9F
Tints of Studio #785D9F
RGB
CMYK
RGB Variations
Color information
#785D9F (or 0x785D9F) is known color: Studio. HEX triplet: 78, 5D and 9F. RGB value is (120,93,159). Sum of RGB (Red+Green+Blue) = 120+93+159=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #785D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D9F is #87A260. Grayscale: #6C6C6C. Windows color (decimal): -8888929 or 10444152. OLE color: 10444152.
HSL color Cylindrical-coordinate representation of color #785D9F: hue angle of 264.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785D9F is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 93 | 159 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.38 |
| HSL | 264.55º | 0.26% | 0.49% | - |
| HSV(B) | 264.55º | 0.42% | 0.62% | - |
| XYZ | 17.92 | 14.32 | 34.62 | - |
| YUV | 108.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 159 | 0.25 | 0.42 | 0 | 0.38 | 264.55 | 0.26 | 0.49 |
| Hex | 78 | 5D | 9F | 19 | 2A | 0 | 26 | 109 | 1A | 31 |
| Octal | 170 | 135 | 237 | 31 | 52 | 0 | 46 | 411 | 32 | 61 |
| Binary | 1111000 | 1011101 | 10011111 | 11001 | 101010 | 0 | 100110 | 100001001 | 11010 | 110001 |
Color Harmonies of #785D9F
Complementary color
Monochromatic Colors of #785D9F
Black with #785D9F
Text Example
Text Example
White with #785D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D9F; }
p { color: rgb(120,93,159); }
H1.HeaderClassName
{
color: #785D9F;
}
.AnyTagClassName
{
color: #785D9F;
}
</style>
background-color css
<style>
a { background-color: #785D9F; }
a { background-color: rgb(120,93,159); }
div.DivClassName
{
background-color: #785D9F;
}
.BgClassName
{
background-color: #785D9F;
}
</style>
border-color css
<style>
span { border-color: #785D9F; }
span { border-color: rgb(120,93,159); }
td.TdClassName
{
border-color: #785D9F;
}
.TagClassName
{
border-color: #785D9F;
}
</style>