Shades of Studio #7944B3
Tints of Studio #7944B3
RGB
CMYK
RGB Variations
Color information
#7944B3 (or 0x7944B3) is known color: Studio. HEX triplet: 79, 44 and B3. RGB value is (121,68,179). Sum of RGB (Red+Green+Blue) = 121+68+179=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #7944B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7944B3 is #86BB4C. Grayscale: #606060. Windows color (decimal): -8829773 or 11748473. OLE color: 11748473.
HSL color Cylindrical-coordinate representation of color #7944B3: hue angle of 268.65º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7944B3 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 68 | 179 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.30 |
| HSL | 268.65º | 0.45% | 0.48% | - |
| HSV(B) | 268.65º | 0.62% | 0.7% | - |
| XYZ | 18.09 | 11.45 | 43.91 | - |
| YUV | 96.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 179 | 0.32 | 0.62 | 0 | 0.30 | 268.65 | 0.45 | 0.48 |
| Hex | 79 | 44 | B3 | 20 | 3E | 0 | 1E | 10D | 2D | 30 |
| Octal | 171 | 104 | 263 | 40 | 76 | 0 | 36 | 415 | 55 | 60 |
| Binary | 1111001 | 1000100 | 10110011 | 100000 | 111110 | 0 | 11110 | 100001101 | 101101 | 110000 |
Color Harmonies of #7944B3
Complementary color
Monochromatic Colors of #7944B3
Black with #7944B3
Text Example
Text Example
White with #7944B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7944B3; }
p { color: rgb(121,68,179); }
H1.HeaderClassName
{
color: #7944B3;
}
.AnyTagClassName
{
color: #7944B3;
}
</style>
background-color css
<style>
a { background-color: #7944B3; }
a { background-color: rgb(121,68,179); }
div.DivClassName
{
background-color: #7944B3;
}
.BgClassName
{
background-color: #7944B3;
}
</style>
border-color css
<style>
span { border-color: #7944B3; }
span { border-color: rgb(121,68,179); }
td.TdClassName
{
border-color: #7944B3;
}
.TagClassName
{
border-color: #7944B3;
}
</style>