Shades of Medium Slate Blue #717AF7
Tints of Medium Slate Blue #717AF7
RGB
CMYK
RGB Variations
Color information
#717AF7 (or 0x717AF7) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F7. RGB value is (113,122,247). Sum of RGB (Red+Green+Blue) = 113+122+247=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #717AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF7 is #8E8508. Grayscale: #858585. Windows color (decimal): -9340169 or 16218737. OLE color: 16218737.
HSL color Cylindrical-coordinate representation of color #717AF7: hue angle of 235.97º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #717AF7 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 122 | 247 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.03 |
| HSL | 235.97º | 0.89% | 0.71% | - |
| HSV(B) | 235.97º | 0.54% | 0.97% | - |
| XYZ | 30.56 | 24.15 | 91.05 | - |
| YUV | 133.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 247 | 0.54 | 0.51 | 0 | 0.03 | 235.97 | 0.89 | 0.71 |
| Hex | 71 | 7A | F7 | 36 | 33 | 0 | 3 | EC | 59 | 47 |
| Octal | 161 | 172 | 367 | 66 | 63 | 0 | 3 | 354 | 131 | 107 |
| Binary | 1110001 | 1111010 | 11110111 | 110110 | 110011 | 0 | 11 | 11101100 | 1011001 | 1000111 |
Color Harmonies of #717AF7
Complementary color
Monochromatic Colors of #717AF7
Black with #717AF7
Text Example
Text Example
White with #717AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AF7; }
p { color: rgb(113,122,247); }
H1.HeaderClassName
{
color: #717AF7;
}
.AnyTagClassName
{
color: #717AF7;
}
</style>
background-color css
<style>
a { background-color: #717AF7; }
a { background-color: rgb(113,122,247); }
div.DivClassName
{
background-color: #717AF7;
}
.BgClassName
{
background-color: #717AF7;
}
</style>
border-color css
<style>
span { border-color: #717AF7; }
span { border-color: rgb(113,122,247); }
td.TdClassName
{
border-color: #717AF7;
}
.TagClassName
{
border-color: #717AF7;
}
</style>