Shades of Medium Slate Blue #7250EF
Tints of Medium Slate Blue #7250EF
RGB
CMYK
RGB Variations
Color information
#7250EF (or 0x7250EF) is known color: Medium Slate Blue. HEX triplet: 72, 50 and EF. RGB value is (114,80,239). Sum of RGB (Red+Green+Blue) = 114+80+239=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #7250EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7250EF is #8DAF10. Grayscale: #6B6B6B. Windows color (decimal): -9285393 or 15683698. OLE color: 15683698.
HSL color Cylindrical-coordinate representation of color #7250EF: hue angle of 252.83º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7250EF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 80 | 239 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.06 |
| HSL | 252.83º | 0.83% | 0.63% | - |
| HSV(B) | 252.83º | 0.67% | 0.94% | - |
| XYZ | 25.39 | 15.55 | 83.32 | - |
| YUV | 108.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 239 | 0.52 | 0.67 | 0 | 0.06 | 252.83 | 0.83 | 0.63 |
| Hex | 72 | 50 | EF | 34 | 43 | 0 | 6 | FD | 53 | 3F |
| Octal | 162 | 120 | 357 | 64 | 103 | 0 | 6 | 375 | 123 | 77 |
| Binary | 1110010 | 1010000 | 11101111 | 110100 | 1000011 | 0 | 110 | 11111101 | 1010011 | 111111 |
Color Harmonies of #7250EF
Complementary color
Monochromatic Colors of #7250EF
Black with #7250EF
Text Example
Text Example
White with #7250EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250EF; }
p { color: rgb(114,80,239); }
H1.HeaderClassName
{
color: #7250EF;
}
.AnyTagClassName
{
color: #7250EF;
}
</style>
background-color css
<style>
a { background-color: #7250EF; }
a { background-color: rgb(114,80,239); }
div.DivClassName
{
background-color: #7250EF;
}
.BgClassName
{
background-color: #7250EF;
}
</style>
border-color css
<style>
span { border-color: #7250EF; }
span { border-color: rgb(114,80,239); }
td.TdClassName
{
border-color: #7250EF;
}
.TagClassName
{
border-color: #7250EF;
}
</style>