Shades of Medium Slate Blue #7150FA
Tints of Medium Slate Blue #7150FA
RGB
CMYK
RGB Variations
Color information
#7150FA (or 0x7150FA) is known color: Medium Slate Blue. HEX triplet: 71, 50 and FA. RGB value is (113,80,250). Sum of RGB (Red+Green+Blue) = 113+80+250=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #7150FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150FA is #8EAF05. Grayscale: #6C6C6C. Windows color (decimal): -9350918 or 16404593. OLE color: 16404593.
HSL color Cylindrical-coordinate representation of color #7150FA: hue angle of 251.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7150FA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 80 | 250 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.02 |
| HSL | 251.65º | 0.94% | 0.65% | - |
| HSV(B) | 251.65º | 0.68% | 0.98% | - |
| XYZ | 26.93 | 16.15 | 92.14 | - |
| YUV | 109.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 250 | 0.55 | 0.68 | 0 | 0.02 | 251.65 | 0.94 | 0.65 |
| Hex | 71 | 50 | FA | 37 | 44 | 0 | 2 | FC | 5E | 41 |
| Octal | 161 | 120 | 372 | 67 | 104 | 0 | 2 | 374 | 136 | 101 |
| Binary | 1110001 | 1010000 | 11111010 | 110111 | 1000100 | 0 | 10 | 11111100 | 1011110 | 1000001 |
Color Harmonies of #7150FA
Complementary color
Monochromatic Colors of #7150FA
Black with #7150FA
Text Example
Text Example
White with #7150FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150FA; }
p { color: rgb(113,80,250); }
H1.HeaderClassName
{
color: #7150FA;
}
.AnyTagClassName
{
color: #7150FA;
}
</style>
background-color css
<style>
a { background-color: #7150FA; }
a { background-color: rgb(113,80,250); }
div.DivClassName
{
background-color: #7150FA;
}
.BgClassName
{
background-color: #7150FA;
}
</style>
border-color css
<style>
span { border-color: #7150FA; }
span { border-color: rgb(113,80,250); }
td.TdClassName
{
border-color: #7150FA;
}
.TagClassName
{
border-color: #7150FA;
}
</style>