Shades of Medium Slate Blue #7170F3
Tints of Medium Slate Blue #7170F3
RGB
CMYK
RGB Variations
Color information
#7170F3 (or 0x7170F3) is known color: Medium Slate Blue. HEX triplet: 71, 70 and F3. RGB value is (113,112,243). Sum of RGB (Red+Green+Blue) = 113+112+243=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #7170F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7170F3 is #8E8F0C. Grayscale: #7E7E7E. Windows color (decimal): -9342733 or 15954033. OLE color: 15954033.
HSL color Cylindrical-coordinate representation of color #7170F3: hue angle of 240.46º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7170F3 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 112 | 243 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.05 |
| HSL | 240.46º | 0.85% | 0.7% | - |
| HSV(B) | 240.46º | 0.54% | 0.95% | - |
| XYZ | 28.78 | 21.57 | 87.44 | - |
| YUV | 127.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 243 | 0.53 | 0.54 | 0 | 0.05 | 240.46 | 0.85 | 0.7 |
| Hex | 71 | 70 | F3 | 35 | 36 | 0 | 5 | F0 | 55 | 46 |
| Octal | 161 | 160 | 363 | 65 | 66 | 0 | 5 | 360 | 125 | 106 |
| Binary | 1110001 | 1110000 | 11110011 | 110101 | 110110 | 0 | 101 | 11110000 | 1010101 | 1000110 |
Color Harmonies of #7170F3
Complementary color
Monochromatic Colors of #7170F3
Black with #7170F3
Text Example
Text Example
White with #7170F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170F3; }
p { color: rgb(113,112,243); }
H1.HeaderClassName
{
color: #7170F3;
}
.AnyTagClassName
{
color: #7170F3;
}
</style>
background-color css
<style>
a { background-color: #7170F3; }
a { background-color: rgb(113,112,243); }
div.DivClassName
{
background-color: #7170F3;
}
.BgClassName
{
background-color: #7170F3;
}
</style>
border-color css
<style>
span { border-color: #7170F3; }
span { border-color: rgb(113,112,243); }
td.TdClassName
{
border-color: #7170F3;
}
.TagClassName
{
border-color: #7170F3;
}
</style>