Shades of Medium Slate Blue #724AFE
Tints of Medium Slate Blue #724AFE
RGB
CMYK
RGB Variations
Color information
#724AFE (or 0x724AFE) is known color: Medium Slate Blue. HEX triplet: 72, 4A and FE. RGB value is (114,74,254). Sum of RGB (Red+Green+Blue) = 114+74+254=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #724AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724AFE is #8DB501. Grayscale: #696969. Windows color (decimal): -9286914 or 16665202. OLE color: 16665202.
HSL color Cylindrical-coordinate representation of color #724AFE: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #724AFE is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 74 | 254 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.00 |
| HSL | 253.33º | 0.99% | 0.64% | - |
| HSV(B) | 253.33º | 0.71% | 1% | - |
| XYZ | 27.28 | 15.63 | 95.35 | - |
| YUV | 106.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 254 | 0.55 | 0.71 | 0 | 0.00 | 253.33 | 0.99 | 0.64 |
| Hex | 72 | 4A | FE | 37 | 47 | 0 | 0 | FD | 63 | 40 |
| Octal | 162 | 112 | 376 | 67 | 107 | 0 | 0 | 375 | 143 | 100 |
| Binary | 1110010 | 1001010 | 11111110 | 110111 | 1000111 | 0 | 0 | 11111101 | 1100011 | 1000000 |
Color Harmonies of #724AFE
Complementary color
Monochromatic Colors of #724AFE
Black with #724AFE
Text Example
Text Example
White with #724AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AFE; }
p { color: rgb(114,74,254); }
H1.HeaderClassName
{
color: #724AFE;
}
.AnyTagClassName
{
color: #724AFE;
}
</style>
background-color css
<style>
a { background-color: #724AFE; }
a { background-color: rgb(114,74,254); }
div.DivClassName
{
background-color: #724AFE;
}
.BgClassName
{
background-color: #724AFE;
}
</style>
border-color css
<style>
span { border-color: #724AFE; }
span { border-color: rgb(114,74,254); }
td.TdClassName
{
border-color: #724AFE;
}
.TagClassName
{
border-color: #724AFE;
}
</style>