Shades of Medium Slate Blue #725CFE
Tints of Medium Slate Blue #725CFE
RGB
CMYK
RGB Variations
Color information
#725CFE (or 0x725CFE) is known color: Medium Slate Blue. HEX triplet: 72, 5C and FE. RGB value is (114,92,254). Sum of RGB (Red+Green+Blue) = 114+92+254=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #725CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CFE is #8DA301. Grayscale: #747474. Windows color (decimal): -9282306 or 16669810. OLE color: 16669810.
HSL color Cylindrical-coordinate representation of color #725CFE: hue angle of 248.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725CFE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 92 | 254 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.00 |
| HSL | 248.15º | 0.99% | 0.68% | - |
| HSV(B) | 248.15º | 0.64% | 1% | - |
| XYZ | 28.66 | 18.39 | 95.8 | - |
| YUV | 117.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 254 | 0.55 | 0.64 | 0 | 0.00 | 248.15 | 0.99 | 0.68 |
| Hex | 72 | 5C | FE | 37 | 40 | 0 | 0 | F8 | 63 | 44 |
| Octal | 162 | 134 | 376 | 67 | 100 | 0 | 0 | 370 | 143 | 104 |
| Binary | 1110010 | 1011100 | 11111110 | 110111 | 1000000 | 0 | 0 | 11111000 | 1100011 | 1000100 |
Color Harmonies of #725CFE
Complementary color
Monochromatic Colors of #725CFE
Black with #725CFE
Text Example
Text Example
White with #725CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CFE; }
p { color: rgb(114,92,254); }
H1.HeaderClassName
{
color: #725CFE;
}
.AnyTagClassName
{
color: #725CFE;
}
</style>
background-color css
<style>
a { background-color: #725CFE; }
a { background-color: rgb(114,92,254); }
div.DivClassName
{
background-color: #725CFE;
}
.BgClassName
{
background-color: #725CFE;
}
</style>
border-color css
<style>
span { border-color: #725CFE; }
span { border-color: rgb(114,92,254); }
td.TdClassName
{
border-color: #725CFE;
}
.TagClassName
{
border-color: #725CFE;
}
</style>