Shades of Studio #784DB5
Tints of Studio #784DB5
RGB
CMYK
RGB Variations
Color information
#784DB5 (or 0x784DB5) is known color: Studio. HEX triplet: 78, 4D and B5. RGB value is (120,77,181). Sum of RGB (Red+Green+Blue) = 120+77+181=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #784DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DB5 is #87B24A. Grayscale: #656565. Windows color (decimal): -8893003 or 11881848. OLE color: 11881848.
HSL color Cylindrical-coordinate representation of color #784DB5: hue angle of 264.81º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784DB5 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 77 | 181 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.29 |
| HSL | 264.81º | 0.41% | 0.51% | - |
| HSV(B) | 264.81º | 0.57% | 0.71% | - |
| XYZ | 18.74 | 12.64 | 45.17 | - |
| YUV | 101.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 181 | 0.34 | 0.57 | 0 | 0.29 | 264.81 | 0.41 | 0.51 |
| Hex | 78 | 4D | B5 | 22 | 39 | 0 | 1D | 109 | 29 | 33 |
| Octal | 170 | 115 | 265 | 42 | 71 | 0 | 35 | 411 | 51 | 63 |
| Binary | 1111000 | 1001101 | 10110101 | 100010 | 111001 | 0 | 11101 | 100001001 | 101001 | 110011 |
Color Harmonies of #784DB5
Complementary color
Monochromatic Colors of #784DB5
Black with #784DB5
Text Example
Text Example
White with #784DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DB5; }
p { color: rgb(120,77,181); }
H1.HeaderClassName
{
color: #784DB5;
}
.AnyTagClassName
{
color: #784DB5;
}
</style>
background-color css
<style>
a { background-color: #784DB5; }
a { background-color: rgb(120,77,181); }
div.DivClassName
{
background-color: #784DB5;
}
.BgClassName
{
background-color: #784DB5;
}
</style>
border-color css
<style>
span { border-color: #784DB5; }
span { border-color: rgb(120,77,181); }
td.TdClassName
{
border-color: #784DB5;
}
.TagClassName
{
border-color: #784DB5;
}
</style>