Shades of Studio #7549BA
Tints of Studio #7549BA
RGB
CMYK
RGB Variations
Color information
#7549BA (or 0x7549BA) is known color: Studio. HEX triplet: 75, 49 and BA. RGB value is (117,73,186). Sum of RGB (Red+Green+Blue) = 117+73+186=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7549BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549BA is #8AB645. Grayscale: #626262. Windows color (decimal): -9090630 or 12208501. OLE color: 12208501.
HSL color Cylindrical-coordinate representation of color #7549BA: hue angle of 263.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7549BA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 73 | 186 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.27 |
| HSL | 263.36º | 0.45% | 0.51% | - |
| HSV(B) | 263.36º | 0.61% | 0.73% | - |
| XYZ | 18.58 | 12.09 | 47.81 | - |
| YUV | 99.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 186 | 0.37 | 0.61 | 0 | 0.27 | 263.36 | 0.45 | 0.51 |
| Hex | 75 | 49 | BA | 25 | 3D | 0 | 1B | 107 | 2D | 33 |
| Octal | 165 | 111 | 272 | 45 | 75 | 0 | 33 | 407 | 55 | 63 |
| Binary | 1110101 | 1001001 | 10111010 | 100101 | 111101 | 0 | 11011 | 100000111 | 101101 | 110011 |
Color Harmonies of #7549BA
Complementary color
Monochromatic Colors of #7549BA
Black with #7549BA
Text Example
Text Example
White with #7549BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7549BA; }
p { color: rgb(117,73,186); }
H1.HeaderClassName
{
color: #7549BA;
}
.AnyTagClassName
{
color: #7549BA;
}
</style>
background-color css
<style>
a { background-color: #7549BA; }
a { background-color: rgb(117,73,186); }
div.DivClassName
{
background-color: #7549BA;
}
.BgClassName
{
background-color: #7549BA;
}
</style>
border-color css
<style>
span { border-color: #7549BA; }
span { border-color: rgb(117,73,186); }
td.TdClassName
{
border-color: #7549BA;
}
.TagClassName
{
border-color: #7549BA;
}
</style>