Shades of Medium Slate Blue #717DF1
Tints of Medium Slate Blue #717DF1
RGB
CMYK
RGB Variations
Color information
#717DF1 (or 0x717DF1) is known color: Medium Slate Blue. HEX triplet: 71, 7D and F1. RGB value is (113,125,241). Sum of RGB (Red+Green+Blue) = 113+125+241=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #717DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DF1 is #8E820E. Grayscale: #868686. Windows color (decimal): -9339407 or 15826289. OLE color: 15826289.
HSL color Cylindrical-coordinate representation of color #717DF1: hue angle of 234.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717DF1 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 125 | 241 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.05 |
| HSL | 234.38º | 0.82% | 0.69% | - |
| HSV(B) | 234.38º | 0.53% | 0.95% | - |
| XYZ | 30.02 | 24.53 | 86.37 | - |
| YUV | 134.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 241 | 0.53 | 0.48 | 0 | 0.05 | 234.38 | 0.82 | 0.69 |
| Hex | 71 | 7D | F1 | 35 | 30 | 0 | 5 | EA | 52 | 45 |
| Octal | 161 | 175 | 361 | 65 | 60 | 0 | 5 | 352 | 122 | 105 |
| Binary | 1110001 | 1111101 | 11110001 | 110101 | 110000 | 0 | 101 | 11101010 | 1010010 | 1000101 |
Color Harmonies of #717DF1
Complementary color
Monochromatic Colors of #717DF1
Black with #717DF1
Text Example
Text Example
White with #717DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DF1; }
p { color: rgb(113,125,241); }
H1.HeaderClassName
{
color: #717DF1;
}
.AnyTagClassName
{
color: #717DF1;
}
</style>
background-color css
<style>
a { background-color: #717DF1; }
a { background-color: rgb(113,125,241); }
div.DivClassName
{
background-color: #717DF1;
}
.BgClassName
{
background-color: #717DF1;
}
</style>
border-color css
<style>
span { border-color: #717DF1; }
span { border-color: rgb(113,125,241); }
td.TdClassName
{
border-color: #717DF1;
}
.TagClassName
{
border-color: #717DF1;
}
</style>