Shades of Studio #7944BC
Tints of Studio #7944BC
RGB
CMYK
RGB Variations
Color information
#7944BC (or 0x7944BC) is known color: Studio. HEX triplet: 79, 44 and BC. RGB value is (121,68,188). Sum of RGB (Red+Green+Blue) = 121+68+188=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #7944BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7944BC is #86BB43. Grayscale: #616161. Windows color (decimal): -8829764 or 12338297. OLE color: 12338297.
HSL color Cylindrical-coordinate representation of color #7944BC: hue angle of 266.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7944BC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 68 | 188 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.26 |
| HSL | 266.5º | 0.47% | 0.5% | - |
| HSV(B) | 266.5º | 0.64% | 0.74% | - |
| XYZ | 19.03 | 11.83 | 48.86 | - |
| YUV | 97.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 188 | 0.36 | 0.64 | 0 | 0.26 | 266.5 | 0.47 | 0.5 |
| Hex | 79 | 44 | BC | 24 | 40 | 0 | 1A | 10A | 2F | 32 |
| Octal | 171 | 104 | 274 | 44 | 100 | 0 | 32 | 412 | 57 | 62 |
| Binary | 1111001 | 1000100 | 10111100 | 100100 | 1000000 | 0 | 11010 | 100001010 | 101111 | 110010 |
Color Harmonies of #7944BC
Complementary color
Monochromatic Colors of #7944BC
Black with #7944BC
Text Example
Text Example
White with #7944BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7944BC; }
p { color: rgb(121,68,188); }
H1.HeaderClassName
{
color: #7944BC;
}
.AnyTagClassName
{
color: #7944BC;
}
</style>
background-color css
<style>
a { background-color: #7944BC; }
a { background-color: rgb(121,68,188); }
div.DivClassName
{
background-color: #7944BC;
}
.BgClassName
{
background-color: #7944BC;
}
</style>
border-color css
<style>
span { border-color: #7944BC; }
span { border-color: rgb(121,68,188); }
td.TdClassName
{
border-color: #7944BC;
}
.TagClassName
{
border-color: #7944BC;
}
</style>