Shades of Studio #785B9E
Tints of Studio #785B9E
RGB
CMYK
RGB Variations
Color information
#785B9E (or 0x785B9E) is known color: Studio. HEX triplet: 78, 5B and 9E. RGB value is (120,91,158). Sum of RGB (Red+Green+Blue) = 120+91+158=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #785B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B9E is #87A461. Grayscale: #6B6B6B. Windows color (decimal): -8889442 or 10378104. OLE color: 10378104.
HSL color Cylindrical-coordinate representation of color #785B9E: hue angle of 265.97º degrees, saturation: 0.27, 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 #785B9E is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 91 | 158 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.38 |
| HSL | 265.97º | 0.27% | 0.49% | - |
| HSV(B) | 265.97º | 0.42% | 0.62% | - |
| XYZ | 17.66 | 13.94 | 34.11 | - |
| YUV | 107.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 158 | 0.24 | 0.42 | 0 | 0.38 | 265.97 | 0.27 | 0.49 |
| Hex | 78 | 5B | 9E | 18 | 2A | 0 | 26 | 10A | 1B | 31 |
| Octal | 170 | 133 | 236 | 30 | 52 | 0 | 46 | 412 | 33 | 61 |
| Binary | 1111000 | 1011011 | 10011110 | 11000 | 101010 | 0 | 100110 | 100001010 | 11011 | 110001 |
Color Harmonies of #785B9E
Complementary color
Monochromatic Colors of #785B9E
Black with #785B9E
Text Example
Text Example
White with #785B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B9E; }
p { color: rgb(120,91,158); }
H1.HeaderClassName
{
color: #785B9E;
}
.AnyTagClassName
{
color: #785B9E;
}
</style>
background-color css
<style>
a { background-color: #785B9E; }
a { background-color: rgb(120,91,158); }
div.DivClassName
{
background-color: #785B9E;
}
.BgClassName
{
background-color: #785B9E;
}
</style>
border-color css
<style>
span { border-color: #785B9E; }
span { border-color: rgb(120,91,158); }
td.TdClassName
{
border-color: #785B9E;
}
.TagClassName
{
border-color: #785B9E;
}
</style>