Shades of Medium Slate Blue #716DEB
Tints of Medium Slate Blue #716DEB
RGB
CMYK
RGB Variations
Color information
#716DEB (or 0x716DEB) is known color: Medium Slate Blue. HEX triplet: 71, 6D and EB. RGB value is (113,109,235). Sum of RGB (Red+Green+Blue) = 113+109+235=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #716DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716DEB is #8E9214. Grayscale: #7C7C7C. Windows color (decimal): -9343509 or 15428977. OLE color: 15428977.
HSL color Cylindrical-coordinate representation of color #716DEB: hue angle of 241.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #716DEB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 109 | 235 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.08 |
| HSL | 241.9º | 0.76% | 0.67% | - |
| HSV(B) | 241.9º | 0.54% | 0.92% | - |
| XYZ | 27.27 | 20.45 | 81.11 | - |
| YUV | 124.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 235 | 0.52 | 0.54 | 0 | 0.08 | 241.9 | 0.76 | 0.67 |
| Hex | 71 | 6D | EB | 34 | 36 | 0 | 8 | F2 | 4C | 43 |
| Octal | 161 | 155 | 353 | 64 | 66 | 0 | 10 | 362 | 114 | 103 |
| Binary | 1110001 | 1101101 | 11101011 | 110100 | 110110 | 0 | 1000 | 11110010 | 1001100 | 1000011 |
Color Harmonies of #716DEB
Complementary color
Monochromatic Colors of #716DEB
Black with #716DEB
Text Example
Text Example
White with #716DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DEB; }
p { color: rgb(113,109,235); }
H1.HeaderClassName
{
color: #716DEB;
}
.AnyTagClassName
{
color: #716DEB;
}
</style>
background-color css
<style>
a { background-color: #716DEB; }
a { background-color: rgb(113,109,235); }
div.DivClassName
{
background-color: #716DEB;
}
.BgClassName
{
background-color: #716DEB;
}
</style>
border-color css
<style>
span { border-color: #716DEB; }
span { border-color: rgb(113,109,235); }
td.TdClassName
{
border-color: #716DEB;
}
.TagClassName
{
border-color: #716DEB;
}
</style>