Shades of Studio #784BBF
Tints of Studio #784BBF
RGB
CMYK
RGB Variations
Color information
#784BBF (or 0x784BBF) is known color: Studio. HEX triplet: 78, 4B and BF. RGB value is (120,75,191). Sum of RGB (Red+Green+Blue) = 120+75+191=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #784BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBF is #87B440. Grayscale: #656565. Windows color (decimal): -8893505 or 12536696. OLE color: 12536696.
HSL color Cylindrical-coordinate representation of color #784BBF: hue angle of 263.28º degrees, saturation: 0.48, 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 #784BBF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 75 | 191 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.25 |
| HSL | 263.28º | 0.48% | 0.52% | - |
| HSV(B) | 263.28º | 0.61% | 0.75% | - |
| XYZ | 19.67 | 12.79 | 50.72 | - |
| YUV | 101.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 191 | 0.37 | 0.61 | 0 | 0.25 | 263.28 | 0.48 | 0.52 |
| Hex | 78 | 4B | BF | 25 | 3D | 0 | 19 | 107 | 30 | 34 |
| Octal | 170 | 113 | 277 | 45 | 75 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1111000 | 1001011 | 10111111 | 100101 | 111101 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #784BBF
Complementary color
Monochromatic Colors of #784BBF
Black with #784BBF
Text Example
Text Example
White with #784BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BBF; }
p { color: rgb(120,75,191); }
H1.HeaderClassName
{
color: #784BBF;
}
.AnyTagClassName
{
color: #784BBF;
}
</style>
background-color css
<style>
a { background-color: #784BBF; }
a { background-color: rgb(120,75,191); }
div.DivClassName
{
background-color: #784BBF;
}
.BgClassName
{
background-color: #784BBF;
}
</style>
border-color css
<style>
span { border-color: #784BBF; }
span { border-color: rgb(120,75,191); }
td.TdClassName
{
border-color: #784BBF;
}
.TagClassName
{
border-color: #784BBF;
}
</style>