Shades of Medium Slate Blue #7544F9
Tints of Medium Slate Blue #7544F9
RGB
CMYK
RGB Variations
Color information
#7544F9 (or 0x7544F9) is known color: Medium Slate Blue. HEX triplet: 75, 44 and F9. RGB value is (117,68,249). Sum of RGB (Red+Green+Blue) = 117+68+249=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #7544F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7544F9 is #8ABB06. Grayscale: #666666. Windows color (decimal): -9091847 or 16335989. OLE color: 16335989.
HSL color Cylindrical-coordinate representation of color #7544F9: hue angle of 256.24º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7544F9 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 68 | 249 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.02 |
| HSL | 256.24º | 0.94% | 0.62% | - |
| HSV(B) | 256.24º | 0.73% | 0.98% | - |
| XYZ | 26.5 | 14.76 | 91.07 | - |
| YUV | 103.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 249 | 0.53 | 0.73 | 0 | 0.02 | 256.24 | 0.94 | 0.62 |
| Hex | 75 | 44 | F9 | 35 | 49 | 0 | 2 | 100 | 5E | 3E |
| Octal | 165 | 104 | 371 | 65 | 111 | 0 | 2 | 400 | 136 | 76 |
| Binary | 1110101 | 1000100 | 11111001 | 110101 | 1001001 | 0 | 10 | 100000000 | 1011110 | 111110 |
Color Harmonies of #7544F9
Complementary color
Monochromatic Colors of #7544F9
Black with #7544F9
Text Example
Text Example
White with #7544F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7544F9; }
p { color: rgb(117,68,249); }
H1.HeaderClassName
{
color: #7544F9;
}
.AnyTagClassName
{
color: #7544F9;
}
</style>
background-color css
<style>
a { background-color: #7544F9; }
a { background-color: rgb(117,68,249); }
div.DivClassName
{
background-color: #7544F9;
}
.BgClassName
{
background-color: #7544F9;
}
</style>
border-color css
<style>
span { border-color: #7544F9; }
span { border-color: rgb(117,68,249); }
td.TdClassName
{
border-color: #7544F9;
}
.TagClassName
{
border-color: #7544F9;
}
</style>