Shades of Studio #7849AA
Tints of Studio #7849AA
RGB
CMYK
RGB Variations
Color information
#7849AA (or 0x7849AA) is known color: Studio. HEX triplet: 78, 49 and AA. RGB value is (120,73,170). Sum of RGB (Red+Green+Blue) = 120+73+170=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #7849AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7849AA is #87B655. Grayscale: #616161. Windows color (decimal): -8894038 or 11159928. OLE color: 11159928.
HSL color Cylindrical-coordinate representation of color #7849AA: hue angle of 269.07º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7849AA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 73 | 170 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.33 |
| HSL | 269.07º | 0.4% | 0.48% | - |
| HSV(B) | 269.07º | 0.57% | 0.67% | - |
| XYZ | 17.38 | 11.66 | 39.36 | - |
| YUV | 98.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 170 | 0.29 | 0.57 | 0 | 0.33 | 269.07 | 0.4 | 0.48 |
| Hex | 78 | 49 | AA | 1D | 39 | 0 | 21 | 10D | 28 | 30 |
| Octal | 170 | 111 | 252 | 35 | 71 | 0 | 41 | 415 | 50 | 60 |
| Binary | 1111000 | 1001001 | 10101010 | 11101 | 111001 | 0 | 100001 | 100001101 | 101000 | 110000 |
Color Harmonies of #7849AA
Complementary color
Monochromatic Colors of #7849AA
Black with #7849AA
Text Example
Text Example
White with #7849AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849AA; }
p { color: rgb(120,73,170); }
H1.HeaderClassName
{
color: #7849AA;
}
.AnyTagClassName
{
color: #7849AA;
}
</style>
background-color css
<style>
a { background-color: #7849AA; }
a { background-color: rgb(120,73,170); }
div.DivClassName
{
background-color: #7849AA;
}
.BgClassName
{
background-color: #7849AA;
}
</style>
border-color css
<style>
span { border-color: #7849AA; }
span { border-color: rgb(120,73,170); }
td.TdClassName
{
border-color: #7849AA;
}
.TagClassName
{
border-color: #7849AA;
}
</style>