Shades of Medium Slate Blue #717AED
Tints of Medium Slate Blue #717AED
RGB
CMYK
RGB Variations
Color information
#717AED (or 0x717AED) is known color: Medium Slate Blue. HEX triplet: 71, 7A and ED. RGB value is (113,122,237). Sum of RGB (Red+Green+Blue) = 113+122+237=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #717AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AED is #8E8512. Grayscale: #838383. Windows color (decimal): -9340179 or 15563377. OLE color: 15563377.
HSL color Cylindrical-coordinate representation of color #717AED: hue angle of 235.65º 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 #717AED is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 122 | 237 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.07 |
| HSL | 235.65º | 0.78% | 0.69% | - |
| HSV(B) | 235.65º | 0.52% | 0.93% | - |
| XYZ | 29.06 | 23.54 | 83.13 | - |
| YUV | 132.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 237 | 0.52 | 0.49 | 0 | 0.07 | 235.65 | 0.78 | 0.69 |
| Hex | 71 | 7A | ED | 34 | 31 | 0 | 7 | EC | 4E | 45 |
| Octal | 161 | 172 | 355 | 64 | 61 | 0 | 7 | 354 | 116 | 105 |
| Binary | 1110001 | 1111010 | 11101101 | 110100 | 110001 | 0 | 111 | 11101100 | 1001110 | 1000101 |
Color Harmonies of #717AED
Complementary color
Monochromatic Colors of #717AED
Black with #717AED
Text Example
Text Example
White with #717AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AED; }
p { color: rgb(113,122,237); }
H1.HeaderClassName
{
color: #717AED;
}
.AnyTagClassName
{
color: #717AED;
}
</style>
background-color css
<style>
a { background-color: #717AED; }
a { background-color: rgb(113,122,237); }
div.DivClassName
{
background-color: #717AED;
}
.BgClassName
{
background-color: #717AED;
}
</style>
border-color css
<style>
span { border-color: #717AED; }
span { border-color: rgb(113,122,237); }
td.TdClassName
{
border-color: #717AED;
}
.TagClassName
{
border-color: #717AED;
}
</style>