Shades of Medium Slate Blue #717FEF
Tints of Medium Slate Blue #717FEF
RGB
CMYK
RGB Variations
Color information
#717FEF (or 0x717FEF) is known color: Medium Slate Blue. HEX triplet: 71, 7F and EF. RGB value is (113,127,239). Sum of RGB (Red+Green+Blue) = 113+127+239=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #717FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FEF is #8E8010. Grayscale: #878787. Windows color (decimal): -9338897 or 15695729. OLE color: 15695729.
HSL color Cylindrical-coordinate representation of color #717FEF: hue angle of 233.33º degrees, saturation: 0.8, 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 #717FEF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 127 | 239 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.06 |
| HSL | 233.33º | 0.8% | 0.69% | - |
| HSV(B) | 233.33º | 0.53% | 0.94% | - |
| XYZ | 29.98 | 24.92 | 84.89 | - |
| YUV | 135.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 239 | 0.53 | 0.47 | 0 | 0.06 | 233.33 | 0.8 | 0.69 |
| Hex | 71 | 7F | EF | 35 | 2F | 0 | 6 | E9 | 50 | 45 |
| Octal | 161 | 177 | 357 | 65 | 57 | 0 | 6 | 351 | 120 | 105 |
| Binary | 1110001 | 1111111 | 11101111 | 110101 | 101111 | 0 | 110 | 11101001 | 1010000 | 1000101 |
Color Harmonies of #717FEF
Complementary color
Monochromatic Colors of #717FEF
Black with #717FEF
Text Example
Text Example
White with #717FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FEF; }
p { color: rgb(113,127,239); }
H1.HeaderClassName
{
color: #717FEF;
}
.AnyTagClassName
{
color: #717FEF;
}
</style>
background-color css
<style>
a { background-color: #717FEF; }
a { background-color: rgb(113,127,239); }
div.DivClassName
{
background-color: #717FEF;
}
.BgClassName
{
background-color: #717FEF;
}
</style>
border-color css
<style>
span { border-color: #717FEF; }
span { border-color: rgb(113,127,239); }
td.TdClassName
{
border-color: #717FEF;
}
.TagClassName
{
border-color: #717FEF;
}
</style>