Shades of Medium Slate Blue #724FFB
Tints of Medium Slate Blue #724FFB
RGB
CMYK
RGB Variations
Color information
#724FFB (or 0x724FFB) is known color: Medium Slate Blue. HEX triplet: 72, 4F and FB. RGB value is (114,79,251). Sum of RGB (Red+Green+Blue) = 114+79+251=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #724FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FFB is #8DB004. Grayscale: #6C6C6C. Windows color (decimal): -9285637 or 16469874. OLE color: 16469874.
HSL color Cylindrical-coordinate representation of color #724FFB: hue angle of 252.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724FFB is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 79 | 251 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.02 |
| HSL | 252.21º | 0.96% | 0.65% | - |
| HSV(B) | 252.21º | 0.69% | 0.98% | - |
| XYZ | 27.15 | 16.13 | 92.95 | - |
| YUV | 109.07 | 208.1 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 251 | 0.55 | 0.69 | 0 | 0.02 | 252.21 | 0.96 | 0.65 |
| Hex | 72 | 4F | FB | 37 | 45 | 0 | 2 | FC | 60 | 41 |
| Octal | 162 | 117 | 373 | 67 | 105 | 0 | 2 | 374 | 140 | 101 |
| Binary | 1110010 | 1001111 | 11111011 | 110111 | 1000101 | 0 | 10 | 11111100 | 1100000 | 1000001 |
Color Harmonies of #724FFB
Complementary color
Monochromatic Colors of #724FFB
Black with #724FFB
Text Example
Text Example
White with #724FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FFB; }
p { color: rgb(114,79,251); }
H1.HeaderClassName
{
color: #724FFB;
}
.AnyTagClassName
{
color: #724FFB;
}
</style>
background-color css
<style>
a { background-color: #724FFB; }
a { background-color: rgb(114,79,251); }
div.DivClassName
{
background-color: #724FFB;
}
.BgClassName
{
background-color: #724FFB;
}
</style>
border-color css
<style>
span { border-color: #724FFB; }
span { border-color: rgb(114,79,251); }
td.TdClassName
{
border-color: #724FFB;
}
.TagClassName
{
border-color: #724FFB;
}
</style>