Shades of Medium Slate Blue #725CF5
Tints of Medium Slate Blue #725CF5
RGB
CMYK
RGB Variations
Color information
#725CF5 (or 0x725CF5) is known color: Medium Slate Blue. HEX triplet: 72, 5C and F5. RGB value is (114,92,245). Sum of RGB (Red+Green+Blue) = 114+92+245=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #725CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CF5 is #8DA30A. Grayscale: #737373. Windows color (decimal): -9282315 or 16079986. OLE color: 16079986.
HSL color Cylindrical-coordinate representation of color #725CF5: hue angle of 248.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725CF5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 92 | 245 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.04 |
| HSL | 248.63º | 0.88% | 0.66% | - |
| HSV(B) | 248.63º | 0.62% | 0.96% | - |
| XYZ | 27.25 | 17.82 | 88.39 | - |
| YUV | 116.02 | 200.79 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 245 | 0.53 | 0.62 | 0 | 0.04 | 248.63 | 0.88 | 0.66 |
| Hex | 72 | 5C | F5 | 35 | 3E | 0 | 4 | F9 | 58 | 42 |
| Octal | 162 | 134 | 365 | 65 | 76 | 0 | 4 | 371 | 130 | 102 |
| Binary | 1110010 | 1011100 | 11110101 | 110101 | 111110 | 0 | 100 | 11111001 | 1011000 | 1000010 |
Color Harmonies of #725CF5
Complementary color
Monochromatic Colors of #725CF5
Black with #725CF5
Text Example
Text Example
White with #725CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CF5; }
p { color: rgb(114,92,245); }
H1.HeaderClassName
{
color: #725CF5;
}
.AnyTagClassName
{
color: #725CF5;
}
</style>
background-color css
<style>
a { background-color: #725CF5; }
a { background-color: rgb(114,92,245); }
div.DivClassName
{
background-color: #725CF5;
}
.BgClassName
{
background-color: #725CF5;
}
</style>
border-color css
<style>
span { border-color: #725CF5; }
span { border-color: rgb(114,92,245); }
td.TdClassName
{
border-color: #725CF5;
}
.TagClassName
{
border-color: #725CF5;
}
</style>