Shades of Medium Slate Blue #725DF3
Tints of Medium Slate Blue #725DF3
RGB
CMYK
RGB Variations
Color information
#725DF3 (or 0x725DF3) is known color: Medium Slate Blue. HEX triplet: 72, 5D and F3. RGB value is (114,93,243). Sum of RGB (Red+Green+Blue) = 114+93+243=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #725DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725DF3 is #8DA20C. Grayscale: #737373. Windows color (decimal): -9282061 or 15949170. OLE color: 15949170.
HSL color Cylindrical-coordinate representation of color #725DF3: hue angle of 248.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725DF3 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 93 | 243 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.05 |
| HSL | 248.4º | 0.86% | 0.66% | - |
| HSV(B) | 248.4º | 0.62% | 0.95% | - |
| XYZ | 27.03 | 17.88 | 86.82 | - |
| YUV | 116.38 | 199.46 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 243 | 0.53 | 0.62 | 0 | 0.05 | 248.4 | 0.86 | 0.66 |
| Hex | 72 | 5D | F3 | 35 | 3E | 0 | 5 | F8 | 56 | 42 |
| Octal | 162 | 135 | 363 | 65 | 76 | 0 | 5 | 370 | 126 | 102 |
| Binary | 1110010 | 1011101 | 11110011 | 110101 | 111110 | 0 | 101 | 11111000 | 1010110 | 1000010 |
Color Harmonies of #725DF3
Complementary color
Monochromatic Colors of #725DF3
Black with #725DF3
Text Example
Text Example
White with #725DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DF3; }
p { color: rgb(114,93,243); }
H1.HeaderClassName
{
color: #725DF3;
}
.AnyTagClassName
{
color: #725DF3;
}
</style>
background-color css
<style>
a { background-color: #725DF3; }
a { background-color: rgb(114,93,243); }
div.DivClassName
{
background-color: #725DF3;
}
.BgClassName
{
background-color: #725DF3;
}
</style>
border-color css
<style>
span { border-color: #725DF3; }
span { border-color: rgb(114,93,243); }
td.TdClassName
{
border-color: #725DF3;
}
.TagClassName
{
border-color: #725DF3;
}
</style>