Shades of Studio #785C94
Tints of Studio #785C94
RGB
CMYK
RGB Variations
Color information
#785C94 (or 0x785C94) is known color: Studio. HEX triplet: 78, 5C and 94. RGB value is (120,92,148). Sum of RGB (Red+Green+Blue) = 120+92+148=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #785C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C94 is #87A36B. Grayscale: #6A6A6A. Windows color (decimal): -8889196 or 9723000. OLE color: 9723000.
HSL color Cylindrical-coordinate representation of color #785C94: hue angle of 270º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785C94 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 92 | 148 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.42 |
| HSL | 270º | 0.23% | 0.47% | - |
| HSV(B) | 270º | 0.38% | 0.58% | - |
| XYZ | 16.92 | 13.79 | 29.79 | - |
| YUV | 106.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 148 | 0.19 | 0.38 | 0 | 0.42 | 270 | 0.23 | 0.47 |
| Hex | 78 | 5C | 94 | 13 | 26 | 0 | 2A | 10E | 17 | 2F |
| Octal | 170 | 134 | 224 | 23 | 46 | 0 | 52 | 416 | 27 | 57 |
| Binary | 1111000 | 1011100 | 10010100 | 10011 | 100110 | 0 | 101010 | 100001110 | 10111 | 101111 |
Color Harmonies of #785C94
Complementary color
Monochromatic Colors of #785C94
Black with #785C94
Text Example
Text Example
White with #785C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C94; }
p { color: rgb(120,92,148); }
H1.HeaderClassName
{
color: #785C94;
}
.AnyTagClassName
{
color: #785C94;
}
</style>
background-color css
<style>
a { background-color: #785C94; }
a { background-color: rgb(120,92,148); }
div.DivClassName
{
background-color: #785C94;
}
.BgClassName
{
background-color: #785C94;
}
</style>
border-color css
<style>
span { border-color: #785C94; }
span { border-color: rgb(120,92,148); }
td.TdClassName
{
border-color: #785C94;
}
.TagClassName
{
border-color: #785C94;
}
</style>