Shades of Studio #7545BA
Tints of Studio #7545BA
RGB
CMYK
RGB Variations
Color information
#7545BA (or 0x7545BA) is known color: Studio. HEX triplet: 75, 45 and BA. RGB value is (117,69,186). Sum of RGB (Red+Green+Blue) = 117+69+186=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #7545BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545BA is #8ABA45. Grayscale: #606060. Windows color (decimal): -9091654 or 12207477. OLE color: 12207477.
HSL color Cylindrical-coordinate representation of color #7545BA: hue angle of 264.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7545BA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 69 | 186 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.27 |
| HSL | 264.62º | 0.46% | 0.5% | - |
| HSV(B) | 264.62º | 0.63% | 0.73% | - |
| XYZ | 18.33 | 11.58 | 47.72 | - |
| YUV | 96.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 186 | 0.37 | 0.63 | 0 | 0.27 | 264.62 | 0.46 | 0.5 |
| Hex | 75 | 45 | BA | 25 | 3F | 0 | 1B | 109 | 2E | 32 |
| Octal | 165 | 105 | 272 | 45 | 77 | 0 | 33 | 411 | 56 | 62 |
| Binary | 1110101 | 1000101 | 10111010 | 100101 | 111111 | 0 | 11011 | 100001001 | 101110 | 110010 |
Color Harmonies of #7545BA
Complementary color
Monochromatic Colors of #7545BA
Black with #7545BA
Text Example
Text Example
White with #7545BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545BA; }
p { color: rgb(117,69,186); }
H1.HeaderClassName
{
color: #7545BA;
}
.AnyTagClassName
{
color: #7545BA;
}
</style>
background-color css
<style>
a { background-color: #7545BA; }
a { background-color: rgb(117,69,186); }
div.DivClassName
{
background-color: #7545BA;
}
.BgClassName
{
background-color: #7545BA;
}
</style>
border-color css
<style>
span { border-color: #7545BA; }
span { border-color: rgb(117,69,186); }
td.TdClassName
{
border-color: #7545BA;
}
.TagClassName
{
border-color: #7545BA;
}
</style>