Shades of Medium Slate Blue #716CF1
Tints of Medium Slate Blue #716CF1
RGB
CMYK
RGB Variations
Color information
#716CF1 (or 0x716CF1) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F1. RGB value is (113,108,241). Sum of RGB (Red+Green+Blue) = 113+108+241=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #716CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF1 is #8E930E. Grayscale: #7C7C7C. Windows color (decimal): -9343759 or 15821937. OLE color: 15821937.
HSL color Cylindrical-coordinate representation of color #716CF1: hue angle of 242.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #716CF1 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 108 | 241 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.05 |
| HSL | 242.26º | 0.83% | 0.68% | - |
| HSV(B) | 242.26º | 0.55% | 0.95% | - |
| XYZ | 28.05 | 20.59 | 85.71 | - |
| YUV | 124.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 241 | 0.53 | 0.55 | 0 | 0.05 | 242.26 | 0.83 | 0.68 |
| Hex | 71 | 6C | F1 | 35 | 37 | 0 | 5 | F2 | 53 | 44 |
| Octal | 161 | 154 | 361 | 65 | 67 | 0 | 5 | 362 | 123 | 104 |
| Binary | 1110001 | 1101100 | 11110001 | 110101 | 110111 | 0 | 101 | 11110010 | 1010011 | 1000100 |
Color Harmonies of #716CF1
Complementary color
Monochromatic Colors of #716CF1
Black with #716CF1
Text Example
Text Example
White with #716CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CF1; }
p { color: rgb(113,108,241); }
H1.HeaderClassName
{
color: #716CF1;
}
.AnyTagClassName
{
color: #716CF1;
}
</style>
background-color css
<style>
a { background-color: #716CF1; }
a { background-color: rgb(113,108,241); }
div.DivClassName
{
background-color: #716CF1;
}
.BgClassName
{
background-color: #716CF1;
}
</style>
border-color css
<style>
span { border-color: #716CF1; }
span { border-color: rgb(113,108,241); }
td.TdClassName
{
border-color: #716CF1;
}
.TagClassName
{
border-color: #716CF1;
}
</style>