Shades of Medium Slate Blue #717BF2
Tints of Medium Slate Blue #717BF2
RGB
CMYK
RGB Variations
Color information
#717BF2 (or 0x717BF2) is known color: Medium Slate Blue. HEX triplet: 71, 7B and F2. RGB value is (113,123,242). Sum of RGB (Red+Green+Blue) = 113+123+242=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #717BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717BF2 is #8E840D. Grayscale: #858585. Windows color (decimal): -9339918 or 15891313. OLE color: 15891313.
HSL color Cylindrical-coordinate representation of color #717BF2: hue angle of 235.35º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717BF2 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 123 | 242 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.05 |
| HSL | 235.35º | 0.83% | 0.7% | - |
| HSV(B) | 235.35º | 0.53% | 0.95% | - |
| XYZ | 29.92 | 24.09 | 87.08 | - |
| YUV | 133.58 | 189.19 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 242 | 0.53 | 0.49 | 0 | 0.05 | 235.35 | 0.83 | 0.7 |
| Hex | 71 | 7B | F2 | 35 | 31 | 0 | 5 | EB | 53 | 46 |
| Octal | 161 | 173 | 362 | 65 | 61 | 0 | 5 | 353 | 123 | 106 |
| Binary | 1110001 | 1111011 | 11110010 | 110101 | 110001 | 0 | 101 | 11101011 | 1010011 | 1000110 |
Color Harmonies of #717BF2
Complementary color
Monochromatic Colors of #717BF2
Black with #717BF2
Text Example
Text Example
White with #717BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BF2; }
p { color: rgb(113,123,242); }
H1.HeaderClassName
{
color: #717BF2;
}
.AnyTagClassName
{
color: #717BF2;
}
</style>
background-color css
<style>
a { background-color: #717BF2; }
a { background-color: rgb(113,123,242); }
div.DivClassName
{
background-color: #717BF2;
}
.BgClassName
{
background-color: #717BF2;
}
</style>
border-color css
<style>
span { border-color: #717BF2; }
span { border-color: rgb(113,123,242); }
td.TdClassName
{
border-color: #717BF2;
}
.TagClassName
{
border-color: #717BF2;
}
</style>