Shades of Studio #7846BA
Tints of Studio #7846BA
RGB
CMYK
RGB Variations
Color information
#7846BA (or 0x7846BA) is known color: Studio. HEX triplet: 78, 46 and BA. RGB value is (120,70,186). Sum of RGB (Red+Green+Blue) = 120+70+186=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7846BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7846BA is #87B945. Grayscale: #616161. Windows color (decimal): -8894790 or 12207736. OLE color: 12207736.
HSL color Cylindrical-coordinate representation of color #7846BA: hue angle of 265.86º 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 #7846BA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 70 | 186 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.27 |
| HSL | 265.86º | 0.46% | 0.5% | - |
| HSV(B) | 265.86º | 0.62% | 0.73% | - |
| XYZ | 18.8 | 11.92 | 47.76 | - |
| YUV | 98.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 186 | 0.35 | 0.62 | 0 | 0.27 | 265.86 | 0.46 | 0.5 |
| Hex | 78 | 46 | BA | 23 | 3E | 0 | 1B | 10A | 2E | 32 |
| Octal | 170 | 106 | 272 | 43 | 76 | 0 | 33 | 412 | 56 | 62 |
| Binary | 1111000 | 1000110 | 10111010 | 100011 | 111110 | 0 | 11011 | 100001010 | 101110 | 110010 |
Color Harmonies of #7846BA
Complementary color
Monochromatic Colors of #7846BA
Black with #7846BA
Text Example
Text Example
White with #7846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7846BA; }
p { color: rgb(120,70,186); }
H1.HeaderClassName
{
color: #7846BA;
}
.AnyTagClassName
{
color: #7846BA;
}
</style>
background-color css
<style>
a { background-color: #7846BA; }
a { background-color: rgb(120,70,186); }
div.DivClassName
{
background-color: #7846BA;
}
.BgClassName
{
background-color: #7846BA;
}
</style>
border-color css
<style>
span { border-color: #7846BA; }
span { border-color: rgb(120,70,186); }
td.TdClassName
{
border-color: #7846BA;
}
.TagClassName
{
border-color: #7846BA;
}
</style>