Shades of Medium Slate Blue #7154F5
Tints of Medium Slate Blue #7154F5
RGB
CMYK
RGB Variations
Color information
#7154F5 (or 0x7154F5) is known color: Medium Slate Blue. HEX triplet: 71, 54 and F5. RGB value is (113,84,245). Sum of RGB (Red+Green+Blue) = 113+84+245=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #7154F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154F5 is #8EAB0A. Grayscale: #6E6E6E. Windows color (decimal): -9349899 or 16077937. OLE color: 16077937.
HSL color Cylindrical-coordinate representation of color #7154F5: hue angle of 250.81º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7154F5 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 84 | 245 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.04 |
| HSL | 250.81º | 0.89% | 0.65% | - |
| HSV(B) | 250.81º | 0.66% | 0.96% | - |
| XYZ | 26.46 | 16.44 | 88.17 | - |
| YUV | 111.03 | 203.61 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 245 | 0.54 | 0.66 | 0 | 0.04 | 250.81 | 0.89 | 0.65 |
| Hex | 71 | 54 | F5 | 36 | 42 | 0 | 4 | FB | 59 | 41 |
| Octal | 161 | 124 | 365 | 66 | 102 | 0 | 4 | 373 | 131 | 101 |
| Binary | 1110001 | 1010100 | 11110101 | 110110 | 1000010 | 0 | 100 | 11111011 | 1011001 | 1000001 |
Color Harmonies of #7154F5
Complementary color
Monochromatic Colors of #7154F5
Black with #7154F5
Text Example
Text Example
White with #7154F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154F5; }
p { color: rgb(113,84,245); }
H1.HeaderClassName
{
color: #7154F5;
}
.AnyTagClassName
{
color: #7154F5;
}
</style>
background-color css
<style>
a { background-color: #7154F5; }
a { background-color: rgb(113,84,245); }
div.DivClassName
{
background-color: #7154F5;
}
.BgClassName
{
background-color: #7154F5;
}
</style>
border-color css
<style>
span { border-color: #7154F5; }
span { border-color: rgb(113,84,245); }
td.TdClassName
{
border-color: #7154F5;
}
.TagClassName
{
border-color: #7154F5;
}
</style>