Shades of Studio #7548BE
Tints of Studio #7548BE
RGB
CMYK
RGB Variations
Color information
#7548BE (or 0x7548BE) is known color: Studio. HEX triplet: 75, 48 and BE. RGB value is (117,72,190). Sum of RGB (Red+Green+Blue) = 117+72+190=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7548BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548BE is #8AB741. Grayscale: #626262. Windows color (decimal): -9090882 or 12470389. OLE color: 12470389.
HSL color Cylindrical-coordinate representation of color #7548BE: hue angle of 262.88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7548BE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 72 | 190 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.25 |
| HSL | 262.88º | 0.48% | 0.51% | - |
| HSV(B) | 262.88º | 0.62% | 0.75% | - |
| XYZ | 18.95 | 12.13 | 50.06 | - |
| YUV | 98.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 190 | 0.38 | 0.62 | 0 | 0.25 | 262.88 | 0.48 | 0.51 |
| Hex | 75 | 48 | BE | 26 | 3E | 0 | 19 | 107 | 30 | 33 |
| Octal | 165 | 110 | 276 | 46 | 76 | 0 | 31 | 407 | 60 | 63 |
| Binary | 1110101 | 1001000 | 10111110 | 100110 | 111110 | 0 | 11001 | 100000111 | 110000 | 110011 |
Color Harmonies of #7548BE
Complementary color
Monochromatic Colors of #7548BE
Black with #7548BE
Text Example
Text Example
White with #7548BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548BE; }
p { color: rgb(117,72,190); }
H1.HeaderClassName
{
color: #7548BE;
}
.AnyTagClassName
{
color: #7548BE;
}
</style>
background-color css
<style>
a { background-color: #7548BE; }
a { background-color: rgb(117,72,190); }
div.DivClassName
{
background-color: #7548BE;
}
.BgClassName
{
background-color: #7548BE;
}
</style>
border-color css
<style>
span { border-color: #7548BE; }
span { border-color: rgb(117,72,190); }
td.TdClassName
{
border-color: #7548BE;
}
.TagClassName
{
border-color: #7548BE;
}
</style>