Shades of Medium Slate Blue #724DED
Tints of Medium Slate Blue #724DED
RGB
CMYK
RGB Variations
Color information
#724DED (or 0x724DED) is known color: Medium Slate Blue. HEX triplet: 72, 4D and ED. RGB value is (114,77,237). Sum of RGB (Red+Green+Blue) = 114+77+237=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #724DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DED is #8DB212. Grayscale: #696969. Windows color (decimal): -9286163 or 15551858. OLE color: 15551858.
HSL color Cylindrical-coordinate representation of color #724DED: hue angle of 253.87º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724DED is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 77 | 237 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.07 |
| HSL | 253.88º | 0.82% | 0.62% | - |
| HSV(B) | 253.88º | 0.68% | 0.93% | - |
| XYZ | 24.88 | 15 | 81.7 | - |
| YUV | 106.3 | 201.76 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 237 | 0.52 | 0.68 | 0 | 0.07 | 253.88 | 0.82 | 0.62 |
| Hex | 72 | 4D | ED | 34 | 44 | 0 | 7 | FE | 52 | 3E |
| Octal | 162 | 115 | 355 | 64 | 104 | 0 | 7 | 376 | 122 | 76 |
| Binary | 1110010 | 1001101 | 11101101 | 110100 | 1000100 | 0 | 111 | 11111110 | 1010010 | 111110 |
Color Harmonies of #724DED
Complementary color
Monochromatic Colors of #724DED
Black with #724DED
Text Example
Text Example
White with #724DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DED; }
p { color: rgb(114,77,237); }
H1.HeaderClassName
{
color: #724DED;
}
.AnyTagClassName
{
color: #724DED;
}
</style>
background-color css
<style>
a { background-color: #724DED; }
a { background-color: rgb(114,77,237); }
div.DivClassName
{
background-color: #724DED;
}
.BgClassName
{
background-color: #724DED;
}
</style>
border-color css
<style>
span { border-color: #724DED; }
span { border-color: rgb(114,77,237); }
td.TdClassName
{
border-color: #724DED;
}
.TagClassName
{
border-color: #724DED;
}
</style>