Shades of Medium Slate Blue #7546F9
Tints of Medium Slate Blue #7546F9
RGB
CMYK
RGB Variations
Color information
#7546F9 (or 0x7546F9) is known color: Medium Slate Blue. HEX triplet: 75, 46 and F9. RGB value is (117,70,249). Sum of RGB (Red+Green+Blue) = 117+70+249=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #7546F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546F9 is #8AB906. Grayscale: #676767. Windows color (decimal): -9091335 or 16336501. OLE color: 16336501.
HSL color Cylindrical-coordinate representation of color #7546F9: hue angle of 255.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7546F9 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 70 | 249 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.02 |
| HSL | 255.75º | 0.94% | 0.63% | - |
| HSV(B) | 255.75º | 0.72% | 0.98% | - |
| XYZ | 26.63 | 15 | 91.11 | - |
| YUV | 104.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 249 | 0.53 | 0.72 | 0 | 0.02 | 255.75 | 0.94 | 0.63 |
| Hex | 75 | 46 | F9 | 35 | 48 | 0 | 2 | 100 | 5E | 3F |
| Octal | 165 | 106 | 371 | 65 | 110 | 0 | 2 | 400 | 136 | 77 |
| Binary | 1110101 | 1000110 | 11111001 | 110101 | 1001000 | 0 | 10 | 100000000 | 1011110 | 111111 |
Color Harmonies of #7546F9
Complementary color
Monochromatic Colors of #7546F9
Black with #7546F9
Text Example
Text Example
White with #7546F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7546F9; }
p { color: rgb(117,70,249); }
H1.HeaderClassName
{
color: #7546F9;
}
.AnyTagClassName
{
color: #7546F9;
}
</style>
background-color css
<style>
a { background-color: #7546F9; }
a { background-color: rgb(117,70,249); }
div.DivClassName
{
background-color: #7546F9;
}
.BgClassName
{
background-color: #7546F9;
}
</style>
border-color css
<style>
span { border-color: #7546F9; }
span { border-color: rgb(117,70,249); }
td.TdClassName
{
border-color: #7546F9;
}
.TagClassName
{
border-color: #7546F9;
}
</style>