Shades of Medium Slate Blue #716CF7
Tints of Medium Slate Blue #716CF7
RGB
CMYK
RGB Variations
Color information
#716CF7 (or 0x716CF7) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F7. RGB value is (113,108,247). Sum of RGB (Red+Green+Blue) = 113+108+247=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #716CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF7 is #8E9308. Grayscale: #7C7C7C. Windows color (decimal): -9343753 or 16215153. OLE color: 16215153.
HSL color Cylindrical-coordinate representation of color #716CF7: hue angle of 242.16º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716CF7 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 108 | 247 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.03 |
| HSL | 242.16º | 0.9% | 0.7% | - |
| HSV(B) | 242.16º | 0.56% | 0.97% | - |
| XYZ | 28.96 | 20.95 | 90.51 | - |
| YUV | 125.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 247 | 0.54 | 0.56 | 0 | 0.03 | 242.16 | 0.9 | 0.7 |
| Hex | 71 | 6C | F7 | 36 | 38 | 0 | 3 | F2 | 5A | 46 |
| Octal | 161 | 154 | 367 | 66 | 70 | 0 | 3 | 362 | 132 | 106 |
| Binary | 1110001 | 1101100 | 11110111 | 110110 | 111000 | 0 | 11 | 11110010 | 1011010 | 1000110 |
Color Harmonies of #716CF7
Complementary color
Monochromatic Colors of #716CF7
Black with #716CF7
Text Example
Text Example
White with #716CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CF7; }
p { color: rgb(113,108,247); }
H1.HeaderClassName
{
color: #716CF7;
}
.AnyTagClassName
{
color: #716CF7;
}
</style>
background-color css
<style>
a { background-color: #716CF7; }
a { background-color: rgb(113,108,247); }
div.DivClassName
{
background-color: #716CF7;
}
.BgClassName
{
background-color: #716CF7;
}
</style>
border-color css
<style>
span { border-color: #716CF7; }
span { border-color: rgb(113,108,247); }
td.TdClassName
{
border-color: #716CF7;
}
.TagClassName
{
border-color: #716CF7;
}
</style>