Shades of Medium Slate Blue #724FFD
Tints of Medium Slate Blue #724FFD
RGB
CMYK
RGB Variations
Color information
#724FFD (or 0x724FFD) is known color: Medium Slate Blue. HEX triplet: 72, 4F and FD. RGB value is (114,79,253). Sum of RGB (Red+Green+Blue) = 114+79+253=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #724FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724FFD is #8DB002. Grayscale: #6C6C6C. Windows color (decimal): -9285635 or 16600946. OLE color: 16600946.
HSL color Cylindrical-coordinate representation of color #724FFD: hue angle of 252.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724FFD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 79 | 253 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.01 |
| HSL | 252.07º | 0.98% | 0.65% | - |
| HSV(B) | 252.07º | 0.69% | 0.99% | - |
| XYZ | 27.47 | 16.26 | 94.62 | - |
| YUV | 109.3 | 209.1 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 253 | 0.55 | 0.69 | 0 | 0.01 | 252.07 | 0.98 | 0.65 |
| Hex | 72 | 4F | FD | 37 | 45 | 0 | 1 | FC | 62 | 41 |
| Octal | 162 | 117 | 375 | 67 | 105 | 0 | 1 | 374 | 142 | 101 |
| Binary | 1110010 | 1001111 | 11111101 | 110111 | 1000101 | 0 | 1 | 11111100 | 1100010 | 1000001 |
Color Harmonies of #724FFD
Complementary color
Monochromatic Colors of #724FFD
Black with #724FFD
Text Example
Text Example
White with #724FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FFD; }
p { color: rgb(114,79,253); }
H1.HeaderClassName
{
color: #724FFD;
}
.AnyTagClassName
{
color: #724FFD;
}
</style>
background-color css
<style>
a { background-color: #724FFD; }
a { background-color: rgb(114,79,253); }
div.DivClassName
{
background-color: #724FFD;
}
.BgClassName
{
background-color: #724FFD;
}
</style>
border-color css
<style>
span { border-color: #724FFD; }
span { border-color: rgb(114,79,253); }
td.TdClassName
{
border-color: #724FFD;
}
.TagClassName
{
border-color: #724FFD;
}
</style>