Shades of Studio #785DA0
Tints of Studio #785DA0
RGB
CMYK
RGB Variations
Color information
#785DA0 (or 0x785DA0) is known color: Studio. HEX triplet: 78, 5D and A0. RGB value is (120,93,160). Sum of RGB (Red+Green+Blue) = 120+93+160=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #785DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DA0 is #87A25F. Grayscale: #6C6C6C. Windows color (decimal): -8888928 or 10509688. OLE color: 10509688.
HSL color Cylindrical-coordinate representation of color #785DA0: hue angle of 264.18º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785DA0 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 93 | 160 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.37 |
| HSL | 264.18º | 0.26% | 0.5% | - |
| HSV(B) | 264.18º | 0.42% | 0.63% | - |
| XYZ | 18.01 | 14.36 | 35.08 | - |
| YUV | 108.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 160 | 0.25 | 0.42 | 0 | 0.37 | 264.18 | 0.26 | 0.5 |
| Hex | 78 | 5D | A0 | 19 | 2A | 0 | 25 | 108 | 1A | 32 |
| Octal | 170 | 135 | 240 | 31 | 52 | 0 | 45 | 410 | 32 | 62 |
| Binary | 1111000 | 1011101 | 10100000 | 11001 | 101010 | 0 | 100101 | 100001000 | 11010 | 110010 |
Color Harmonies of #785DA0
Complementary color
Monochromatic Colors of #785DA0
Black with #785DA0
Text Example
Text Example
White with #785DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DA0; }
p { color: rgb(120,93,160); }
H1.HeaderClassName
{
color: #785DA0;
}
.AnyTagClassName
{
color: #785DA0;
}
</style>
background-color css
<style>
a { background-color: #785DA0; }
a { background-color: rgb(120,93,160); }
div.DivClassName
{
background-color: #785DA0;
}
.BgClassName
{
background-color: #785DA0;
}
</style>
border-color css
<style>
span { border-color: #785DA0; }
span { border-color: rgb(120,93,160); }
td.TdClassName
{
border-color: #785DA0;
}
.TagClassName
{
border-color: #785DA0;
}
</style>