Shades of Medium Slate Blue #724AF7
Tints of Medium Slate Blue #724AF7
RGB
CMYK
RGB Variations
Color information
#724AF7 (or 0x724AF7) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F7. RGB value is (114,74,247). Sum of RGB (Red+Green+Blue) = 114+74+247=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #724AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF7 is #8DB508. Grayscale: #696969. Windows color (decimal): -9286921 or 16206450. OLE color: 16206450.
HSL color Cylindrical-coordinate representation of color #724AF7: hue angle of 253.87º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724AF7 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 74 | 247 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.03 |
| HSL | 253.87º | 0.92% | 0.63% | - |
| HSV(B) | 253.87º | 0.7% | 0.97% | - |
| XYZ | 26.18 | 15.19 | 89.55 | - |
| YUV | 105.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 247 | 0.54 | 0.70 | 0 | 0.03 | 253.87 | 0.92 | 0.63 |
| Hex | 72 | 4A | F7 | 36 | 46 | 0 | 3 | FE | 5C | 3F |
| Octal | 162 | 112 | 367 | 66 | 106 | 0 | 3 | 376 | 134 | 77 |
| Binary | 1110010 | 1001010 | 11110111 | 110110 | 1000110 | 0 | 11 | 11111110 | 1011100 | 111111 |
Color Harmonies of #724AF7
Complementary color
Monochromatic Colors of #724AF7
Black with #724AF7
Text Example
Text Example
White with #724AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AF7; }
p { color: rgb(114,74,247); }
H1.HeaderClassName
{
color: #724AF7;
}
.AnyTagClassName
{
color: #724AF7;
}
</style>
background-color css
<style>
a { background-color: #724AF7; }
a { background-color: rgb(114,74,247); }
div.DivClassName
{
background-color: #724AF7;
}
.BgClassName
{
background-color: #724AF7;
}
</style>
border-color css
<style>
span { border-color: #724AF7; }
span { border-color: rgb(114,74,247); }
td.TdClassName
{
border-color: #724AF7;
}
.TagClassName
{
border-color: #724AF7;
}
</style>