Shades of Medium Slate Blue #717CDD
Tints of Medium Slate Blue #717CDD
RGB
CMYK
RGB Variations
Color information
#717CDD (or 0x717CDD) is known color: Medium Slate Blue. HEX triplet: 71, 7C and DD. RGB value is (113,124,221). Sum of RGB (Red+Green+Blue) = 113+124+221=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #717CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CDD is #8E8322. Grayscale: #838383. Windows color (decimal): -9339683 or 14515313. OLE color: 14515313.
HSL color Cylindrical-coordinate representation of color #717CDD: hue angle of 233.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #717CDD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 124 | 221 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.13 |
| HSL | 233.89º | 0.61% | 0.65% | - |
| HSV(B) | 233.89º | 0.49% | 0.87% | - |
| XYZ | 27.07 | 23.15 | 71.45 | - |
| YUV | 131.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 221 | 0.49 | 0.44 | 0 | 0.13 | 233.89 | 0.61 | 0.65 |
| Hex | 71 | 7C | DD | 31 | 2C | 0 | D | EA | 3D | 41 |
| Octal | 161 | 174 | 335 | 61 | 54 | 0 | 15 | 352 | 75 | 101 |
| Binary | 1110001 | 1111100 | 11011101 | 110001 | 101100 | 0 | 1101 | 11101010 | 111101 | 1000001 |
Color Harmonies of #717CDD
Complementary color
Monochromatic Colors of #717CDD
Black with #717CDD
Text Example
Text Example
White with #717CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CDD; }
p { color: rgb(113,124,221); }
H1.HeaderClassName
{
color: #717CDD;
}
.AnyTagClassName
{
color: #717CDD;
}
</style>
background-color css
<style>
a { background-color: #717CDD; }
a { background-color: rgb(113,124,221); }
div.DivClassName
{
background-color: #717CDD;
}
.BgClassName
{
background-color: #717CDD;
}
</style>
border-color css
<style>
span { border-color: #717CDD; }
span { border-color: rgb(113,124,221); }
td.TdClassName
{
border-color: #717CDD;
}
.TagClassName
{
border-color: #717CDD;
}
</style>