Shades of Medium Slate Blue #724CEF
Tints of Medium Slate Blue #724CEF
RGB
CMYK
RGB Variations
Color information
#724CEF (or 0x724CEF) is known color: Medium Slate Blue. HEX triplet: 72, 4C and EF. RGB value is (114,76,239). Sum of RGB (Red+Green+Blue) = 114+76+239=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #724CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CEF is #8DB310. Grayscale: #696969. Windows color (decimal): -9286417 or 15682674. OLE color: 15682674.
HSL color Cylindrical-coordinate representation of color #724CEF: hue angle of 253.99º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724CEF is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 76 | 239 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.06 |
| HSL | 253.99º | 0.84% | 0.62% | - |
| HSV(B) | 253.99º | 0.68% | 0.94% | - |
| XYZ | 25.1 | 14.98 | 83.23 | - |
| YUV | 105.94 | 203.09 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 239 | 0.52 | 0.68 | 0 | 0.06 | 253.99 | 0.84 | 0.62 |
| Hex | 72 | 4C | EF | 34 | 44 | 0 | 6 | FE | 54 | 3E |
| Octal | 162 | 114 | 357 | 64 | 104 | 0 | 6 | 376 | 124 | 76 |
| Binary | 1110010 | 1001100 | 11101111 | 110100 | 1000100 | 0 | 110 | 11111110 | 1010100 | 111110 |
Color Harmonies of #724CEF
Complementary color
Monochromatic Colors of #724CEF
Black with #724CEF
Text Example
Text Example
White with #724CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CEF; }
p { color: rgb(114,76,239); }
H1.HeaderClassName
{
color: #724CEF;
}
.AnyTagClassName
{
color: #724CEF;
}
</style>
background-color css
<style>
a { background-color: #724CEF; }
a { background-color: rgb(114,76,239); }
div.DivClassName
{
background-color: #724CEF;
}
.BgClassName
{
background-color: #724CEF;
}
</style>
border-color css
<style>
span { border-color: #724CEF; }
span { border-color: rgb(114,76,239); }
td.TdClassName
{
border-color: #724CEF;
}
.TagClassName
{
border-color: #724CEF;
}
</style>