Shades of Medium Slate Blue #7151FE
Tints of Medium Slate Blue #7151FE
RGB
CMYK
RGB Variations
Color information
#7151FE (or 0x7151FE) is known color: Medium Slate Blue. HEX triplet: 71, 51 and FE. RGB value is (113,81,254). Sum of RGB (Red+Green+Blue) = 113+81+254=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #7151FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151FE is #8EAE01. Grayscale: #6D6D6D. Windows color (decimal): -9350658 or 16666993. OLE color: 16666993.
HSL color Cylindrical-coordinate representation of color #7151FE: hue angle of 251.1º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7151FE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 81 | 254 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.00 |
| HSL | 251.1º | 0.99% | 0.66% | - |
| HSV(B) | 251.1º | 0.68% | 1% | - |
| XYZ | 27.64 | 16.55 | 95.5 | - |
| YUV | 110.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 254 | 0.56 | 0.68 | 0 | 0.00 | 251.1 | 0.99 | 0.66 |
| Hex | 71 | 51 | FE | 38 | 44 | 0 | 0 | FB | 63 | 42 |
| Octal | 161 | 121 | 376 | 70 | 104 | 0 | 0 | 373 | 143 | 102 |
| Binary | 1110001 | 1010001 | 11111110 | 111000 | 1000100 | 0 | 0 | 11111011 | 1100011 | 1000010 |
Color Harmonies of #7151FE
Complementary color
Monochromatic Colors of #7151FE
Black with #7151FE
Text Example
Text Example
White with #7151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151FE; }
p { color: rgb(113,81,254); }
H1.HeaderClassName
{
color: #7151FE;
}
.AnyTagClassName
{
color: #7151FE;
}
</style>
background-color css
<style>
a { background-color: #7151FE; }
a { background-color: rgb(113,81,254); }
div.DivClassName
{
background-color: #7151FE;
}
.BgClassName
{
background-color: #7151FE;
}
</style>
border-color css
<style>
span { border-color: #7151FE; }
span { border-color: rgb(113,81,254); }
td.TdClassName
{
border-color: #7151FE;
}
.TagClassName
{
border-color: #7151FE;
}
</style>