Shades of Medium Slate Blue #724EFF
Tints of Medium Slate Blue #724EFF
RGB
CMYK
RGB Variations
Color information
#724EFF (or 0x724EFF) is known color: Medium Slate Blue. HEX triplet: 72, 4E and FF. RGB value is (114,78,255). Sum of RGB (Red+Green+Blue) = 114+78+255=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #724EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EFF is #8DB100. Grayscale: #6C6C6C. Windows color (decimal): -9285889 or 16731762. OLE color: 16731762.
HSL color Cylindrical-coordinate representation of color #724EFF: hue angle of 252.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724EFF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 78 | 255 | - |
| CMYK | 0.55 | 0.69 | 0 | 0 |
| HSL | 252.2º | 1% | 0.65% | - |
| HSV(B) | 252.2º | 0.69% | 1% | - |
| XYZ | 27.71 | 16.25 | 96.28 | - |
| YUV | 108.94 | 210.43 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 255 | 0.55 | 0.69 | 0 | 0 | 252.2 | 1 | 0.65 |
| Hex | 72 | 4E | FF | 37 | 45 | 0 | 0 | FC | 64 | 41 |
| Octal | 162 | 116 | 377 | 67 | 105 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1110010 | 1001110 | 11111111 | 110111 | 1000101 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #724EFF
Complementary color
Monochromatic Colors of #724EFF
Black with #724EFF
Text Example
Text Example
White with #724EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EFF; }
p { color: rgb(114,78,255); }
H1.HeaderClassName
{
color: #724EFF;
}
.AnyTagClassName
{
color: #724EFF;
}
</style>
background-color css
<style>
a { background-color: #724EFF; }
a { background-color: rgb(114,78,255); }
div.DivClassName
{
background-color: #724EFF;
}
.BgClassName
{
background-color: #724EFF;
}
</style>
border-color css
<style>
span { border-color: #724EFF; }
span { border-color: rgb(114,78,255); }
td.TdClassName
{
border-color: #724EFF;
}
.TagClassName
{
border-color: #724EFF;
}
</style>