Shades of Medium Slate Blue #724AF6
Tints of Medium Slate Blue #724AF6
RGB
CMYK
RGB Variations
Color information
#724AF6 (or 0x724AF6) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F6. RGB value is (114,74,246). Sum of RGB (Red+Green+Blue) = 114+74+246=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #724AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF6 is #8DB509. Grayscale: #686868. Windows color (decimal): -9286922 or 16140914. OLE color: 16140914.
HSL color Cylindrical-coordinate representation of color #724AF6: hue angle of 253.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724AF6 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 74 | 246 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.04 |
| HSL | 253.95º | 0.91% | 0.63% | - |
| HSV(B) | 253.95º | 0.7% | 0.96% | - |
| XYZ | 26.02 | 15.13 | 88.74 | - |
| YUV | 105.57 | 207.25 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 246 | 0.54 | 0.70 | 0 | 0.04 | 253.95 | 0.91 | 0.63 |
| Hex | 72 | 4A | F6 | 36 | 46 | 0 | 4 | FE | 5B | 3F |
| Octal | 162 | 112 | 366 | 66 | 106 | 0 | 4 | 376 | 133 | 77 |
| Binary | 1110010 | 1001010 | 11110110 | 110110 | 1000110 | 0 | 100 | 11111110 | 1011011 | 111111 |
Color Harmonies of #724AF6
Complementary color
Monochromatic Colors of #724AF6
Black with #724AF6
Text Example
Text Example
White with #724AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AF6; }
p { color: rgb(114,74,246); }
H1.HeaderClassName
{
color: #724AF6;
}
.AnyTagClassName
{
color: #724AF6;
}
</style>
background-color css
<style>
a { background-color: #724AF6; }
a { background-color: rgb(114,74,246); }
div.DivClassName
{
background-color: #724AF6;
}
.BgClassName
{
background-color: #724AF6;
}
</style>
border-color css
<style>
span { border-color: #724AF6; }
span { border-color: rgb(114,74,246); }
td.TdClassName
{
border-color: #724AF6;
}
.TagClassName
{
border-color: #724AF6;
}
</style>