Shades of Studio #784BBE
Tints of Studio #784BBE
RGB
CMYK
RGB Variations
Color information
#784BBE (or 0x784BBE) is known color: Studio. HEX triplet: 78, 4B and BE. RGB value is (120,75,190). Sum of RGB (Red+Green+Blue) = 120+75+190=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #784BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBE is #87B441. Grayscale: #656565. Windows color (decimal): -8893506 or 12471160. OLE color: 12471160.
HSL color Cylindrical-coordinate representation of color #784BBE: hue angle of 263.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784BBE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 75 | 190 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.25 |
| HSL | 263.48º | 0.47% | 0.52% | - |
| HSV(B) | 263.48º | 0.61% | 0.75% | - |
| XYZ | 19.56 | 12.74 | 50.14 | - |
| YUV | 101.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 190 | 0.37 | 0.61 | 0 | 0.25 | 263.48 | 0.47 | 0.52 |
| Hex | 78 | 4B | BE | 25 | 3D | 0 | 19 | 107 | 2F | 34 |
| Octal | 170 | 113 | 276 | 45 | 75 | 0 | 31 | 407 | 57 | 64 |
| Binary | 1111000 | 1001011 | 10111110 | 100101 | 111101 | 0 | 11001 | 100000111 | 101111 | 110100 |
Color Harmonies of #784BBE
Complementary color
Monochromatic Colors of #784BBE
Black with #784BBE
Text Example
Text Example
White with #784BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BBE; }
p { color: rgb(120,75,190); }
H1.HeaderClassName
{
color: #784BBE;
}
.AnyTagClassName
{
color: #784BBE;
}
</style>
background-color css
<style>
a { background-color: #784BBE; }
a { background-color: rgb(120,75,190); }
div.DivClassName
{
background-color: #784BBE;
}
.BgClassName
{
background-color: #784BBE;
}
</style>
border-color css
<style>
span { border-color: #784BBE; }
span { border-color: rgb(120,75,190); }
td.TdClassName
{
border-color: #784BBE;
}
.TagClassName
{
border-color: #784BBE;
}
</style>