Shades of Studio #785095
Tints of Studio #785095
RGB
CMYK
RGB Variations
Color information
#785095 (or 0x785095) is known color: Studio. HEX triplet: 78, 50 and 95. RGB value is (120,80,149). Sum of RGB (Red+Green+Blue) = 120+80+149=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #785095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785095 is #87AF6A. Grayscale: #636363. Windows color (decimal): -8892267 or 9785464. OLE color: 9785464.
HSL color Cylindrical-coordinate representation of color #785095: hue angle of 274.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785095 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 80 | 149 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.42 |
| HSL | 274.78º | 0.3% | 0.45% | - |
| HSV(B) | 274.78º | 0.46% | 0.58% | - |
| XYZ | 16.04 | 11.9 | 29.89 | - |
| YUV | 99.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 149 | 0.19 | 0.46 | 0 | 0.42 | 274.78 | 0.3 | 0.45 |
| Hex | 78 | 50 | 95 | 13 | 2E | 0 | 2A | 113 | 1E | 2D |
| Octal | 170 | 120 | 225 | 23 | 56 | 0 | 52 | 423 | 36 | 55 |
| Binary | 1111000 | 1010000 | 10010101 | 10011 | 101110 | 0 | 101010 | 100010011 | 11110 | 101101 |
Color Harmonies of #785095
Complementary color
Monochromatic Colors of #785095
Black with #785095
Text Example
Text Example
White with #785095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785095; }
p { color: rgb(120,80,149); }
H1.HeaderClassName
{
color: #785095;
}
.AnyTagClassName
{
color: #785095;
}
</style>
background-color css
<style>
a { background-color: #785095; }
a { background-color: rgb(120,80,149); }
div.DivClassName
{
background-color: #785095;
}
.BgClassName
{
background-color: #785095;
}
</style>
border-color css
<style>
span { border-color: #785095; }
span { border-color: rgb(120,80,149); }
td.TdClassName
{
border-color: #785095;
}
.TagClassName
{
border-color: #785095;
}
</style>