Shades of Studio #784DB6
Tints of Studio #784DB6
RGB
CMYK
RGB Variations
Color information
#784DB6 (or 0x784DB6) is known color: Studio. HEX triplet: 78, 4D and B6. RGB value is (120,77,182). Sum of RGB (Red+Green+Blue) = 120+77+182=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #784DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DB6 is #87B249. Grayscale: #656565. Windows color (decimal): -8893002 or 11947384. OLE color: 11947384.
HSL color Cylindrical-coordinate representation of color #784DB6: hue angle of 264.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784DB6 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 77 | 182 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.29 |
| HSL | 264.57º | 0.42% | 0.51% | - |
| HSV(B) | 264.57º | 0.58% | 0.71% | - |
| XYZ | 18.84 | 12.68 | 45.71 | - |
| YUV | 101.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 182 | 0.34 | 0.58 | 0 | 0.29 | 264.57 | 0.42 | 0.51 |
| Hex | 78 | 4D | B6 | 22 | 3A | 0 | 1D | 109 | 2A | 33 |
| Octal | 170 | 115 | 266 | 42 | 72 | 0 | 35 | 411 | 52 | 63 |
| Binary | 1111000 | 1001101 | 10110110 | 100010 | 111010 | 0 | 11101 | 100001001 | 101010 | 110011 |
Color Harmonies of #784DB6
Complementary color
Monochromatic Colors of #784DB6
Black with #784DB6
Text Example
Text Example
White with #784DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DB6; }
p { color: rgb(120,77,182); }
H1.HeaderClassName
{
color: #784DB6;
}
.AnyTagClassName
{
color: #784DB6;
}
</style>
background-color css
<style>
a { background-color: #784DB6; }
a { background-color: rgb(120,77,182); }
div.DivClassName
{
background-color: #784DB6;
}
.BgClassName
{
background-color: #784DB6;
}
</style>
border-color css
<style>
span { border-color: #784DB6; }
span { border-color: rgb(120,77,182); }
td.TdClassName
{
border-color: #784DB6;
}
.TagClassName
{
border-color: #784DB6;
}
</style>