Shades of Medium Slate Blue #717DEA
Tints of Medium Slate Blue #717DEA
RGB
CMYK
RGB Variations
Color information
#717DEA (or 0x717DEA) is known color: Medium Slate Blue. HEX triplet: 71, 7D and EA. RGB value is (113,125,234). Sum of RGB (Red+Green+Blue) = 113+125+234=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #717DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DEA is #8E8215. Grayscale: #858585. Windows color (decimal): -9339414 or 15367537. OLE color: 15367537.
HSL color Cylindrical-coordinate representation of color #717DEA: hue angle of 234.05º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #717DEA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 125 | 234 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.08 |
| HSL | 234.05º | 0.74% | 0.68% | - |
| HSV(B) | 234.05º | 0.52% | 0.92% | - |
| XYZ | 28.99 | 24.12 | 80.97 | - |
| YUV | 133.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 234 | 0.52 | 0.47 | 0 | 0.08 | 234.05 | 0.74 | 0.68 |
| Hex | 71 | 7D | EA | 34 | 2F | 0 | 8 | EA | 4A | 44 |
| Octal | 161 | 175 | 352 | 64 | 57 | 0 | 10 | 352 | 112 | 104 |
| Binary | 1110001 | 1111101 | 11101010 | 110100 | 101111 | 0 | 1000 | 11101010 | 1001010 | 1000100 |
Color Harmonies of #717DEA
Complementary color
Monochromatic Colors of #717DEA
Black with #717DEA
Text Example
Text Example
White with #717DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DEA; }
p { color: rgb(113,125,234); }
H1.HeaderClassName
{
color: #717DEA;
}
.AnyTagClassName
{
color: #717DEA;
}
</style>
background-color css
<style>
a { background-color: #717DEA; }
a { background-color: rgb(113,125,234); }
div.DivClassName
{
background-color: #717DEA;
}
.BgClassName
{
background-color: #717DEA;
}
</style>
border-color css
<style>
span { border-color: #717DEA; }
span { border-color: rgb(113,125,234); }
td.TdClassName
{
border-color: #717DEA;
}
.TagClassName
{
border-color: #717DEA;
}
</style>