Shades of Medium Slate Blue #724DFE
Tints of Medium Slate Blue #724DFE
RGB
CMYK
RGB Variations
Color information
#724DFE (or 0x724DFE) is known color: Medium Slate Blue. HEX triplet: 72, 4D and FE. RGB value is (114,77,254). Sum of RGB (Red+Green+Blue) = 114+77+254=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #724DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DFE is #8DB201. Grayscale: #6B6B6B. Windows color (decimal): -9286146 or 16665970. OLE color: 16665970.
HSL color Cylindrical-coordinate representation of color #724DFE: hue angle of 252.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724DFE is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 77 | 254 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.00 |
| HSL | 252.54º | 0.99% | 0.65% | - |
| HSV(B) | 252.54º | 0.7% | 1% | - |
| XYZ | 27.48 | 16.04 | 95.41 | - |
| YUV | 108.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 254 | 0.55 | 0.70 | 0 | 0.00 | 252.54 | 0.99 | 0.65 |
| Hex | 72 | 4D | FE | 37 | 46 | 0 | 0 | FD | 63 | 41 |
| Octal | 162 | 115 | 376 | 67 | 106 | 0 | 0 | 375 | 143 | 101 |
| Binary | 1110010 | 1001101 | 11111110 | 110111 | 1000110 | 0 | 0 | 11111101 | 1100011 | 1000001 |
Color Harmonies of #724DFE
Complementary color
Monochromatic Colors of #724DFE
Black with #724DFE
Text Example
Text Example
White with #724DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DFE; }
p { color: rgb(114,77,254); }
H1.HeaderClassName
{
color: #724DFE;
}
.AnyTagClassName
{
color: #724DFE;
}
</style>
background-color css
<style>
a { background-color: #724DFE; }
a { background-color: rgb(114,77,254); }
div.DivClassName
{
background-color: #724DFE;
}
.BgClassName
{
background-color: #724DFE;
}
</style>
border-color css
<style>
span { border-color: #724DFE; }
span { border-color: rgb(114,77,254); }
td.TdClassName
{
border-color: #724DFE;
}
.TagClassName
{
border-color: #724DFE;
}
</style>