Shades of Medium Slate Blue #724AF4
Tints of Medium Slate Blue #724AF4
RGB
CMYK
RGB Variations
Color information
#724AF4 (or 0x724AF4) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F4. RGB value is (114,74,244). Sum of RGB (Red+Green+Blue) = 114+74+244=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #724AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF4 is #8DB50B. Grayscale: #686868. Windows color (decimal): -9286924 or 16009842. OLE color: 16009842.
HSL color Cylindrical-coordinate representation of color #724AF4: hue angle of 254.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724AF4 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 74 | 244 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.04 |
| HSL | 254.12º | 0.89% | 0.62% | - |
| HSV(B) | 254.12º | 0.7% | 0.96% | - |
| XYZ | 25.72 | 15.01 | 87.13 | - |
| YUV | 105.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 244 | 0.53 | 0.70 | 0 | 0.04 | 254.12 | 0.89 | 0.62 |
| Hex | 72 | 4A | F4 | 35 | 46 | 0 | 4 | FE | 59 | 3E |
| Octal | 162 | 112 | 364 | 65 | 106 | 0 | 4 | 376 | 131 | 76 |
| Binary | 1110010 | 1001010 | 11110100 | 110101 | 1000110 | 0 | 100 | 11111110 | 1011001 | 111110 |
Color Harmonies of #724AF4
Complementary color
Monochromatic Colors of #724AF4
Black with #724AF4
Text Example
Text Example
White with #724AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AF4; }
p { color: rgb(114,74,244); }
H1.HeaderClassName
{
color: #724AF4;
}
.AnyTagClassName
{
color: #724AF4;
}
</style>
background-color css
<style>
a { background-color: #724AF4; }
a { background-color: rgb(114,74,244); }
div.DivClassName
{
background-color: #724AF4;
}
.BgClassName
{
background-color: #724AF4;
}
</style>
border-color css
<style>
span { border-color: #724AF4; }
span { border-color: rgb(114,74,244); }
td.TdClassName
{
border-color: #724AF4;
}
.TagClassName
{
border-color: #724AF4;
}
</style>