Shades of Medium Slate Blue #716CF6
Tints of Medium Slate Blue #716CF6
RGB
CMYK
RGB Variations
Color information
#716CF6 (or 0x716CF6) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F6. RGB value is (113,108,246). Sum of RGB (Red+Green+Blue) = 113+108+246=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #716CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF6 is #8E9309. Grayscale: #7C7C7C. Windows color (decimal): -9343754 or 16149617. OLE color: 16149617.
HSL color Cylindrical-coordinate representation of color #716CF6: hue angle of 242.17º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716CF6 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 108 | 246 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.04 |
| HSL | 242.17º | 0.88% | 0.69% | - |
| HSV(B) | 242.17º | 0.56% | 0.96% | - |
| XYZ | 28.81 | 20.89 | 89.7 | - |
| YUV | 125.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 246 | 0.54 | 0.56 | 0 | 0.04 | 242.17 | 0.88 | 0.69 |
| Hex | 71 | 6C | F6 | 36 | 38 | 0 | 4 | F2 | 58 | 45 |
| Octal | 161 | 154 | 366 | 66 | 70 | 0 | 4 | 362 | 130 | 105 |
| Binary | 1110001 | 1101100 | 11110110 | 110110 | 111000 | 0 | 100 | 11110010 | 1011000 | 1000101 |
Color Harmonies of #716CF6
Complementary color
Monochromatic Colors of #716CF6
Black with #716CF6
Text Example
Text Example
White with #716CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CF6; }
p { color: rgb(113,108,246); }
H1.HeaderClassName
{
color: #716CF6;
}
.AnyTagClassName
{
color: #716CF6;
}
</style>
background-color css
<style>
a { background-color: #716CF6; }
a { background-color: rgb(113,108,246); }
div.DivClassName
{
background-color: #716CF6;
}
.BgClassName
{
background-color: #716CF6;
}
</style>
border-color css
<style>
span { border-color: #716CF6; }
span { border-color: rgb(113,108,246); }
td.TdClassName
{
border-color: #716CF6;
}
.TagClassName
{
border-color: #716CF6;
}
</style>