Shades of Medium Slate Blue #7248F0
Tints of Medium Slate Blue #7248F0
RGB
CMYK
RGB Variations
Color information
#7248F0 (or 0x7248F0) is known color: Medium Slate Blue. HEX triplet: 72, 48 and F0. RGB value is (114,72,240). Sum of RGB (Red+Green+Blue) = 114+72+240=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #7248F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248F0 is #8DB70F. Grayscale: #676767. Windows color (decimal): -9287440 or 15747186. OLE color: 15747186.
HSL color Cylindrical-coordinate representation of color #7248F0: hue angle of 255º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7248F0 is Cyan = 0.52, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 72 | 240 | - |
| CMYK | 0.52 | 0.7 | 0 | 0.06 |
| HSL | 255º | 0.85% | 0.61% | - |
| HSV(B) | 255º | 0.7% | 0.94% | - |
| XYZ | 24.98 | 14.5 | 83.92 | - |
| YUV | 103.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 240 | 0.52 | 0.7 | 0 | 0.06 | 255 | 0.85 | 0.61 |
| Hex | 72 | 48 | F0 | 34 | 46 | 0 | 6 | FF | 55 | 3D |
| Octal | 162 | 110 | 360 | 64 | 106 | 0 | 6 | 377 | 125 | 75 |
| Binary | 1110010 | 1001000 | 11110000 | 110100 | 1000110 | 0 | 110 | 11111111 | 1010101 | 111101 |
Color Harmonies of #7248F0
Complementary color
Monochromatic Colors of #7248F0
Black with #7248F0
Text Example
Text Example
White with #7248F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7248F0; }
p { color: rgb(114,72,240); }
H1.HeaderClassName
{
color: #7248F0;
}
.AnyTagClassName
{
color: #7248F0;
}
</style>
background-color css
<style>
a { background-color: #7248F0; }
a { background-color: rgb(114,72,240); }
div.DivClassName
{
background-color: #7248F0;
}
.BgClassName
{
background-color: #7248F0;
}
</style>
border-color css
<style>
span { border-color: #7248F0; }
span { border-color: rgb(114,72,240); }
td.TdClassName
{
border-color: #7248F0;
}
.TagClassName
{
border-color: #7248F0;
}
</style>