Shades of Medium Slate Blue #717FF1
Tints of Medium Slate Blue #717FF1
RGB
CMYK
RGB Variations
Color information
#717FF1 (or 0x717FF1) is known color: Medium Slate Blue. HEX triplet: 71, 7F and F1. RGB value is (113,127,241). Sum of RGB (Red+Green+Blue) = 113+127+241=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #717FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FF1 is #8E800E. Grayscale: #878787. Windows color (decimal): -9338895 or 15826801. OLE color: 15826801.
HSL color Cylindrical-coordinate representation of color #717FF1: hue angle of 233.44º 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 #717FF1 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 127 | 241 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.05 |
| HSL | 233.44º | 0.82% | 0.69% | - |
| HSV(B) | 233.44º | 0.53% | 0.95% | - |
| XYZ | 30.28 | 25.04 | 86.46 | - |
| YUV | 135.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 241 | 0.53 | 0.47 | 0 | 0.05 | 233.44 | 0.82 | 0.69 |
| Hex | 71 | 7F | F1 | 35 | 2F | 0 | 5 | E9 | 52 | 45 |
| Octal | 161 | 177 | 361 | 65 | 57 | 0 | 5 | 351 | 122 | 105 |
| Binary | 1110001 | 1111111 | 11110001 | 110101 | 101111 | 0 | 101 | 11101001 | 1010010 | 1000101 |
Color Harmonies of #717FF1
Complementary color
Monochromatic Colors of #717FF1
Black with #717FF1
Text Example
Text Example
White with #717FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FF1; }
p { color: rgb(113,127,241); }
H1.HeaderClassName
{
color: #717FF1;
}
.AnyTagClassName
{
color: #717FF1;
}
</style>
background-color css
<style>
a { background-color: #717FF1; }
a { background-color: rgb(113,127,241); }
div.DivClassName
{
background-color: #717FF1;
}
.BgClassName
{
background-color: #717FF1;
}
</style>
border-color css
<style>
span { border-color: #717FF1; }
span { border-color: rgb(113,127,241); }
td.TdClassName
{
border-color: #717FF1;
}
.TagClassName
{
border-color: #717FF1;
}
</style>