Shades of Medium Slate Blue #757DF1
Tints of Medium Slate Blue #757DF1
RGB
CMYK
RGB Variations
Color information
#757DF1 (or 0x757DF1) is known color: Medium Slate Blue. HEX triplet: 75, 7D and F1. RGB value is (117,125,241). Sum of RGB (Red+Green+Blue) = 117+125+241=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #757DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757DF1 is #8A820E. Grayscale: #878787. Windows color (decimal): -9077263 or 15826293. OLE color: 15826293.
HSL color Cylindrical-coordinate representation of color #757DF1: hue angle of 236.13º 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 #757DF1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 125 | 241 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.05 |
| HSL | 236.13º | 0.82% | 0.7% | - |
| HSV(B) | 236.13º | 0.51% | 0.95% | - |
| XYZ | 30.55 | 24.8 | 86.4 | - |
| YUV | 135.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 241 | 0.51 | 0.48 | 0 | 0.05 | 236.13 | 0.82 | 0.7 |
| Hex | 75 | 7D | F1 | 33 | 30 | 0 | 5 | EC | 52 | 46 |
| Octal | 165 | 175 | 361 | 63 | 60 | 0 | 5 | 354 | 122 | 106 |
| Binary | 1110101 | 1111101 | 11110001 | 110011 | 110000 | 0 | 101 | 11101100 | 1010010 | 1000110 |
Color Harmonies of #757DF1
Complementary color
Monochromatic Colors of #757DF1
Black with #757DF1
Text Example
Text Example
White with #757DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757DF1; }
p { color: rgb(117,125,241); }
H1.HeaderClassName
{
color: #757DF1;
}
.AnyTagClassName
{
color: #757DF1;
}
</style>
background-color css
<style>
a { background-color: #757DF1; }
a { background-color: rgb(117,125,241); }
div.DivClassName
{
background-color: #757DF1;
}
.BgClassName
{
background-color: #757DF1;
}
</style>
border-color css
<style>
span { border-color: #757DF1; }
span { border-color: rgb(117,125,241); }
td.TdClassName
{
border-color: #757DF1;
}
.TagClassName
{
border-color: #757DF1;
}
</style>