Shades of Medium Slate Blue #7169F0
Tints of Medium Slate Blue #7169F0
RGB
CMYK
RGB Variations
Color information
#7169F0 (or 0x7169F0) is known color: Medium Slate Blue. HEX triplet: 71, 69 and F0. RGB value is (113,105,240). Sum of RGB (Red+Green+Blue) = 113+105+240=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #7169F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169F0 is #8E960F. Grayscale: #7A7A7A. Windows color (decimal): -9344528 or 15755633. OLE color: 15755633.
HSL color Cylindrical-coordinate representation of color #7169F0: hue angle of 243.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7169F0 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 105 | 240 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.06 |
| HSL | 243.56º | 0.82% | 0.68% | - |
| HSV(B) | 243.56º | 0.56% | 0.94% | - |
| XYZ | 27.59 | 19.91 | 84.83 | - |
| YUV | 122.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 240 | 0.53 | 0.56 | 0 | 0.06 | 243.56 | 0.82 | 0.68 |
| Hex | 71 | 69 | F0 | 35 | 38 | 0 | 6 | F4 | 52 | 44 |
| Octal | 161 | 151 | 360 | 65 | 70 | 0 | 6 | 364 | 122 | 104 |
| Binary | 1110001 | 1101001 | 11110000 | 110101 | 111000 | 0 | 110 | 11110100 | 1010010 | 1000100 |
Color Harmonies of #7169F0
Complementary color
Monochromatic Colors of #7169F0
Black with #7169F0
Text Example
Text Example
White with #7169F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7169F0; }
p { color: rgb(113,105,240); }
H1.HeaderClassName
{
color: #7169F0;
}
.AnyTagClassName
{
color: #7169F0;
}
</style>
background-color css
<style>
a { background-color: #7169F0; }
a { background-color: rgb(113,105,240); }
div.DivClassName
{
background-color: #7169F0;
}
.BgClassName
{
background-color: #7169F0;
}
</style>
border-color css
<style>
span { border-color: #7169F0; }
span { border-color: rgb(113,105,240); }
td.TdClassName
{
border-color: #7169F0;
}
.TagClassName
{
border-color: #7169F0;
}
</style>