Shades of Medium Slate Blue #7154F9
Tints of Medium Slate Blue #7154F9
RGB
CMYK
RGB Variations
Color information
#7154F9 (or 0x7154F9) is known color: Medium Slate Blue. HEX triplet: 71, 54 and F9. RGB value is (113,84,249). Sum of RGB (Red+Green+Blue) = 113+84+249=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #7154F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154F9 is #8EAB06. Grayscale: #6E6E6E. Windows color (decimal): -9349895 or 16340081. OLE color: 16340081.
HSL color Cylindrical-coordinate representation of color #7154F9: hue angle of 250.55º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7154F9 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 84 | 249 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.02 |
| HSL | 250.55º | 0.93% | 0.65% | - |
| HSV(B) | 250.55º | 0.66% | 0.98% | - |
| XYZ | 27.08 | 16.69 | 91.42 | - |
| YUV | 111.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 249 | 0.55 | 0.66 | 0 | 0.02 | 250.55 | 0.93 | 0.65 |
| Hex | 71 | 54 | F9 | 37 | 42 | 0 | 2 | FB | 5D | 41 |
| Octal | 161 | 124 | 371 | 67 | 102 | 0 | 2 | 373 | 135 | 101 |
| Binary | 1110001 | 1010100 | 11111001 | 110111 | 1000010 | 0 | 10 | 11111011 | 1011101 | 1000001 |
Color Harmonies of #7154F9
Complementary color
Monochromatic Colors of #7154F9
Black with #7154F9
Text Example
Text Example
White with #7154F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154F9; }
p { color: rgb(113,84,249); }
H1.HeaderClassName
{
color: #7154F9;
}
.AnyTagClassName
{
color: #7154F9;
}
</style>
background-color css
<style>
a { background-color: #7154F9; }
a { background-color: rgb(113,84,249); }
div.DivClassName
{
background-color: #7154F9;
}
.BgClassName
{
background-color: #7154F9;
}
</style>
border-color css
<style>
span { border-color: #7154F9; }
span { border-color: rgb(113,84,249); }
td.TdClassName
{
border-color: #7154F9;
}
.TagClassName
{
border-color: #7154F9;
}
</style>