Shades of Medium Slate Blue #7170DF
Tints of Medium Slate Blue #7170DF
RGB
CMYK
RGB Variations
Color information
#7170DF (or 0x7170DF) is known color: Medium Slate Blue. HEX triplet: 71, 70 and DF. RGB value is (113,112,223). Sum of RGB (Red+Green+Blue) = 113+112+223=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #7170DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170DF is #8E8F20. Grayscale: #7C7C7C. Windows color (decimal): -9342753 or 14643313. OLE color: 14643313.
HSL color Cylindrical-coordinate representation of color #7170DF: hue angle of 240.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7170DF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 112 | 223 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.13 |
| HSL | 240.54º | 0.63% | 0.66% | - |
| HSV(B) | 240.54º | 0.5% | 0.87% | - |
| XYZ | 25.92 | 20.43 | 72.39 | - |
| YUV | 124.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 223 | 0.49 | 0.50 | 0 | 0.13 | 240.54 | 0.63 | 0.66 |
| Hex | 71 | 70 | DF | 31 | 32 | 0 | D | F1 | 3F | 42 |
| Octal | 161 | 160 | 337 | 61 | 62 | 0 | 15 | 361 | 77 | 102 |
| Binary | 1110001 | 1110000 | 11011111 | 110001 | 110010 | 0 | 1101 | 11110001 | 111111 | 1000010 |
Color Harmonies of #7170DF
Complementary color
Monochromatic Colors of #7170DF
Black with #7170DF
Text Example
Text Example
White with #7170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170DF; }
p { color: rgb(113,112,223); }
H1.HeaderClassName
{
color: #7170DF;
}
.AnyTagClassName
{
color: #7170DF;
}
</style>
background-color css
<style>
a { background-color: #7170DF; }
a { background-color: rgb(113,112,223); }
div.DivClassName
{
background-color: #7170DF;
}
.BgClassName
{
background-color: #7170DF;
}
</style>
border-color css
<style>
span { border-color: #7170DF; }
span { border-color: rgb(113,112,223); }
td.TdClassName
{
border-color: #7170DF;
}
.TagClassName
{
border-color: #7170DF;
}
</style>