Shades of Medium Slate Blue #716FF2
Tints of Medium Slate Blue #716FF2
RGB
CMYK
RGB Variations
Color information
#716FF2 (or 0x716FF2) is known color: Medium Slate Blue. HEX triplet: 71, 6F and F2. RGB value is (113,111,242). Sum of RGB (Red+Green+Blue) = 113+111+242=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #716FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716FF2 is #8E900D. Grayscale: #7E7E7E. Windows color (decimal): -9342990 or 15888241. OLE color: 15888241.
HSL color Cylindrical-coordinate representation of color #716FF2: hue angle of 240.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #716FF2 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 111 | 242 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.05 |
| HSL | 240.92º | 0.83% | 0.69% | - |
| HSV(B) | 240.92º | 0.54% | 0.95% | - |
| XYZ | 28.52 | 21.29 | 86.61 | - |
| YUV | 126.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 242 | 0.53 | 0.54 | 0 | 0.05 | 240.92 | 0.83 | 0.69 |
| Hex | 71 | 6F | F2 | 35 | 36 | 0 | 5 | F1 | 53 | 45 |
| Octal | 161 | 157 | 362 | 65 | 66 | 0 | 5 | 361 | 123 | 105 |
| Binary | 1110001 | 1101111 | 11110010 | 110101 | 110110 | 0 | 101 | 11110001 | 1010011 | 1000101 |
Color Harmonies of #716FF2
Complementary color
Monochromatic Colors of #716FF2
Black with #716FF2
Text Example
Text Example
White with #716FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FF2; }
p { color: rgb(113,111,242); }
H1.HeaderClassName
{
color: #716FF2;
}
.AnyTagClassName
{
color: #716FF2;
}
</style>
background-color css
<style>
a { background-color: #716FF2; }
a { background-color: rgb(113,111,242); }
div.DivClassName
{
background-color: #716FF2;
}
.BgClassName
{
background-color: #716FF2;
}
</style>
border-color css
<style>
span { border-color: #716FF2; }
span { border-color: rgb(113,111,242); }
td.TdClassName
{
border-color: #716FF2;
}
.TagClassName
{
border-color: #716FF2;
}
</style>