Shades of Medium Slate Blue #715BFE
Tints of Medium Slate Blue #715BFE
RGB
CMYK
RGB Variations
Color information
#715BFE (or 0x715BFE) is known color: Medium Slate Blue. HEX triplet: 71, 5B and FE. RGB value is (113,91,254). Sum of RGB (Red+Green+Blue) = 113+91+254=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #715BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715BFE is #8EA401. Grayscale: #737373. Windows color (decimal): -9348098 or 16669553. OLE color: 16669553.
HSL color Cylindrical-coordinate representation of color #715BFE: hue angle of 248.1º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #715BFE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 91 | 254 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.00 |
| HSL | 248.1º | 0.99% | 0.68% | - |
| HSV(B) | 248.1º | 0.64% | 1% | - |
| XYZ | 28.44 | 18.15 | 95.77 | - |
| YUV | 116.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 254 | 0.56 | 0.64 | 0 | 0.00 | 248.1 | 0.99 | 0.68 |
| Hex | 71 | 5B | FE | 38 | 40 | 0 | 0 | F8 | 63 | 44 |
| Octal | 161 | 133 | 376 | 70 | 100 | 0 | 0 | 370 | 143 | 104 |
| Binary | 1110001 | 1011011 | 11111110 | 111000 | 1000000 | 0 | 0 | 11111000 | 1100011 | 1000100 |
Color Harmonies of #715BFE
Complementary color
Monochromatic Colors of #715BFE
Black with #715BFE
Text Example
Text Example
White with #715BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BFE; }
p { color: rgb(113,91,254); }
H1.HeaderClassName
{
color: #715BFE;
}
.AnyTagClassName
{
color: #715BFE;
}
</style>
background-color css
<style>
a { background-color: #715BFE; }
a { background-color: rgb(113,91,254); }
div.DivClassName
{
background-color: #715BFE;
}
.BgClassName
{
background-color: #715BFE;
}
</style>
border-color css
<style>
span { border-color: #715BFE; }
span { border-color: rgb(113,91,254); }
td.TdClassName
{
border-color: #715BFE;
}
.TagClassName
{
border-color: #715BFE;
}
</style>