Shades of Medium Slate Blue #724DEC
Tints of Medium Slate Blue #724DEC
RGB
CMYK
RGB Variations
Color information
#724DEC (or 0x724DEC) is known color: Medium Slate Blue. HEX triplet: 72, 4D and EC. RGB value is (114,77,236). Sum of RGB (Red+Green+Blue) = 114+77+236=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #724DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DEC is #8DB213. Grayscale: #696969. Windows color (decimal): -9286164 or 15486322. OLE color: 15486322.
HSL color Cylindrical-coordinate representation of color #724DEC: hue angle of 253.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724DEC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 77 | 236 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.07 |
| HSL | 253.96º | 0.81% | 0.61% | - |
| HSV(B) | 253.96º | 0.67% | 0.93% | - |
| XYZ | 24.73 | 14.94 | 80.94 | - |
| YUV | 106.19 | 201.26 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 236 | 0.52 | 0.67 | 0 | 0.07 | 253.96 | 0.81 | 0.61 |
| Hex | 72 | 4D | EC | 34 | 43 | 0 | 7 | FE | 51 | 3D |
| Octal | 162 | 115 | 354 | 64 | 103 | 0 | 7 | 376 | 121 | 75 |
| Binary | 1110010 | 1001101 | 11101100 | 110100 | 1000011 | 0 | 111 | 11111110 | 1010001 | 111101 |
Color Harmonies of #724DEC
Complementary color
Monochromatic Colors of #724DEC
Black with #724DEC
Text Example
Text Example
White with #724DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DEC; }
p { color: rgb(114,77,236); }
H1.HeaderClassName
{
color: #724DEC;
}
.AnyTagClassName
{
color: #724DEC;
}
</style>
background-color css
<style>
a { background-color: #724DEC; }
a { background-color: rgb(114,77,236); }
div.DivClassName
{
background-color: #724DEC;
}
.BgClassName
{
background-color: #724DEC;
}
</style>
border-color css
<style>
span { border-color: #724DEC; }
span { border-color: rgb(114,77,236); }
td.TdClassName
{
border-color: #724DEC;
}
.TagClassName
{
border-color: #724DEC;
}
</style>