Shades of Medium Slate Blue #717AF0
Tints of Medium Slate Blue #717AF0
RGB
CMYK
RGB Variations
Color information
#717AF0 (or 0x717AF0) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F0. RGB value is (113,122,240). Sum of RGB (Red+Green+Blue) = 113+122+240=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #717AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF0 is #8E850F. Grayscale: #848484. Windows color (decimal): -9340176 or 15759985. OLE color: 15759985.
HSL color Cylindrical-coordinate representation of color #717AF0: hue angle of 235.75º 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 #717AF0 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 122 | 240 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.06 |
| HSL | 235.75º | 0.81% | 0.69% | - |
| HSV(B) | 235.75º | 0.53% | 0.94% | - |
| XYZ | 29.5 | 23.72 | 85.46 | - |
| YUV | 132.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 240 | 0.53 | 0.49 | 0 | 0.06 | 235.75 | 0.81 | 0.69 |
| Hex | 71 | 7A | F0 | 35 | 31 | 0 | 6 | EC | 51 | 45 |
| Octal | 161 | 172 | 360 | 65 | 61 | 0 | 6 | 354 | 121 | 105 |
| Binary | 1110001 | 1111010 | 11110000 | 110101 | 110001 | 0 | 110 | 11101100 | 1010001 | 1000101 |
Color Harmonies of #717AF0
Complementary color
Monochromatic Colors of #717AF0
Black with #717AF0
Text Example
Text Example
White with #717AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AF0; }
p { color: rgb(113,122,240); }
H1.HeaderClassName
{
color: #717AF0;
}
.AnyTagClassName
{
color: #717AF0;
}
</style>
background-color css
<style>
a { background-color: #717AF0; }
a { background-color: rgb(113,122,240); }
div.DivClassName
{
background-color: #717AF0;
}
.BgClassName
{
background-color: #717AF0;
}
</style>
border-color css
<style>
span { border-color: #717AF0; }
span { border-color: rgb(113,122,240); }
td.TdClassName
{
border-color: #717AF0;
}
.TagClassName
{
border-color: #717AF0;
}
</style>