Shades of Medium Slate Blue #725DFF
Tints of Medium Slate Blue #725DFF
RGB
CMYK
RGB Variations
Color information
#725DFF (or 0x725DFF) is known color: Medium Slate Blue. HEX triplet: 72, 5D and FF. RGB value is (114,93,255). Sum of RGB (Red+Green+Blue) = 114+93+255=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #725DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725DFF is #8DA200. Grayscale: #757575. Windows color (decimal): -9282049 or 16735602. OLE color: 16735602.
HSL color Cylindrical-coordinate representation of color #725DFF: hue angle of 247.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725DFF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 93 | 255 | - |
| CMYK | 0.55 | 0.64 | 0 | 0 |
| HSL | 247.78º | 1% | 0.68% | - |
| HSV(B) | 247.78º | 0.64% | 1% | - |
| XYZ | 28.9 | 18.63 | 96.68 | - |
| YUV | 117.75 | 205.46 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 255 | 0.55 | 0.64 | 0 | 0 | 247.78 | 1 | 0.68 |
| Hex | 72 | 5D | FF | 37 | 40 | 0 | 0 | F8 | 64 | 44 |
| Octal | 162 | 135 | 377 | 67 | 100 | 0 | 0 | 370 | 144 | 104 |
| Binary | 1110010 | 1011101 | 11111111 | 110111 | 1000000 | 0 | 0 | 11111000 | 1100100 | 1000100 |
Color Harmonies of #725DFF
Complementary color
Monochromatic Colors of #725DFF
Black with #725DFF
Text Example
Text Example
White with #725DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DFF; }
p { color: rgb(114,93,255); }
H1.HeaderClassName
{
color: #725DFF;
}
.AnyTagClassName
{
color: #725DFF;
}
</style>
background-color css
<style>
a { background-color: #725DFF; }
a { background-color: rgb(114,93,255); }
div.DivClassName
{
background-color: #725DFF;
}
.BgClassName
{
background-color: #725DFF;
}
</style>
border-color css
<style>
span { border-color: #725DFF; }
span { border-color: rgb(114,93,255); }
td.TdClassName
{
border-color: #725DFF;
}
.TagClassName
{
border-color: #725DFF;
}
</style>