Shades of Medium Slate Blue #717AF1
Tints of Medium Slate Blue #717AF1
RGB
CMYK
RGB Variations
Color information
#717AF1 (or 0x717AF1) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F1. RGB value is (113,122,241). Sum of RGB (Red+Green+Blue) = 113+122+241=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #717AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF1 is #8E850E. Grayscale: #848484. Windows color (decimal): -9340175 or 15825521. OLE color: 15825521.
HSL color Cylindrical-coordinate representation of color #717AF1: hue angle of 235.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717AF1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 122 | 241 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.05 |
| HSL | 235.78º | 0.82% | 0.69% | - |
| HSV(B) | 235.78º | 0.53% | 0.95% | - |
| XYZ | 29.65 | 23.78 | 86.25 | - |
| YUV | 132.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 241 | 0.53 | 0.49 | 0 | 0.05 | 235.78 | 0.82 | 0.69 |
| Hex | 71 | 7A | F1 | 35 | 31 | 0 | 5 | EC | 52 | 45 |
| Octal | 161 | 172 | 361 | 65 | 61 | 0 | 5 | 354 | 122 | 105 |
| Binary | 1110001 | 1111010 | 11110001 | 110101 | 110001 | 0 | 101 | 11101100 | 1010010 | 1000101 |
Color Harmonies of #717AF1
Complementary color
Monochromatic Colors of #717AF1
Black with #717AF1
Text Example
Text Example
White with #717AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AF1; }
p { color: rgb(113,122,241); }
H1.HeaderClassName
{
color: #717AF1;
}
.AnyTagClassName
{
color: #717AF1;
}
</style>
background-color css
<style>
a { background-color: #717AF1; }
a { background-color: rgb(113,122,241); }
div.DivClassName
{
background-color: #717AF1;
}
.BgClassName
{
background-color: #717AF1;
}
</style>
border-color css
<style>
span { border-color: #717AF1; }
span { border-color: rgb(113,122,241); }
td.TdClassName
{
border-color: #717AF1;
}
.TagClassName
{
border-color: #717AF1;
}
</style>