Shades of Medium Slate Blue #7151FA
Tints of Medium Slate Blue #7151FA
RGB
CMYK
RGB Variations
Color information
#7151FA (or 0x7151FA) is known color: Medium Slate Blue. HEX triplet: 71, 51 and FA. RGB value is (113,81,250). Sum of RGB (Red+Green+Blue) = 113+81+250=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #7151FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151FA is #8EAE05. Grayscale: #6D6D6D. Windows color (decimal): -9350662 or 16404849. OLE color: 16404849.
HSL color Cylindrical-coordinate representation of color #7151FA: hue angle of 251.36º 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 #7151FA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 81 | 250 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.02 |
| HSL | 251.36º | 0.94% | 0.65% | - |
| HSV(B) | 251.36º | 0.68% | 0.98% | - |
| XYZ | 27.01 | 16.3 | 92.16 | - |
| YUV | 109.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 250 | 0.55 | 0.68 | 0 | 0.02 | 251.36 | 0.94 | 0.65 |
| Hex | 71 | 51 | FA | 37 | 44 | 0 | 2 | FB | 5E | 41 |
| Octal | 161 | 121 | 372 | 67 | 104 | 0 | 2 | 373 | 136 | 101 |
| Binary | 1110001 | 1010001 | 11111010 | 110111 | 1000100 | 0 | 10 | 11111011 | 1011110 | 1000001 |
Color Harmonies of #7151FA
Complementary color
Monochromatic Colors of #7151FA
Black with #7151FA
Text Example
Text Example
White with #7151FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151FA; }
p { color: rgb(113,81,250); }
H1.HeaderClassName
{
color: #7151FA;
}
.AnyTagClassName
{
color: #7151FA;
}
</style>
background-color css
<style>
a { background-color: #7151FA; }
a { background-color: rgb(113,81,250); }
div.DivClassName
{
background-color: #7151FA;
}
.BgClassName
{
background-color: #7151FA;
}
</style>
border-color css
<style>
span { border-color: #7151FA; }
span { border-color: rgb(113,81,250); }
td.TdClassName
{
border-color: #7151FA;
}
.TagClassName
{
border-color: #7151FA;
}
</style>