Shades of Medium Slate Blue #715BFD
Tints of Medium Slate Blue #715BFD
RGB
CMYK
RGB Variations
Color information
#715BFD (or 0x715BFD) is known color: Medium Slate Blue. HEX triplet: 71, 5B and FD. RGB value is (113,91,253). Sum of RGB (Red+Green+Blue) = 113+91+253=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #715BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715BFD is #8EA402. Grayscale: #737373. Windows color (decimal): -9348099 or 16604017. OLE color: 16604017.
HSL color Cylindrical-coordinate representation of color #715BFD: hue angle of 248.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #715BFD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 91 | 253 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.01 |
| HSL | 248.15º | 0.98% | 0.67% | - |
| HSV(B) | 248.15º | 0.64% | 0.99% | - |
| XYZ | 28.28 | 18.08 | 94.93 | - |
| YUV | 116.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 253 | 0.55 | 0.64 | 0 | 0.01 | 248.15 | 0.98 | 0.67 |
| Hex | 71 | 5B | FD | 37 | 40 | 0 | 1 | F8 | 62 | 43 |
| Octal | 161 | 133 | 375 | 67 | 100 | 0 | 1 | 370 | 142 | 103 |
| Binary | 1110001 | 1011011 | 11111101 | 110111 | 1000000 | 0 | 1 | 11111000 | 1100010 | 1000011 |
Color Harmonies of #715BFD
Complementary color
Monochromatic Colors of #715BFD
Black with #715BFD
Text Example
Text Example
White with #715BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BFD; }
p { color: rgb(113,91,253); }
H1.HeaderClassName
{
color: #715BFD;
}
.AnyTagClassName
{
color: #715BFD;
}
</style>
background-color css
<style>
a { background-color: #715BFD; }
a { background-color: rgb(113,91,253); }
div.DivClassName
{
background-color: #715BFD;
}
.BgClassName
{
background-color: #715BFD;
}
</style>
border-color css
<style>
span { border-color: #715BFD; }
span { border-color: rgb(113,91,253); }
td.TdClassName
{
border-color: #715BFD;
}
.TagClassName
{
border-color: #715BFD;
}
</style>