Shades of Medium Slate Blue #717AF6
Tints of Medium Slate Blue #717AF6
RGB
CMYK
RGB Variations
Color information
#717AF6 (or 0x717AF6) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F6. RGB value is (113,122,246). Sum of RGB (Red+Green+Blue) = 113+122+246=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #717AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF6 is #8E8509. Grayscale: #848484. Windows color (decimal): -9340170 or 16153201. OLE color: 16153201.
HSL color Cylindrical-coordinate representation of color #717AF6: hue angle of 235.94º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #717AF6 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 122 | 246 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.04 |
| HSL | 235.94º | 0.88% | 0.7% | - |
| HSV(B) | 235.94º | 0.54% | 0.96% | - |
| XYZ | 30.4 | 24.08 | 90.23 | - |
| YUV | 133.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 246 | 0.54 | 0.50 | 0 | 0.04 | 235.94 | 0.88 | 0.7 |
| Hex | 71 | 7A | F6 | 36 | 32 | 0 | 4 | EC | 58 | 46 |
| Octal | 161 | 172 | 366 | 66 | 62 | 0 | 4 | 354 | 130 | 106 |
| Binary | 1110001 | 1111010 | 11110110 | 110110 | 110010 | 0 | 100 | 11101100 | 1011000 | 1000110 |
Color Harmonies of #717AF6
Complementary color
Monochromatic Colors of #717AF6
Black with #717AF6
Text Example
Text Example
White with #717AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AF6; }
p { color: rgb(113,122,246); }
H1.HeaderClassName
{
color: #717AF6;
}
.AnyTagClassName
{
color: #717AF6;
}
</style>
background-color css
<style>
a { background-color: #717AF6; }
a { background-color: rgb(113,122,246); }
div.DivClassName
{
background-color: #717AF6;
}
.BgClassName
{
background-color: #717AF6;
}
</style>
border-color css
<style>
span { border-color: #717AF6; }
span { border-color: rgb(113,122,246); }
td.TdClassName
{
border-color: #717AF6;
}
.TagClassName
{
border-color: #717AF6;
}
</style>