Shades of Medium Slate Blue #7252F0
Tints of Medium Slate Blue #7252F0
RGB
CMYK
RGB Variations
Color information
#7252F0 (or 0x7252F0) is known color: Medium Slate Blue. HEX triplet: 72, 52 and F0. RGB value is (114,82,240). Sum of RGB (Red+Green+Blue) = 114+82+240=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #7252F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7252F0 is #8DAD0F. Grayscale: #6C6C6C. Windows color (decimal): -9284880 or 15749746. OLE color: 15749746.
HSL color Cylindrical-coordinate representation of color #7252F0: hue angle of 252.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7252F0 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 82 | 240 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.06 |
| HSL | 252.15º | 0.84% | 0.63% | - |
| HSV(B) | 252.15º | 0.66% | 0.94% | - |
| XYZ | 25.68 | 15.9 | 84.15 | - |
| YUV | 109.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 240 | 0.52 | 0.66 | 0 | 0.06 | 252.15 | 0.84 | 0.63 |
| Hex | 72 | 52 | F0 | 34 | 42 | 0 | 6 | FC | 54 | 3F |
| Octal | 162 | 122 | 360 | 64 | 102 | 0 | 6 | 374 | 124 | 77 |
| Binary | 1110010 | 1010010 | 11110000 | 110100 | 1000010 | 0 | 110 | 11111100 | 1010100 | 111111 |
Color Harmonies of #7252F0
Complementary color
Monochromatic Colors of #7252F0
Black with #7252F0
Text Example
Text Example
White with #7252F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7252F0; }
p { color: rgb(114,82,240); }
H1.HeaderClassName
{
color: #7252F0;
}
.AnyTagClassName
{
color: #7252F0;
}
</style>
background-color css
<style>
a { background-color: #7252F0; }
a { background-color: rgb(114,82,240); }
div.DivClassName
{
background-color: #7252F0;
}
.BgClassName
{
background-color: #7252F0;
}
</style>
border-color css
<style>
span { border-color: #7252F0; }
span { border-color: rgb(114,82,240); }
td.TdClassName
{
border-color: #7252F0;
}
.TagClassName
{
border-color: #7252F0;
}
</style>