Shades of Medium Slate Blue #717DF0
Tints of Medium Slate Blue #717DF0
RGB
CMYK
RGB Variations
Color information
#717DF0 (or 0x717DF0) is known color: Medium Slate Blue. HEX triplet: 71, 7D and F0. RGB value is (113,125,240). Sum of RGB (Red+Green+Blue) = 113+125+240=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #717DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DF0 is #8E820F. Grayscale: #868686. Windows color (decimal): -9339408 or 15760753. OLE color: 15760753.
HSL color Cylindrical-coordinate representation of color #717DF0: hue angle of 234.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717DF0 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 125 | 240 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.06 |
| HSL | 234.33º | 0.81% | 0.69% | - |
| HSV(B) | 234.33º | 0.53% | 0.94% | - |
| XYZ | 29.87 | 24.47 | 85.59 | - |
| YUV | 134.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 240 | 0.53 | 0.48 | 0 | 0.06 | 234.33 | 0.81 | 0.69 |
| Hex | 71 | 7D | F0 | 35 | 30 | 0 | 6 | EA | 51 | 45 |
| Octal | 161 | 175 | 360 | 65 | 60 | 0 | 6 | 352 | 121 | 105 |
| Binary | 1110001 | 1111101 | 11110000 | 110101 | 110000 | 0 | 110 | 11101010 | 1010001 | 1000101 |
Color Harmonies of #717DF0
Complementary color
Monochromatic Colors of #717DF0
Black with #717DF0
Text Example
Text Example
White with #717DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DF0; }
p { color: rgb(113,125,240); }
H1.HeaderClassName
{
color: #717DF0;
}
.AnyTagClassName
{
color: #717DF0;
}
</style>
background-color css
<style>
a { background-color: #717DF0; }
a { background-color: rgb(113,125,240); }
div.DivClassName
{
background-color: #717DF0;
}
.BgClassName
{
background-color: #717DF0;
}
</style>
border-color css
<style>
span { border-color: #717DF0; }
span { border-color: rgb(113,125,240); }
td.TdClassName
{
border-color: #717DF0;
}
.TagClassName
{
border-color: #717DF0;
}
</style>