Shades of Medium Slate Blue #716AF0
Tints of Medium Slate Blue #716AF0
RGB
CMYK
RGB Variations
Color information
#716AF0 (or 0x716AF0) is known color: Medium Slate Blue. HEX triplet: 71, 6A and F0. RGB value is (113,106,240). Sum of RGB (Red+Green+Blue) = 113+106+240=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #716AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716AF0 is #8E950F. Grayscale: #7A7A7A. Windows color (decimal): -9344272 or 15755889. OLE color: 15755889.
HSL color Cylindrical-coordinate representation of color #716AF0: hue angle of 243.13º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716AF0 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 106 | 240 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.06 |
| HSL | 243.13º | 0.82% | 0.68% | - |
| HSV(B) | 243.13º | 0.56% | 0.94% | - |
| XYZ | 27.69 | 20.11 | 84.86 | - |
| YUV | 123.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 240 | 0.53 | 0.56 | 0 | 0.06 | 243.13 | 0.82 | 0.68 |
| Hex | 71 | 6A | F0 | 35 | 38 | 0 | 6 | F3 | 52 | 44 |
| Octal | 161 | 152 | 360 | 65 | 70 | 0 | 6 | 363 | 122 | 104 |
| Binary | 1110001 | 1101010 | 11110000 | 110101 | 111000 | 0 | 110 | 11110011 | 1010010 | 1000100 |
Color Harmonies of #716AF0
Complementary color
Monochromatic Colors of #716AF0
Black with #716AF0
Text Example
Text Example
White with #716AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716AF0; }
p { color: rgb(113,106,240); }
H1.HeaderClassName
{
color: #716AF0;
}
.AnyTagClassName
{
color: #716AF0;
}
</style>
background-color css
<style>
a { background-color: #716AF0; }
a { background-color: rgb(113,106,240); }
div.DivClassName
{
background-color: #716AF0;
}
.BgClassName
{
background-color: #716AF0;
}
</style>
border-color css
<style>
span { border-color: #716AF0; }
span { border-color: rgb(113,106,240); }
td.TdClassName
{
border-color: #716AF0;
}
.TagClassName
{
border-color: #716AF0;
}
</style>