Shades of Medium Slate Blue #716CF4
Tints of Medium Slate Blue #716CF4
RGB
CMYK
RGB Variations
Color information
#716CF4 (or 0x716CF4) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F4. RGB value is (113,108,244). Sum of RGB (Red+Green+Blue) = 113+108+244=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #716CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF4 is #8E930B. Grayscale: #7C7C7C. Windows color (decimal): -9343756 or 16018545. OLE color: 16018545.
HSL color Cylindrical-coordinate representation of color #716CF4: hue angle of 242.21º degrees, saturation: 0.86, 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 #716CF4 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 108 | 244 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.04 |
| HSL | 242.21º | 0.86% | 0.69% | - |
| HSV(B) | 242.21º | 0.56% | 0.96% | - |
| XYZ | 28.5 | 20.77 | 88.09 | - |
| YUV | 125 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 244 | 0.54 | 0.56 | 0 | 0.04 | 242.21 | 0.86 | 0.69 |
| Hex | 71 | 6C | F4 | 36 | 38 | 0 | 4 | F2 | 56 | 45 |
| Octal | 161 | 154 | 364 | 66 | 70 | 0 | 4 | 362 | 126 | 105 |
| Binary | 1110001 | 1101100 | 11110100 | 110110 | 111000 | 0 | 100 | 11110010 | 1010110 | 1000101 |
Color Harmonies of #716CF4
Complementary color
Monochromatic Colors of #716CF4
Black with #716CF4
Text Example
Text Example
White with #716CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CF4; }
p { color: rgb(113,108,244); }
H1.HeaderClassName
{
color: #716CF4;
}
.AnyTagClassName
{
color: #716CF4;
}
</style>
background-color css
<style>
a { background-color: #716CF4; }
a { background-color: rgb(113,108,244); }
div.DivClassName
{
background-color: #716CF4;
}
.BgClassName
{
background-color: #716CF4;
}
</style>
border-color css
<style>
span { border-color: #716CF4; }
span { border-color: rgb(113,108,244); }
td.TdClassName
{
border-color: #716CF4;
}
.TagClassName
{
border-color: #716CF4;
}
</style>