Shades of Medium Slate Blue #717BE1
Tints of Medium Slate Blue #717BE1
RGB
CMYK
RGB Variations
Color information
#717BE1 (or 0x717BE1) is known color: Medium Slate Blue. HEX triplet: 71, 7B and E1. RGB value is (113,123,225). Sum of RGB (Red+Green+Blue) = 113+123+225=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #717BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BE1 is #8E841E. Grayscale: #838383. Windows color (decimal): -9339935 or 14777201. OLE color: 14777201.
HSL color Cylindrical-coordinate representation of color #717BE1: hue angle of 234.64º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717BE1 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 123 | 225 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.12 |
| HSL | 234.64º | 0.65% | 0.66% | - |
| HSV(B) | 234.64º | 0.5% | 0.88% | - |
| XYZ | 27.48 | 23.11 | 74.25 | - |
| YUV | 131.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 225 | 0.50 | 0.45 | 0 | 0.12 | 234.64 | 0.65 | 0.66 |
| Hex | 71 | 7B | E1 | 32 | 2D | 0 | C | EB | 41 | 42 |
| Octal | 161 | 173 | 341 | 62 | 55 | 0 | 14 | 353 | 101 | 102 |
| Binary | 1110001 | 1111011 | 11100001 | 110010 | 101101 | 0 | 1100 | 11101011 | 1000001 | 1000010 |
Color Harmonies of #717BE1
Complementary color
Monochromatic Colors of #717BE1
Black with #717BE1
Text Example
Text Example
White with #717BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BE1; }
p { color: rgb(113,123,225); }
H1.HeaderClassName
{
color: #717BE1;
}
.AnyTagClassName
{
color: #717BE1;
}
</style>
background-color css
<style>
a { background-color: #717BE1; }
a { background-color: rgb(113,123,225); }
div.DivClassName
{
background-color: #717BE1;
}
.BgClassName
{
background-color: #717BE1;
}
</style>
border-color css
<style>
span { border-color: #717BE1; }
span { border-color: rgb(113,123,225); }
td.TdClassName
{
border-color: #717BE1;
}
.TagClassName
{
border-color: #717BE1;
}
</style>