Shades of Studio #7849BA
Tints of Studio #7849BA
RGB
CMYK
RGB Variations
Color information
#7849BA (or 0x7849BA) is known color: Studio. HEX triplet: 78, 49 and BA. RGB value is (120,73,186). Sum of RGB (Red+Green+Blue) = 120+73+186=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #7849BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849BA is #87B645. Grayscale: #636363. Windows color (decimal): -8894022 or 12208504. OLE color: 12208504.
HSL color Cylindrical-coordinate representation of color #7849BA: hue angle of 264.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7849BA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 73 | 186 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.27 |
| HSL | 264.96º | 0.45% | 0.51% | - |
| HSV(B) | 264.96º | 0.61% | 0.73% | - |
| XYZ | 18.99 | 12.3 | 47.83 | - |
| YUV | 99.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 186 | 0.35 | 0.61 | 0 | 0.27 | 264.96 | 0.45 | 0.51 |
| Hex | 78 | 49 | BA | 23 | 3D | 0 | 1B | 109 | 2D | 33 |
| Octal | 170 | 111 | 272 | 43 | 75 | 0 | 33 | 411 | 55 | 63 |
| Binary | 1111000 | 1001001 | 10111010 | 100011 | 111101 | 0 | 11011 | 100001001 | 101101 | 110011 |
Color Harmonies of #7849BA
Complementary color
Monochromatic Colors of #7849BA
Black with #7849BA
Text Example
Text Example
White with #7849BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849BA; }
p { color: rgb(120,73,186); }
H1.HeaderClassName
{
color: #7849BA;
}
.AnyTagClassName
{
color: #7849BA;
}
</style>
background-color css
<style>
a { background-color: #7849BA; }
a { background-color: rgb(120,73,186); }
div.DivClassName
{
background-color: #7849BA;
}
.BgClassName
{
background-color: #7849BA;
}
</style>
border-color css
<style>
span { border-color: #7849BA; }
span { border-color: rgb(120,73,186); }
td.TdClassName
{
border-color: #7849BA;
}
.TagClassName
{
border-color: #7849BA;
}
</style>