Shades of Studio #7946BA
Tints of Studio #7946BA
RGB
CMYK
RGB Variations
Color information
#7946BA (or 0x7946BA) is known color: Studio. HEX triplet: 79, 46 and BA. RGB value is (121,70,186). Sum of RGB (Red+Green+Blue) = 121+70+186=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #7946BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946BA is #86B945. Grayscale: #626262. Windows color (decimal): -8829254 or 12207737. OLE color: 12207737.
HSL color Cylindrical-coordinate representation of color #7946BA: hue angle of 266.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7946BA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 70 | 186 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.27 |
| HSL | 266.38º | 0.46% | 0.5% | - |
| HSV(B) | 266.38º | 0.62% | 0.73% | - |
| XYZ | 18.94 | 11.99 | 47.77 | - |
| YUV | 98.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 186 | 0.35 | 0.62 | 0 | 0.27 | 266.38 | 0.46 | 0.5 |
| Hex | 79 | 46 | BA | 23 | 3E | 0 | 1B | 10A | 2E | 32 |
| Octal | 171 | 106 | 272 | 43 | 76 | 0 | 33 | 412 | 56 | 62 |
| Binary | 1111001 | 1000110 | 10111010 | 100011 | 111110 | 0 | 11011 | 100001010 | 101110 | 110010 |
Color Harmonies of #7946BA
Complementary color
Monochromatic Colors of #7946BA
Black with #7946BA
Text Example
Text Example
White with #7946BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7946BA; }
p { color: rgb(121,70,186); }
H1.HeaderClassName
{
color: #7946BA;
}
.AnyTagClassName
{
color: #7946BA;
}
</style>
background-color css
<style>
a { background-color: #7946BA; }
a { background-color: rgb(121,70,186); }
div.DivClassName
{
background-color: #7946BA;
}
.BgClassName
{
background-color: #7946BA;
}
</style>
border-color css
<style>
span { border-color: #7946BA; }
span { border-color: rgb(121,70,186); }
td.TdClassName
{
border-color: #7946BA;
}
.TagClassName
{
border-color: #7946BA;
}
</style>