Shades of Studio #784DBB
Tints of Studio #784DBB
RGB
CMYK
RGB Variations
Color information
#784DBB (or 0x784DBB) is known color: Studio. HEX triplet: 78, 4D and BB. RGB value is (120,77,187). Sum of RGB (Red+Green+Blue) = 120+77+187=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #784DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DBB is #87B244. Grayscale: #666666. Windows color (decimal): -8892997 or 12275064. OLE color: 12275064.
HSL color Cylindrical-coordinate representation of color #784DBB: hue angle of 263.45º degrees, saturation: 0.45, 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 #784DBB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 77 | 187 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.27 |
| HSL | 263.45º | 0.45% | 0.52% | - |
| HSV(B) | 263.45º | 0.59% | 0.73% | - |
| XYZ | 19.37 | 12.89 | 48.48 | - |
| YUV | 102.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 187 | 0.36 | 0.59 | 0 | 0.27 | 263.45 | 0.45 | 0.52 |
| Hex | 78 | 4D | BB | 24 | 3B | 0 | 1B | 107 | 2D | 34 |
| Octal | 170 | 115 | 273 | 44 | 73 | 0 | 33 | 407 | 55 | 64 |
| Binary | 1111000 | 1001101 | 10111011 | 100100 | 111011 | 0 | 11011 | 100000111 | 101101 | 110100 |
Color Harmonies of #784DBB
Complementary color
Monochromatic Colors of #784DBB
Black with #784DBB
Text Example
Text Example
White with #784DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DBB; }
p { color: rgb(120,77,187); }
H1.HeaderClassName
{
color: #784DBB;
}
.AnyTagClassName
{
color: #784DBB;
}
</style>
background-color css
<style>
a { background-color: #784DBB; }
a { background-color: rgb(120,77,187); }
div.DivClassName
{
background-color: #784DBB;
}
.BgClassName
{
background-color: #784DBB;
}
</style>
border-color css
<style>
span { border-color: #784DBB; }
span { border-color: rgb(120,77,187); }
td.TdClassName
{
border-color: #784DBB;
}
.TagClassName
{
border-color: #784DBB;
}
</style>