Shades of Medium Slate Blue #716DDB
Tints of Medium Slate Blue #716DDB
RGB
CMYK
RGB Variations
Color information
#716DDB (or 0x716DDB) is known color: Medium Slate Blue. HEX triplet: 71, 6D and DB. RGB value is (113,109,219). Sum of RGB (Red+Green+Blue) = 113+109+219=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #716DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DDB is #8E9224. Grayscale: #7A7A7A. Windows color (decimal): -9343525 or 14380401. OLE color: 14380401.
HSL color Cylindrical-coordinate representation of color #716DDB: hue angle of 242.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716DDB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 109 | 219 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.14 |
| HSL | 242.18º | 0.6% | 0.64% | - |
| HSV(B) | 242.18º | 0.5% | 0.86% | - |
| XYZ | 25.06 | 19.56 | 69.47 | - |
| YUV | 122.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 219 | 0.48 | 0.50 | 0 | 0.14 | 242.18 | 0.6 | 0.64 |
| Hex | 71 | 6D | DB | 30 | 32 | 0 | E | F2 | 3C | 40 |
| Octal | 161 | 155 | 333 | 60 | 62 | 0 | 16 | 362 | 74 | 100 |
| Binary | 1110001 | 1101101 | 11011011 | 110000 | 110010 | 0 | 1110 | 11110010 | 111100 | 1000000 |
Color Harmonies of #716DDB
Complementary color
Monochromatic Colors of #716DDB
Black with #716DDB
Text Example
Text Example
White with #716DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DDB; }
p { color: rgb(113,109,219); }
H1.HeaderClassName
{
color: #716DDB;
}
.AnyTagClassName
{
color: #716DDB;
}
</style>
background-color css
<style>
a { background-color: #716DDB; }
a { background-color: rgb(113,109,219); }
div.DivClassName
{
background-color: #716DDB;
}
.BgClassName
{
background-color: #716DDB;
}
</style>
border-color css
<style>
span { border-color: #716DDB; }
span { border-color: rgb(113,109,219); }
td.TdClassName
{
border-color: #716DDB;
}
.TagClassName
{
border-color: #716DDB;
}
</style>