Shades of Medium Slate Blue #715FFB
Tints of Medium Slate Blue #715FFB
RGB
CMYK
RGB Variations
Color information
#715FFB (or 0x715FFB) is known color: Medium Slate Blue. HEX triplet: 71, 5F and FB. RGB value is (113,95,251). Sum of RGB (Red+Green+Blue) = 113+95+251=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #715FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FFB is #8EA004. Grayscale: #757575. Windows color (decimal): -9347077 or 16473969. OLE color: 16473969.
HSL color Cylindrical-coordinate representation of color #715FFB: hue angle of 246.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715FFB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 95 | 251 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.02 |
| HSL | 246.92º | 0.95% | 0.68% | - |
| HSV(B) | 246.92º | 0.62% | 0.98% | - |
| XYZ | 28.31 | 18.66 | 93.38 | - |
| YUV | 118.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 251 | 0.55 | 0.62 | 0 | 0.02 | 246.92 | 0.95 | 0.68 |
| Hex | 71 | 5F | FB | 37 | 3E | 0 | 2 | F7 | 5F | 44 |
| Octal | 161 | 137 | 373 | 67 | 76 | 0 | 2 | 367 | 137 | 104 |
| Binary | 1110001 | 1011111 | 11111011 | 110111 | 111110 | 0 | 10 | 11110111 | 1011111 | 1000100 |
Color Harmonies of #715FFB
Complementary color
Monochromatic Colors of #715FFB
Black with #715FFB
Text Example
Text Example
White with #715FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715FFB; }
p { color: rgb(113,95,251); }
H1.HeaderClassName
{
color: #715FFB;
}
.AnyTagClassName
{
color: #715FFB;
}
</style>
background-color css
<style>
a { background-color: #715FFB; }
a { background-color: rgb(113,95,251); }
div.DivClassName
{
background-color: #715FFB;
}
.BgClassName
{
background-color: #715FFB;
}
</style>
border-color css
<style>
span { border-color: #715FFB; }
span { border-color: rgb(113,95,251); }
td.TdClassName
{
border-color: #715FFB;
}
.TagClassName
{
border-color: #715FFB;
}
</style>