Shades of Medium Slate Blue #725EF1
Tints of Medium Slate Blue #725EF1
RGB
CMYK
RGB Variations
Color information
#725EF1 (or 0x725EF1) is known color: Medium Slate Blue. HEX triplet: 72, 5E and F1. RGB value is (114,94,241). Sum of RGB (Red+Green+Blue) = 114+94+241=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #725EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EF1 is #8DA10E. Grayscale: #747474. Windows color (decimal): -9281807 or 15818354. OLE color: 15818354.
HSL color Cylindrical-coordinate representation of color #725EF1: hue angle of 248.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725EF1 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 94 | 241 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.05 |
| HSL | 248.16º | 0.84% | 0.66% | - |
| HSV(B) | 248.16º | 0.61% | 0.95% | - |
| XYZ | 26.82 | 17.93 | 85.27 | - |
| YUV | 116.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 241 | 0.53 | 0.61 | 0 | 0.05 | 248.16 | 0.84 | 0.66 |
| Hex | 72 | 5E | F1 | 35 | 3D | 0 | 5 | F8 | 54 | 42 |
| Octal | 162 | 136 | 361 | 65 | 75 | 0 | 5 | 370 | 124 | 102 |
| Binary | 1110010 | 1011110 | 11110001 | 110101 | 111101 | 0 | 101 | 11111000 | 1010100 | 1000010 |
Color Harmonies of #725EF1
Complementary color
Monochromatic Colors of #725EF1
Black with #725EF1
Text Example
Text Example
White with #725EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725EF1; }
p { color: rgb(114,94,241); }
H1.HeaderClassName
{
color: #725EF1;
}
.AnyTagClassName
{
color: #725EF1;
}
</style>
background-color css
<style>
a { background-color: #725EF1; }
a { background-color: rgb(114,94,241); }
div.DivClassName
{
background-color: #725EF1;
}
.BgClassName
{
background-color: #725EF1;
}
</style>
border-color css
<style>
span { border-color: #725EF1; }
span { border-color: rgb(114,94,241); }
td.TdClassName
{
border-color: #725EF1;
}
.TagClassName
{
border-color: #725EF1;
}
</style>