Shades of Medium Slate Blue #755DF1
Tints of Medium Slate Blue #755DF1
RGB
CMYK
RGB Variations
Color information
#755DF1 (or 0x755DF1) is known color: Medium Slate Blue. HEX triplet: 75, 5D and F1. RGB value is (117,93,241). Sum of RGB (Red+Green+Blue) = 117+93+241=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #755DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DF1 is #8AA20E. Grayscale: #747474. Windows color (decimal): -9085455 or 15818101. OLE color: 15818101.
HSL color Cylindrical-coordinate representation of color #755DF1: hue angle of 249.73º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755DF1 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 93 | 241 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.05 |
| HSL | 249.73º | 0.84% | 0.65% | - |
| HSV(B) | 249.73º | 0.61% | 0.95% | - |
| XYZ | 27.13 | 17.96 | 85.26 | - |
| YUV | 117.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 241 | 0.51 | 0.61 | 0 | 0.05 | 249.73 | 0.84 | 0.65 |
| Hex | 75 | 5D | F1 | 33 | 3D | 0 | 5 | FA | 54 | 41 |
| Octal | 165 | 135 | 361 | 63 | 75 | 0 | 5 | 372 | 124 | 101 |
| Binary | 1110101 | 1011101 | 11110001 | 110011 | 111101 | 0 | 101 | 11111010 | 1010100 | 1000001 |
Color Harmonies of #755DF1
Complementary color
Monochromatic Colors of #755DF1
Black with #755DF1
Text Example
Text Example
White with #755DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DF1; }
p { color: rgb(117,93,241); }
H1.HeaderClassName
{
color: #755DF1;
}
.AnyTagClassName
{
color: #755DF1;
}
</style>
background-color css
<style>
a { background-color: #755DF1; }
a { background-color: rgb(117,93,241); }
div.DivClassName
{
background-color: #755DF1;
}
.BgClassName
{
background-color: #755DF1;
}
</style>
border-color css
<style>
span { border-color: #755DF1; }
span { border-color: rgb(117,93,241); }
td.TdClassName
{
border-color: #755DF1;
}
.TagClassName
{
border-color: #755DF1;
}
</style>