Shades of Studio #7945BA
Tints of Studio #7945BA
RGB
CMYK
RGB Variations
Color information
#7945BA (or 0x7945BA) is known color: Studio. HEX triplet: 79, 45 and BA. RGB value is (121,69,186). Sum of RGB (Red+Green+Blue) = 121+69+186=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 69 (27.34% from 255 or 18.35% 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 #7945BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945BA is #86BA45. Grayscale: #616161. Windows color (decimal): -8829510 or 12207481. OLE color: 12207481.
HSL color Cylindrical-coordinate representation of color #7945BA: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7945BA is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 69 | 186 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.27 |
| HSL | 266.67º | 0.46% | 0.5% | - |
| HSV(B) | 266.67º | 0.63% | 0.73% | - |
| XYZ | 18.88 | 11.87 | 47.75 | - |
| YUV | 97.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 186 | 0.35 | 0.63 | 0 | 0.27 | 266.67 | 0.46 | 0.5 |
| Hex | 79 | 45 | BA | 23 | 3F | 0 | 1B | 10B | 2E | 32 |
| Octal | 171 | 105 | 272 | 43 | 77 | 0 | 33 | 413 | 56 | 62 |
| Binary | 1111001 | 1000101 | 10111010 | 100011 | 111111 | 0 | 11011 | 100001011 | 101110 | 110010 |
Color Harmonies of #7945BA
Complementary color
Monochromatic Colors of #7945BA
Black with #7945BA
Text Example
Text Example
White with #7945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7945BA; }
p { color: rgb(121,69,186); }
H1.HeaderClassName
{
color: #7945BA;
}
.AnyTagClassName
{
color: #7945BA;
}
</style>
background-color css
<style>
a { background-color: #7945BA; }
a { background-color: rgb(121,69,186); }
div.DivClassName
{
background-color: #7945BA;
}
.BgClassName
{
background-color: #7945BA;
}
</style>
border-color css
<style>
span { border-color: #7945BA; }
span { border-color: rgb(121,69,186); }
td.TdClassName
{
border-color: #7945BA;
}
.TagClassName
{
border-color: #7945BA;
}
</style>