Shades of Medium Slate Blue #724EEF
Tints of Medium Slate Blue #724EEF
RGB
CMYK
RGB Variations
Color information
#724EEF (or 0x724EEF) is known color: Medium Slate Blue. HEX triplet: 72, 4E and EF. RGB value is (114,78,239). Sum of RGB (Red+Green+Blue) = 114+78+239=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #724EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EEF is #8DB110. Grayscale: #6A6A6A. Windows color (decimal): -9285905 or 15683186. OLE color: 15683186.
HSL color Cylindrical-coordinate representation of color #724EEF: hue angle of 253.42º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724EEF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 78 | 239 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.06 |
| HSL | 253.42º | 0.83% | 0.62% | - |
| HSV(B) | 253.42º | 0.67% | 0.94% | - |
| XYZ | 25.24 | 15.26 | 83.28 | - |
| YUV | 107.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 239 | 0.52 | 0.67 | 0 | 0.06 | 253.42 | 0.83 | 0.62 |
| Hex | 72 | 4E | EF | 34 | 43 | 0 | 6 | FD | 53 | 3E |
| Octal | 162 | 116 | 357 | 64 | 103 | 0 | 6 | 375 | 123 | 76 |
| Binary | 1110010 | 1001110 | 11101111 | 110100 | 1000011 | 0 | 110 | 11111101 | 1010011 | 111110 |
Color Harmonies of #724EEF
Complementary color
Monochromatic Colors of #724EEF
Black with #724EEF
Text Example
Text Example
White with #724EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EEF; }
p { color: rgb(114,78,239); }
H1.HeaderClassName
{
color: #724EEF;
}
.AnyTagClassName
{
color: #724EEF;
}
</style>
background-color css
<style>
a { background-color: #724EEF; }
a { background-color: rgb(114,78,239); }
div.DivClassName
{
background-color: #724EEF;
}
.BgClassName
{
background-color: #724EEF;
}
</style>
border-color css
<style>
span { border-color: #724EEF; }
span { border-color: rgb(114,78,239); }
td.TdClassName
{
border-color: #724EEF;
}
.TagClassName
{
border-color: #724EEF;
}
</style>