Shades of Medium Slate Blue #757CF1
Tints of Medium Slate Blue #757CF1
RGB
CMYK
RGB Variations
Color information
#757CF1 (or 0x757CF1) is known color: Medium Slate Blue. HEX triplet: 75, 7C and F1. RGB value is (117,124,241). Sum of RGB (Red+Green+Blue) = 117+124+241=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #757CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CF1 is #8A830E. Grayscale: #868686. Windows color (decimal): -9077519 or 15826037. OLE color: 15826037.
HSL color Cylindrical-coordinate representation of color #757CF1: hue angle of 236.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757CF1 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 124 | 241 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.05 |
| HSL | 236.61º | 0.82% | 0.7% | - |
| HSV(B) | 236.61º | 0.51% | 0.95% | - |
| XYZ | 30.42 | 24.55 | 86.35 | - |
| YUV | 135.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 241 | 0.51 | 0.49 | 0 | 0.05 | 236.61 | 0.82 | 0.7 |
| Hex | 75 | 7C | F1 | 33 | 31 | 0 | 5 | ED | 52 | 46 |
| Octal | 165 | 174 | 361 | 63 | 61 | 0 | 5 | 355 | 122 | 106 |
| Binary | 1110101 | 1111100 | 11110001 | 110011 | 110001 | 0 | 101 | 11101101 | 1010010 | 1000110 |
Color Harmonies of #757CF1
Complementary color
Monochromatic Colors of #757CF1
Black with #757CF1
Text Example
Text Example
White with #757CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CF1; }
p { color: rgb(117,124,241); }
H1.HeaderClassName
{
color: #757CF1;
}
.AnyTagClassName
{
color: #757CF1;
}
</style>
background-color css
<style>
a { background-color: #757CF1; }
a { background-color: rgb(117,124,241); }
div.DivClassName
{
background-color: #757CF1;
}
.BgClassName
{
background-color: #757CF1;
}
</style>
border-color css
<style>
span { border-color: #757CF1; }
span { border-color: rgb(117,124,241); }
td.TdClassName
{
border-color: #757CF1;
}
.TagClassName
{
border-color: #757CF1;
}
</style>