Shades of Medium Slate Blue #725FFF
Tints of Medium Slate Blue #725FFF
RGB
CMYK
RGB Variations
Color information
#725FFF (or 0x725FFF) is known color: Medium Slate Blue. HEX triplet: 72, 5F and FF. RGB value is (114,95,255). Sum of RGB (Red+Green+Blue) = 114+95+255=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #725FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FFF is #8DA000. Grayscale: #767676. Windows color (decimal): -9281537 or 16736114. OLE color: 16736114.
HSL color Cylindrical-coordinate representation of color #725FFF: hue angle of 247.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725FFF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 95 | 255 | - |
| CMYK | 0.55 | 0.63 | 0 | 0 |
| HSL | 247.13º | 1% | 0.69% | - |
| HSV(B) | 247.13º | 0.63% | 1% | - |
| XYZ | 29.08 | 18.98 | 96.74 | - |
| YUV | 118.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 255 | 0.55 | 0.63 | 0 | 0 | 247.13 | 1 | 0.69 |
| Hex | 72 | 5F | FF | 37 | 3F | 0 | 0 | F7 | 64 | 45 |
| Octal | 162 | 137 | 377 | 67 | 77 | 0 | 0 | 367 | 144 | 105 |
| Binary | 1110010 | 1011111 | 11111111 | 110111 | 111111 | 0 | 0 | 11110111 | 1100100 | 1000101 |
Color Harmonies of #725FFF
Complementary color
Monochromatic Colors of #725FFF
Black with #725FFF
Text Example
Text Example
White with #725FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FFF; }
p { color: rgb(114,95,255); }
H1.HeaderClassName
{
color: #725FFF;
}
.AnyTagClassName
{
color: #725FFF;
}
</style>
background-color css
<style>
a { background-color: #725FFF; }
a { background-color: rgb(114,95,255); }
div.DivClassName
{
background-color: #725FFF;
}
.BgClassName
{
background-color: #725FFF;
}
</style>
border-color css
<style>
span { border-color: #725FFF; }
span { border-color: rgb(114,95,255); }
td.TdClassName
{
border-color: #725FFF;
}
.TagClassName
{
border-color: #725FFF;
}
</style>