Shades of Medium Slate Blue #7169F6
Tints of Medium Slate Blue #7169F6
RGB
CMYK
RGB Variations
Color information
#7169F6 (or 0x7169F6) is known color: Medium Slate Blue. HEX triplet: 71, 69 and F6. RGB value is (113,105,246). Sum of RGB (Red+Green+Blue) = 113+105+246=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #7169F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169F6 is #8E9609. Grayscale: #7A7A7A. Windows color (decimal): -9344522 or 16148849. OLE color: 16148849.
HSL color Cylindrical-coordinate representation of color #7169F6: hue angle of 243.4º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7169F6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 105 | 246 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.04 |
| HSL | 243.4º | 0.89% | 0.69% | - |
| HSV(B) | 243.4º | 0.57% | 0.96% | - |
| XYZ | 28.5 | 20.27 | 89.6 | - |
| YUV | 123.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 246 | 0.54 | 0.57 | 0 | 0.04 | 243.4 | 0.89 | 0.69 |
| Hex | 71 | 69 | F6 | 36 | 39 | 0 | 4 | F3 | 59 | 45 |
| Octal | 161 | 151 | 366 | 66 | 71 | 0 | 4 | 363 | 131 | 105 |
| Binary | 1110001 | 1101001 | 11110110 | 110110 | 111001 | 0 | 100 | 11110011 | 1011001 | 1000101 |
Color Harmonies of #7169F6
Complementary color
Monochromatic Colors of #7169F6
Black with #7169F6
Text Example
Text Example
White with #7169F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7169F6; }
p { color: rgb(113,105,246); }
H1.HeaderClassName
{
color: #7169F6;
}
.AnyTagClassName
{
color: #7169F6;
}
</style>
background-color css
<style>
a { background-color: #7169F6; }
a { background-color: rgb(113,105,246); }
div.DivClassName
{
background-color: #7169F6;
}
.BgClassName
{
background-color: #7169F6;
}
</style>
border-color css
<style>
span { border-color: #7169F6; }
span { border-color: rgb(113,105,246); }
td.TdClassName
{
border-color: #7169F6;
}
.TagClassName
{
border-color: #7169F6;
}
</style>