Shades of Medium Slate Blue #724CFD
Tints of Medium Slate Blue #724CFD
RGB
CMYK
RGB Variations
Color information
#724CFD (or 0x724CFD) is known color: Medium Slate Blue. HEX triplet: 72, 4C and FD. RGB value is (114,76,253). Sum of RGB (Red+Green+Blue) = 114+76+253=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #724CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CFD is #8DB302. Grayscale: #6A6A6A. Windows color (decimal): -9286403 or 16600178. OLE color: 16600178.
HSL color Cylindrical-coordinate representation of color #724CFD: hue angle of 252.88º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724CFD is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 76 | 253 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.01 |
| HSL | 252.88º | 0.98% | 0.65% | - |
| HSV(B) | 252.88º | 0.7% | 0.99% | - |
| XYZ | 27.25 | 15.84 | 94.55 | - |
| YUV | 107.54 | 210.09 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 253 | 0.55 | 0.70 | 0 | 0.01 | 252.88 | 0.98 | 0.65 |
| Hex | 72 | 4C | FD | 37 | 46 | 0 | 1 | FD | 62 | 41 |
| Octal | 162 | 114 | 375 | 67 | 106 | 0 | 1 | 375 | 142 | 101 |
| Binary | 1110010 | 1001100 | 11111101 | 110111 | 1000110 | 0 | 1 | 11111101 | 1100010 | 1000001 |
Color Harmonies of #724CFD
Complementary color
Monochromatic Colors of #724CFD
Black with #724CFD
Text Example
Text Example
White with #724CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CFD; }
p { color: rgb(114,76,253); }
H1.HeaderClassName
{
color: #724CFD;
}
.AnyTagClassName
{
color: #724CFD;
}
</style>
background-color css
<style>
a { background-color: #724CFD; }
a { background-color: rgb(114,76,253); }
div.DivClassName
{
background-color: #724CFD;
}
.BgClassName
{
background-color: #724CFD;
}
</style>
border-color css
<style>
span { border-color: #724CFD; }
span { border-color: rgb(114,76,253); }
td.TdClassName
{
border-color: #724CFD;
}
.TagClassName
{
border-color: #724CFD;
}
</style>