Shades of Medium Slate Blue #716FDD
Tints of Medium Slate Blue #716FDD
RGB
CMYK
RGB Variations
Color information
#716FDD (or 0x716FDD) is known color: Medium Slate Blue. HEX triplet: 71, 6F and DD. RGB value is (113,111,221). Sum of RGB (Red+Green+Blue) = 113+111+221=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #716FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FDD is #8E9022. Grayscale: #7B7B7B. Windows color (decimal): -9343011 or 14511985. OLE color: 14511985.
HSL color Cylindrical-coordinate representation of color #716FDD: hue angle of 241.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716FDD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 111 | 221 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.13 |
| HSL | 241.09º | 0.62% | 0.65% | - |
| HSV(B) | 241.09º | 0.5% | 0.87% | - |
| XYZ | 25.55 | 20.1 | 70.94 | - |
| YUV | 124.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 221 | 0.49 | 0.50 | 0 | 0.13 | 241.09 | 0.62 | 0.65 |
| Hex | 71 | 6F | DD | 31 | 32 | 0 | D | F1 | 3E | 41 |
| Octal | 161 | 157 | 335 | 61 | 62 | 0 | 15 | 361 | 76 | 101 |
| Binary | 1110001 | 1101111 | 11011101 | 110001 | 110010 | 0 | 1101 | 11110001 | 111110 | 1000001 |
Color Harmonies of #716FDD
Complementary color
Monochromatic Colors of #716FDD
Black with #716FDD
Text Example
Text Example
White with #716FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FDD; }
p { color: rgb(113,111,221); }
H1.HeaderClassName
{
color: #716FDD;
}
.AnyTagClassName
{
color: #716FDD;
}
</style>
background-color css
<style>
a { background-color: #716FDD; }
a { background-color: rgb(113,111,221); }
div.DivClassName
{
background-color: #716FDD;
}
.BgClassName
{
background-color: #716FDD;
}
</style>
border-color css
<style>
span { border-color: #716FDD; }
span { border-color: rgb(113,111,221); }
td.TdClassName
{
border-color: #716FDD;
}
.TagClassName
{
border-color: #716FDD;
}
</style>