Shades of Studio #784EBA
Tints of Studio #784EBA
RGB
CMYK
RGB Variations
Color information
#784EBA (or 0x784EBA) is known color: Studio. HEX triplet: 78, 4E and BA. RGB value is (120,78,186). Sum of RGB (Red+Green+Blue) = 120+78+186=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #784EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EBA is #87B145. Grayscale: #666666. Windows color (decimal): -8892742 or 12209784. OLE color: 12209784.
HSL color Cylindrical-coordinate representation of color #784EBA: hue angle of 263.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784EBA is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 78 | 186 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.27 |
| HSL | 263.33º | 0.44% | 0.52% | - |
| HSV(B) | 263.33º | 0.58% | 0.73% | - |
| XYZ | 19.33 | 12.99 | 47.94 | - |
| YUV | 102.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 186 | 0.35 | 0.58 | 0 | 0.27 | 263.33 | 0.44 | 0.52 |
| Hex | 78 | 4E | BA | 23 | 3A | 0 | 1B | 107 | 2C | 34 |
| Octal | 170 | 116 | 272 | 43 | 72 | 0 | 33 | 407 | 54 | 64 |
| Binary | 1111000 | 1001110 | 10111010 | 100011 | 111010 | 0 | 11011 | 100000111 | 101100 | 110100 |
Color Harmonies of #784EBA
Complementary color
Monochromatic Colors of #784EBA
Black with #784EBA
Text Example
Text Example
White with #784EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784EBA; }
p { color: rgb(120,78,186); }
H1.HeaderClassName
{
color: #784EBA;
}
.AnyTagClassName
{
color: #784EBA;
}
</style>
background-color css
<style>
a { background-color: #784EBA; }
a { background-color: rgb(120,78,186); }
div.DivClassName
{
background-color: #784EBA;
}
.BgClassName
{
background-color: #784EBA;
}
</style>
border-color css
<style>
span { border-color: #784EBA; }
span { border-color: rgb(120,78,186); }
td.TdClassName
{
border-color: #784EBA;
}
.TagClassName
{
border-color: #784EBA;
}
</style>