Shades of Studio #7944AB
Tints of Studio #7944AB
RGB
CMYK
RGB Variations
Color information
#7944AB (or 0x7944AB) is known color: Studio. HEX triplet: 79, 44 and AB. RGB value is (121,68,171). Sum of RGB (Red+Green+Blue) = 121+68+171=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7944AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7944AB is #86BB54. Grayscale: #5F5F5F. Windows color (decimal): -8829781 or 11224185. OLE color: 11224185.
HSL color Cylindrical-coordinate representation of color #7944AB: hue angle of 270.87º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7944AB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 68 | 171 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.33 |
| HSL | 270.87º | 0.43% | 0.47% | - |
| HSV(B) | 270.87º | 0.6% | 0.67% | - |
| XYZ | 17.3 | 11.14 | 39.77 | - |
| YUV | 95.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 171 | 0.29 | 0.60 | 0 | 0.33 | 270.87 | 0.43 | 0.47 |
| Hex | 79 | 44 | AB | 1D | 3C | 0 | 21 | 10F | 2B | 2F |
| Octal | 171 | 104 | 253 | 35 | 74 | 0 | 41 | 417 | 53 | 57 |
| Binary | 1111001 | 1000100 | 10101011 | 11101 | 111100 | 0 | 100001 | 100001111 | 101011 | 101111 |
Color Harmonies of #7944AB
Complementary color
Monochromatic Colors of #7944AB
Black with #7944AB
Text Example
Text Example
White with #7944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7944AB; }
p { color: rgb(121,68,171); }
H1.HeaderClassName
{
color: #7944AB;
}
.AnyTagClassName
{
color: #7944AB;
}
</style>
background-color css
<style>
a { background-color: #7944AB; }
a { background-color: rgb(121,68,171); }
div.DivClassName
{
background-color: #7944AB;
}
.BgClassName
{
background-color: #7944AB;
}
</style>
border-color css
<style>
span { border-color: #7944AB; }
span { border-color: rgb(121,68,171); }
td.TdClassName
{
border-color: #7944AB;
}
.TagClassName
{
border-color: #7944AB;
}
</style>