Shades of Medium Slate Blue #755FF1
Tints of Medium Slate Blue #755FF1
RGB
CMYK
RGB Variations
Color information
#755FF1 (or 0x755FF1) is known color: Medium Slate Blue. HEX triplet: 75, 5F and F1. RGB value is (117,95,241). Sum of RGB (Red+Green+Blue) = 117+95+241=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #755FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FF1 is #8AA00E. Grayscale: #757575. Windows color (decimal): -9084943 or 15818613. OLE color: 15818613.
HSL color Cylindrical-coordinate representation of color #755FF1: hue angle of 249.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755FF1 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 95 | 241 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.05 |
| HSL | 249.04º | 0.84% | 0.66% | - |
| HSV(B) | 249.04º | 0.61% | 0.95% | - |
| XYZ | 27.31 | 18.32 | 85.32 | - |
| YUV | 118.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 241 | 0.51 | 0.61 | 0 | 0.05 | 249.04 | 0.84 | 0.66 |
| Hex | 75 | 5F | F1 | 33 | 3D | 0 | 5 | F9 | 54 | 42 |
| Octal | 165 | 137 | 361 | 63 | 75 | 0 | 5 | 371 | 124 | 102 |
| Binary | 1110101 | 1011111 | 11110001 | 110011 | 111101 | 0 | 101 | 11111001 | 1010100 | 1000010 |
Color Harmonies of #755FF1
Complementary color
Monochromatic Colors of #755FF1
Black with #755FF1
Text Example
Text Example
White with #755FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FF1; }
p { color: rgb(117,95,241); }
H1.HeaderClassName
{
color: #755FF1;
}
.AnyTagClassName
{
color: #755FF1;
}
</style>
background-color css
<style>
a { background-color: #755FF1; }
a { background-color: rgb(117,95,241); }
div.DivClassName
{
background-color: #755FF1;
}
.BgClassName
{
background-color: #755FF1;
}
</style>
border-color css
<style>
span { border-color: #755FF1; }
span { border-color: rgb(117,95,241); }
td.TdClassName
{
border-color: #755FF1;
}
.TagClassName
{
border-color: #755FF1;
}
</style>