Shades of Studio #785C9B
Tints of Studio #785C9B
RGB
CMYK
RGB Variations
Color information
#785C9B (or 0x785C9B) is known color: Studio. HEX triplet: 78, 5C and 9B. RGB value is (120,92,155). Sum of RGB (Red+Green+Blue) = 120+92+155=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #785C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C9B is #87A364. Grayscale: #6B6B6B. Windows color (decimal): -8889189 or 10181752. OLE color: 10181752.
HSL color Cylindrical-coordinate representation of color #785C9B: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785C9B is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 92 | 155 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.39 |
| HSL | 266.67º | 0.26% | 0.48% | - |
| HSV(B) | 266.67º | 0.41% | 0.61% | - |
| XYZ | 17.49 | 14.01 | 32.79 | - |
| YUV | 107.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 155 | 0.23 | 0.41 | 0 | 0.39 | 266.67 | 0.26 | 0.48 |
| Hex | 78 | 5C | 9B | 17 | 29 | 0 | 27 | 10B | 1A | 30 |
| Octal | 170 | 134 | 233 | 27 | 51 | 0 | 47 | 413 | 32 | 60 |
| Binary | 1111000 | 1011100 | 10011011 | 10111 | 101001 | 0 | 100111 | 100001011 | 11010 | 110000 |
Color Harmonies of #785C9B
Complementary color
Monochromatic Colors of #785C9B
Black with #785C9B
Text Example
Text Example
White with #785C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C9B; }
p { color: rgb(120,92,155); }
H1.HeaderClassName
{
color: #785C9B;
}
.AnyTagClassName
{
color: #785C9B;
}
</style>
background-color css
<style>
a { background-color: #785C9B; }
a { background-color: rgb(120,92,155); }
div.DivClassName
{
background-color: #785C9B;
}
.BgClassName
{
background-color: #785C9B;
}
</style>
border-color css
<style>
span { border-color: #785C9B; }
span { border-color: rgb(120,92,155); }
td.TdClassName
{
border-color: #785C9B;
}
.TagClassName
{
border-color: #785C9B;
}
</style>