Shades of Medium Slate Blue #725CFD
Tints of Medium Slate Blue #725CFD
RGB
CMYK
RGB Variations
Color information
#725CFD (or 0x725CFD) is known color: Medium Slate Blue. HEX triplet: 72, 5C and FD. RGB value is (114,92,253). Sum of RGB (Red+Green+Blue) = 114+92+253=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #725CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CFD is #8DA302. Grayscale: #747474. Windows color (decimal): -9282307 or 16604274. OLE color: 16604274.
HSL color Cylindrical-coordinate representation of color #725CFD: hue angle of 248.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725CFD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 92 | 253 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.01 |
| HSL | 248.2º | 0.98% | 0.68% | - |
| HSV(B) | 248.2º | 0.64% | 0.99% | - |
| XYZ | 28.5 | 18.32 | 94.96 | - |
| YUV | 116.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 253 | 0.55 | 0.64 | 0 | 0.01 | 248.2 | 0.98 | 0.68 |
| Hex | 72 | 5C | FD | 37 | 40 | 0 | 1 | F8 | 62 | 44 |
| Octal | 162 | 134 | 375 | 67 | 100 | 0 | 1 | 370 | 142 | 104 |
| Binary | 1110010 | 1011100 | 11111101 | 110111 | 1000000 | 0 | 1 | 11111000 | 1100010 | 1000100 |
Color Harmonies of #725CFD
Complementary color
Monochromatic Colors of #725CFD
Black with #725CFD
Text Example
Text Example
White with #725CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CFD; }
p { color: rgb(114,92,253); }
H1.HeaderClassName
{
color: #725CFD;
}
.AnyTagClassName
{
color: #725CFD;
}
</style>
background-color css
<style>
a { background-color: #725CFD; }
a { background-color: rgb(114,92,253); }
div.DivClassName
{
background-color: #725CFD;
}
.BgClassName
{
background-color: #725CFD;
}
</style>
border-color css
<style>
span { border-color: #725CFD; }
span { border-color: rgb(114,92,253); }
td.TdClassName
{
border-color: #725CFD;
}
.TagClassName
{
border-color: #725CFD;
}
</style>