Shades of Studio #7849AC
Tints of Studio #7849AC
RGB
CMYK
RGB Variations
Color information
#7849AC (or 0x7849AC) is known color: Studio. HEX triplet: 78, 49 and AC. RGB value is (120,73,172). Sum of RGB (Red+Green+Blue) = 120+73+172=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #7849AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7849AC is #87B653. Grayscale: #616161. Windows color (decimal): -8894036 or 11291000. OLE color: 11291000.
HSL color Cylindrical-coordinate representation of color #7849AC: hue angle of 268.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7849AC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 73 | 172 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.33 |
| HSL | 268.48º | 0.4% | 0.48% | - |
| HSV(B) | 268.48º | 0.58% | 0.67% | - |
| XYZ | 17.57 | 11.74 | 40.37 | - |
| YUV | 98.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 172 | 0.30 | 0.58 | 0 | 0.33 | 268.48 | 0.4 | 0.48 |
| Hex | 78 | 49 | AC | 1E | 3A | 0 | 21 | 10C | 28 | 30 |
| Octal | 170 | 111 | 254 | 36 | 72 | 0 | 41 | 414 | 50 | 60 |
| Binary | 1111000 | 1001001 | 10101100 | 11110 | 111010 | 0 | 100001 | 100001100 | 101000 | 110000 |
Color Harmonies of #7849AC
Complementary color
Monochromatic Colors of #7849AC
Black with #7849AC
Text Example
Text Example
White with #7849AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849AC; }
p { color: rgb(120,73,172); }
H1.HeaderClassName
{
color: #7849AC;
}
.AnyTagClassName
{
color: #7849AC;
}
</style>
background-color css
<style>
a { background-color: #7849AC; }
a { background-color: rgb(120,73,172); }
div.DivClassName
{
background-color: #7849AC;
}
.BgClassName
{
background-color: #7849AC;
}
</style>
border-color css
<style>
span { border-color: #7849AC; }
span { border-color: rgb(120,73,172); }
td.TdClassName
{
border-color: #7849AC;
}
.TagClassName
{
border-color: #7849AC;
}
</style>