Shades of Studio #7841BA
Tints of Studio #7841BA
RGB
CMYK
RGB Variations
Color information
#7841BA (or 0x7841BA) is known color: Studio. HEX triplet: 78, 41 and BA. RGB value is (120,65,186). Sum of RGB (Red+Green+Blue) = 120+65+186=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7841BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841BA is #87BE45. Grayscale: #5E5E5E. Windows color (decimal): -8896070 or 12206456. OLE color: 12206456.
HSL color Cylindrical-coordinate representation of color #7841BA: hue angle of 267.27º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7841BA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 65 | 186 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.27 |
| HSL | 267.27º | 0.48% | 0.49% | - |
| HSV(B) | 267.27º | 0.65% | 0.73% | - |
| XYZ | 18.5 | 11.32 | 47.66 | - |
| YUV | 95.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 186 | 0.35 | 0.65 | 0 | 0.27 | 267.27 | 0.48 | 0.49 |
| Hex | 78 | 41 | BA | 23 | 41 | 0 | 1B | 10B | 30 | 31 |
| Octal | 170 | 101 | 272 | 43 | 101 | 0 | 33 | 413 | 60 | 61 |
| Binary | 1111000 | 1000001 | 10111010 | 100011 | 1000001 | 0 | 11011 | 100001011 | 110000 | 110001 |
Color Harmonies of #7841BA
Complementary color
Monochromatic Colors of #7841BA
Black with #7841BA
Text Example
Text Example
White with #7841BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841BA; }
p { color: rgb(120,65,186); }
H1.HeaderClassName
{
color: #7841BA;
}
.AnyTagClassName
{
color: #7841BA;
}
</style>
background-color css
<style>
a { background-color: #7841BA; }
a { background-color: rgb(120,65,186); }
div.DivClassName
{
background-color: #7841BA;
}
.BgClassName
{
background-color: #7841BA;
}
</style>
border-color css
<style>
span { border-color: #7841BA; }
span { border-color: rgb(120,65,186); }
td.TdClassName
{
border-color: #7841BA;
}
.TagClassName
{
border-color: #7841BA;
}
</style>