Shades of Medium Slate Blue #757BF1
Tints of Medium Slate Blue #757BF1
RGB
CMYK
RGB Variations
Color information
#757BF1 (or 0x757BF1) is known color: Medium Slate Blue. HEX triplet: 75, 7B and F1. RGB value is (117,123,241). Sum of RGB (Red+Green+Blue) = 117+123+241=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #757BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF1 is #8A840E. Grayscale: #868686. Windows color (decimal): -9077775 or 15825781. OLE color: 15825781.
HSL color Cylindrical-coordinate representation of color #757BF1: hue angle of 237.1º 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 #757BF1 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 123 | 241 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.05 |
| HSL | 237.1º | 0.82% | 0.7% | - |
| HSV(B) | 237.1º | 0.51% | 0.95% | - |
| XYZ | 30.3 | 24.3 | 86.31 | - |
| YUV | 134.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 241 | 0.51 | 0.49 | 0 | 0.05 | 237.1 | 0.82 | 0.7 |
| Hex | 75 | 7B | F1 | 33 | 31 | 0 | 5 | ED | 52 | 46 |
| Octal | 165 | 173 | 361 | 63 | 61 | 0 | 5 | 355 | 122 | 106 |
| Binary | 1110101 | 1111011 | 11110001 | 110011 | 110001 | 0 | 101 | 11101101 | 1010010 | 1000110 |
Color Harmonies of #757BF1
Complementary color
Monochromatic Colors of #757BF1
Black with #757BF1
Text Example
Text Example
White with #757BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BF1; }
p { color: rgb(117,123,241); }
H1.HeaderClassName
{
color: #757BF1;
}
.AnyTagClassName
{
color: #757BF1;
}
</style>
background-color css
<style>
a { background-color: #757BF1; }
a { background-color: rgb(117,123,241); }
div.DivClassName
{
background-color: #757BF1;
}
.BgClassName
{
background-color: #757BF1;
}
</style>
border-color css
<style>
span { border-color: #757BF1; }
span { border-color: rgb(117,123,241); }
td.TdClassName
{
border-color: #757BF1;
}
.TagClassName
{
border-color: #757BF1;
}
</style>