Shades of Medium Slate Blue #717CED
Tints of Medium Slate Blue #717CED
RGB
CMYK
RGB Variations
Color information
#717CED (or 0x717CED) is known color: Medium Slate Blue. HEX triplet: 71, 7C and ED. RGB value is (113,124,237). Sum of RGB (Red+Green+Blue) = 113+124+237=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #717CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CED is #8E8312. Grayscale: #858585. Windows color (decimal): -9339667 or 15563889. OLE color: 15563889.
HSL color Cylindrical-coordinate representation of color #717CED: hue angle of 234.68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #717CED is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 124 | 237 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.07 |
| HSL | 234.68º | 0.78% | 0.69% | - |
| HSV(B) | 234.68º | 0.52% | 0.93% | - |
| XYZ | 29.3 | 24.04 | 83.22 | - |
| YUV | 133.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 237 | 0.52 | 0.48 | 0 | 0.07 | 234.68 | 0.78 | 0.69 |
| Hex | 71 | 7C | ED | 34 | 30 | 0 | 7 | EB | 4E | 45 |
| Octal | 161 | 174 | 355 | 64 | 60 | 0 | 7 | 353 | 116 | 105 |
| Binary | 1110001 | 1111100 | 11101101 | 110100 | 110000 | 0 | 111 | 11101011 | 1001110 | 1000101 |
Color Harmonies of #717CED
Complementary color
Monochromatic Colors of #717CED
Black with #717CED
Text Example
Text Example
White with #717CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CED; }
p { color: rgb(113,124,237); }
H1.HeaderClassName
{
color: #717CED;
}
.AnyTagClassName
{
color: #717CED;
}
</style>
background-color css
<style>
a { background-color: #717CED; }
a { background-color: rgb(113,124,237); }
div.DivClassName
{
background-color: #717CED;
}
.BgClassName
{
background-color: #717CED;
}
</style>
border-color css
<style>
span { border-color: #717CED; }
span { border-color: rgb(113,124,237); }
td.TdClassName
{
border-color: #717CED;
}
.TagClassName
{
border-color: #717CED;
}
</style>