Shades of Medium Slate Blue #717EEA
Tints of Medium Slate Blue #717EEA
RGB
CMYK
RGB Variations
Color information
#717EEA (or 0x717EEA) is known color: Medium Slate Blue. HEX triplet: 71, 7E and EA. RGB value is (113,126,234). Sum of RGB (Red+Green+Blue) = 113+126+234=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #717EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717EEA is #8E8115. Grayscale: #858585. Windows color (decimal): -9339158 or 15367793. OLE color: 15367793.
HSL color Cylindrical-coordinate representation of color #717EEA: hue angle of 233.55º 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 #717EEA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 126 | 234 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.08 |
| HSL | 233.55º | 0.74% | 0.68% | - |
| HSV(B) | 233.55º | 0.52% | 0.92% | - |
| XYZ | 29.12 | 24.37 | 81.01 | - |
| YUV | 134.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 234 | 0.52 | 0.46 | 0 | 0.08 | 233.55 | 0.74 | 0.68 |
| Hex | 71 | 7E | EA | 34 | 2E | 0 | 8 | EA | 4A | 44 |
| Octal | 161 | 176 | 352 | 64 | 56 | 0 | 10 | 352 | 112 | 104 |
| Binary | 1110001 | 1111110 | 11101010 | 110100 | 101110 | 0 | 1000 | 11101010 | 1001010 | 1000100 |
Color Harmonies of #717EEA
Complementary color
Monochromatic Colors of #717EEA
Black with #717EEA
Text Example
Text Example
White with #717EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717EEA; }
p { color: rgb(113,126,234); }
H1.HeaderClassName
{
color: #717EEA;
}
.AnyTagClassName
{
color: #717EEA;
}
</style>
background-color css
<style>
a { background-color: #717EEA; }
a { background-color: rgb(113,126,234); }
div.DivClassName
{
background-color: #717EEA;
}
.BgClassName
{
background-color: #717EEA;
}
</style>
border-color css
<style>
span { border-color: #717EEA; }
span { border-color: rgb(113,126,234); }
td.TdClassName
{
border-color: #717EEA;
}
.TagClassName
{
border-color: #717EEA;
}
</style>