Shades of Medium Slate Blue #724AF8
Tints of Medium Slate Blue #724AF8
RGB
CMYK
RGB Variations
Color information
#724AF8 (or 0x724AF8) is known color: Medium Slate Blue. HEX triplet: 72, 4A and F8. RGB value is (114,74,248). Sum of RGB (Red+Green+Blue) = 114+74+248=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #724AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AF8 is #8DB507. Grayscale: #696969. Windows color (decimal): -9286920 or 16271986. OLE color: 16271986.
HSL color Cylindrical-coordinate representation of color #724AF8: hue angle of 253.79º degrees, saturation: 0.93, 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 #724AF8 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 74 | 248 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.03 |
| HSL | 253.79º | 0.93% | 0.63% | - |
| HSV(B) | 253.79º | 0.7% | 0.97% | - |
| XYZ | 26.33 | 15.25 | 90.36 | - |
| YUV | 105.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 248 | 0.54 | 0.70 | 0 | 0.03 | 253.79 | 0.93 | 0.63 |
| Hex | 72 | 4A | F8 | 36 | 46 | 0 | 3 | FE | 5D | 3F |
| Octal | 162 | 112 | 370 | 66 | 106 | 0 | 3 | 376 | 135 | 77 |
| Binary | 1110010 | 1001010 | 11111000 | 110110 | 1000110 | 0 | 11 | 11111110 | 1011101 | 111111 |
Color Harmonies of #724AF8
Complementary color
Monochromatic Colors of #724AF8
Black with #724AF8
Text Example
Text Example
White with #724AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AF8; }
p { color: rgb(114,74,248); }
H1.HeaderClassName
{
color: #724AF8;
}
.AnyTagClassName
{
color: #724AF8;
}
</style>
background-color css
<style>
a { background-color: #724AF8; }
a { background-color: rgb(114,74,248); }
div.DivClassName
{
background-color: #724AF8;
}
.BgClassName
{
background-color: #724AF8;
}
</style>
border-color css
<style>
span { border-color: #724AF8; }
span { border-color: rgb(114,74,248); }
td.TdClassName
{
border-color: #724AF8;
}
.TagClassName
{
border-color: #724AF8;
}
</style>