Shades of Medium Slate Blue #725CEF
Tints of Medium Slate Blue #725CEF
RGB
CMYK
RGB Variations
Color information
#725CEF (or 0x725CEF) is known color: Medium Slate Blue. HEX triplet: 72, 5C and EF. RGB value is (114,92,239). Sum of RGB (Red+Green+Blue) = 114+92+239=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #725CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CEF is #8DA310. Grayscale: #727272. Windows color (decimal): -9282321 or 15686770. OLE color: 15686770.
HSL color Cylindrical-coordinate representation of color #725CEF: hue angle of 248.98º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725CEF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 92 | 239 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.06 |
| HSL | 248.98º | 0.82% | 0.65% | - |
| HSV(B) | 248.98º | 0.62% | 0.94% | - |
| XYZ | 26.35 | 17.46 | 83.64 | - |
| YUV | 115.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 239 | 0.52 | 0.62 | 0 | 0.06 | 248.98 | 0.82 | 0.65 |
| Hex | 72 | 5C | EF | 34 | 3E | 0 | 6 | F9 | 52 | 41 |
| Octal | 162 | 134 | 357 | 64 | 76 | 0 | 6 | 371 | 122 | 101 |
| Binary | 1110010 | 1011100 | 11101111 | 110100 | 111110 | 0 | 110 | 11111001 | 1010010 | 1000001 |
Color Harmonies of #725CEF
Complementary color
Monochromatic Colors of #725CEF
Black with #725CEF
Text Example
Text Example
White with #725CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CEF; }
p { color: rgb(114,92,239); }
H1.HeaderClassName
{
color: #725CEF;
}
.AnyTagClassName
{
color: #725CEF;
}
</style>
background-color css
<style>
a { background-color: #725CEF; }
a { background-color: rgb(114,92,239); }
div.DivClassName
{
background-color: #725CEF;
}
.BgClassName
{
background-color: #725CEF;
}
</style>
border-color css
<style>
span { border-color: #725CEF; }
span { border-color: rgb(114,92,239); }
td.TdClassName
{
border-color: #725CEF;
}
.TagClassName
{
border-color: #725CEF;
}
</style>