Shades of Studio #784BBB
Tints of Studio #784BBB
RGB
CMYK
RGB Variations
Color information
#784BBB (or 0x784BBB) is known color: Studio. HEX triplet: 78, 4B and BB. RGB value is (120,75,187). Sum of RGB (Red+Green+Blue) = 120+75+187=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #784BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBB is #87B444. Grayscale: #646464. Windows color (decimal): -8893509 or 12274552. OLE color: 12274552.
HSL color Cylindrical-coordinate representation of color #784BBB: hue angle of 264.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784BBB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 75 | 187 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.27 |
| HSL | 264.11º | 0.45% | 0.51% | - |
| HSV(B) | 264.11º | 0.6% | 0.73% | - |
| XYZ | 19.23 | 12.61 | 48.43 | - |
| YUV | 101.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 187 | 0.36 | 0.60 | 0 | 0.27 | 264.11 | 0.45 | 0.51 |
| Hex | 78 | 4B | BB | 24 | 3C | 0 | 1B | 108 | 2D | 33 |
| Octal | 170 | 113 | 273 | 44 | 74 | 0 | 33 | 410 | 55 | 63 |
| Binary | 1111000 | 1001011 | 10111011 | 100100 | 111100 | 0 | 11011 | 100001000 | 101101 | 110011 |
Color Harmonies of #784BBB
Complementary color
Monochromatic Colors of #784BBB
Black with #784BBB
Text Example
Text Example
White with #784BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BBB; }
p { color: rgb(120,75,187); }
H1.HeaderClassName
{
color: #784BBB;
}
.AnyTagClassName
{
color: #784BBB;
}
</style>
background-color css
<style>
a { background-color: #784BBB; }
a { background-color: rgb(120,75,187); }
div.DivClassName
{
background-color: #784BBB;
}
.BgClassName
{
background-color: #784BBB;
}
</style>
border-color css
<style>
span { border-color: #784BBB; }
span { border-color: rgb(120,75,187); }
td.TdClassName
{
border-color: #784BBB;
}
.TagClassName
{
border-color: #784BBB;
}
</style>