Shades of Medium Slate Blue #7248FF
Tints of Medium Slate Blue #7248FF
RGB
CMYK
RGB Variations
Color information
#7248FF (or 0x7248FF) is known color: Medium Slate Blue. HEX triplet: 72, 48 and FF. RGB value is (114,72,255). Sum of RGB (Red+Green+Blue) = 114+72+255=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #7248FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7248FF is #8DB700. Grayscale: #686868. Windows color (decimal): -9287425 or 16730226. OLE color: 16730226.
HSL color Cylindrical-coordinate representation of color #7248FF: hue angle of 253.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7248FF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 72 | 255 | - |
| CMYK | 0.55 | 0.72 | 0 | 0 |
| HSL | 253.77º | 1% | 0.64% | - |
| HSV(B) | 253.77º | 0.72% | 1% | - |
| XYZ | 27.31 | 15.43 | 96.15 | - |
| YUV | 105.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 255 | 0.55 | 0.72 | 0 | 0 | 253.77 | 1 | 0.64 |
| Hex | 72 | 48 | FF | 37 | 48 | 0 | 0 | FE | 64 | 40 |
| Octal | 162 | 110 | 377 | 67 | 110 | 0 | 0 | 376 | 144 | 100 |
| Binary | 1110010 | 1001000 | 11111111 | 110111 | 1001000 | 0 | 0 | 11111110 | 1100100 | 1000000 |
Color Harmonies of #7248FF
Complementary color
Monochromatic Colors of #7248FF
Black with #7248FF
Text Example
Text Example
White with #7248FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7248FF; }
p { color: rgb(114,72,255); }
H1.HeaderClassName
{
color: #7248FF;
}
.AnyTagClassName
{
color: #7248FF;
}
</style>
background-color css
<style>
a { background-color: #7248FF; }
a { background-color: rgb(114,72,255); }
div.DivClassName
{
background-color: #7248FF;
}
.BgClassName
{
background-color: #7248FF;
}
</style>
border-color css
<style>
span { border-color: #7248FF; }
span { border-color: rgb(114,72,255); }
td.TdClassName
{
border-color: #7248FF;
}
.TagClassName
{
border-color: #7248FF;
}
</style>