Shades of Studio #784DBA
Tints of Studio #784DBA
RGB
CMYK
RGB Variations
Color information
#784DBA (or 0x784DBA) is known color: Studio. HEX triplet: 78, 4D and BA. RGB value is (120,77,186). Sum of RGB (Red+Green+Blue) = 120+77+186=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #784DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DBA is #87B245. Grayscale: #656565. Windows color (decimal): -8892998 or 12209528. OLE color: 12209528.
HSL color Cylindrical-coordinate representation of color #784DBA: hue angle of 263.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #784DBA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 77 | 186 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.27 |
| HSL | 263.67º | 0.44% | 0.52% | - |
| HSV(B) | 263.67º | 0.59% | 0.73% | - |
| XYZ | 19.26 | 12.85 | 47.92 | - |
| YUV | 102.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 186 | 0.35 | 0.59 | 0 | 0.27 | 263.67 | 0.44 | 0.52 |
| Hex | 78 | 4D | BA | 23 | 3B | 0 | 1B | 108 | 2C | 34 |
| Octal | 170 | 115 | 272 | 43 | 73 | 0 | 33 | 410 | 54 | 64 |
| Binary | 1111000 | 1001101 | 10111010 | 100011 | 111011 | 0 | 11011 | 100001000 | 101100 | 110100 |
Color Harmonies of #784DBA
Complementary color
Monochromatic Colors of #784DBA
Black with #784DBA
Text Example
Text Example
White with #784DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DBA; }
p { color: rgb(120,77,186); }
H1.HeaderClassName
{
color: #784DBA;
}
.AnyTagClassName
{
color: #784DBA;
}
</style>
background-color css
<style>
a { background-color: #784DBA; }
a { background-color: rgb(120,77,186); }
div.DivClassName
{
background-color: #784DBA;
}
.BgClassName
{
background-color: #784DBA;
}
</style>
border-color css
<style>
span { border-color: #784DBA; }
span { border-color: rgb(120,77,186); }
td.TdClassName
{
border-color: #784DBA;
}
.TagClassName
{
border-color: #784DBA;
}
</style>