Shades of Medium Slate Blue #7253EF
Tints of Medium Slate Blue #7253EF
RGB
CMYK
RGB Variations
Color information
#7253EF (or 0x7253EF) is known color: Medium Slate Blue. HEX triplet: 72, 53 and EF. RGB value is (114,83,239). Sum of RGB (Red+Green+Blue) = 114+83+239=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #7253EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253EF is #8DAC10. Grayscale: #6D6D6D. Windows color (decimal): -9284625 or 15684466. OLE color: 15684466.
HSL color Cylindrical-coordinate representation of color #7253EF: hue angle of 251.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7253EF is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 83 | 239 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.06 |
| HSL | 251.92º | 0.83% | 0.63% | - |
| HSV(B) | 251.92º | 0.65% | 0.94% | - |
| XYZ | 25.61 | 16 | 83.4 | - |
| YUV | 110.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 239 | 0.52 | 0.65 | 0 | 0.06 | 251.92 | 0.83 | 0.63 |
| Hex | 72 | 53 | EF | 34 | 41 | 0 | 6 | FC | 53 | 3F |
| Octal | 162 | 123 | 357 | 64 | 101 | 0 | 6 | 374 | 123 | 77 |
| Binary | 1110010 | 1010011 | 11101111 | 110100 | 1000001 | 0 | 110 | 11111100 | 1010011 | 111111 |
Color Harmonies of #7253EF
Complementary color
Monochromatic Colors of #7253EF
Black with #7253EF
Text Example
Text Example
White with #7253EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253EF; }
p { color: rgb(114,83,239); }
H1.HeaderClassName
{
color: #7253EF;
}
.AnyTagClassName
{
color: #7253EF;
}
</style>
background-color css
<style>
a { background-color: #7253EF; }
a { background-color: rgb(114,83,239); }
div.DivClassName
{
background-color: #7253EF;
}
.BgClassName
{
background-color: #7253EF;
}
</style>
border-color css
<style>
span { border-color: #7253EF; }
span { border-color: rgb(114,83,239); }
td.TdClassName
{
border-color: #7253EF;
}
.TagClassName
{
border-color: #7253EF;
}
</style>