Shades of Medium Slate Blue #7154FF
Tints of Medium Slate Blue #7154FF
RGB
CMYK
RGB Variations
Color information
#7154FF (or 0x7154FF) is known color: Medium Slate Blue. HEX triplet: 71, 54 and FF. RGB value is (113,84,255). Sum of RGB (Red+Green+Blue) = 113+84+255=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #7154FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154FF is #8EAB00. Grayscale: #6F6F6F. Windows color (decimal): -9349889 or 16733297. OLE color: 16733297.
HSL color Cylindrical-coordinate representation of color #7154FF: hue angle of 250.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7154FF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 84 | 255 | - |
| CMYK | 0.56 | 0.67 | 0 | 0 |
| HSL | 250.18º | 1% | 0.66% | - |
| HSV(B) | 250.18º | 0.67% | 1% | - |
| XYZ | 28.03 | 17.07 | 96.43 | - |
| YUV | 112.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 255 | 0.56 | 0.67 | 0 | 0 | 250.18 | 1 | 0.66 |
| Hex | 71 | 54 | FF | 38 | 43 | 0 | 0 | FA | 64 | 42 |
| Octal | 161 | 124 | 377 | 70 | 103 | 0 | 0 | 372 | 144 | 102 |
| Binary | 1110001 | 1010100 | 11111111 | 111000 | 1000011 | 0 | 0 | 11111010 | 1100100 | 1000010 |
Color Harmonies of #7154FF
Complementary color
Monochromatic Colors of #7154FF
Black with #7154FF
Text Example
Text Example
White with #7154FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154FF; }
p { color: rgb(113,84,255); }
H1.HeaderClassName
{
color: #7154FF;
}
.AnyTagClassName
{
color: #7154FF;
}
</style>
background-color css
<style>
a { background-color: #7154FF; }
a { background-color: rgb(113,84,255); }
div.DivClassName
{
background-color: #7154FF;
}
.BgClassName
{
background-color: #7154FF;
}
</style>
border-color css
<style>
span { border-color: #7154FF; }
span { border-color: rgb(113,84,255); }
td.TdClassName
{
border-color: #7154FF;
}
.TagClassName
{
border-color: #7154FF;
}
</style>