Shades of Studio #7943BC
Tints of Studio #7943BC
RGB
CMYK
RGB Variations
Color information
#7943BC (or 0x7943BC) is known color: Studio. HEX triplet: 79, 43 and BC. RGB value is (121,67,188). Sum of RGB (Red+Green+Blue) = 121+67+188=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #7943BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7943BC is #86BC43. Grayscale: #606060. Windows color (decimal): -8830020 or 12338041. OLE color: 12338041.
HSL color Cylindrical-coordinate representation of color #7943BC: hue angle of 266.78º 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 #7943BC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 67 | 188 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.26 |
| HSL | 266.78º | 0.47% | 0.5% | - |
| HSV(B) | 266.78º | 0.64% | 0.74% | - |
| XYZ | 18.97 | 11.71 | 48.84 | - |
| YUV | 96.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 188 | 0.36 | 0.64 | 0 | 0.26 | 266.78 | 0.47 | 0.5 |
| Hex | 79 | 43 | BC | 24 | 40 | 0 | 1A | 10B | 2F | 32 |
| Octal | 171 | 103 | 274 | 44 | 100 | 0 | 32 | 413 | 57 | 62 |
| Binary | 1111001 | 1000011 | 10111100 | 100100 | 1000000 | 0 | 11010 | 100001011 | 101111 | 110010 |
Color Harmonies of #7943BC
Complementary color
Monochromatic Colors of #7943BC
Black with #7943BC
Text Example
Text Example
White with #7943BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943BC; }
p { color: rgb(121,67,188); }
H1.HeaderClassName
{
color: #7943BC;
}
.AnyTagClassName
{
color: #7943BC;
}
</style>
background-color css
<style>
a { background-color: #7943BC; }
a { background-color: rgb(121,67,188); }
div.DivClassName
{
background-color: #7943BC;
}
.BgClassName
{
background-color: #7943BC;
}
</style>
border-color css
<style>
span { border-color: #7943BC; }
span { border-color: rgb(121,67,188); }
td.TdClassName
{
border-color: #7943BC;
}
.TagClassName
{
border-color: #7943BC;
}
</style>