Shades of Medium Slate Blue #754FF1
Tints of Medium Slate Blue #754FF1
RGB
CMYK
RGB Variations
Color information
#754FF1 (or 0x754FF1) is known color: Medium Slate Blue. HEX triplet: 75, 4F and F1. RGB value is (117,79,241). Sum of RGB (Red+Green+Blue) = 117+79+241=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #754FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FF1 is #8AB00E. Grayscale: #6C6C6C. Windows color (decimal): -9089039 or 15814517. OLE color: 15814517.
HSL color Cylindrical-coordinate representation of color #754FF1: hue angle of 254.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754FF1 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 79 | 241 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.05 |
| HSL | 254.07º | 0.85% | 0.63% | - |
| HSV(B) | 254.07º | 0.67% | 0.95% | - |
| XYZ | 26.01 | 15.72 | 84.88 | - |
| YUV | 108.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 241 | 0.51 | 0.67 | 0 | 0.05 | 254.07 | 0.85 | 0.63 |
| Hex | 75 | 4F | F1 | 33 | 43 | 0 | 5 | FE | 55 | 3F |
| Octal | 165 | 117 | 361 | 63 | 103 | 0 | 5 | 376 | 125 | 77 |
| Binary | 1110101 | 1001111 | 11110001 | 110011 | 1000011 | 0 | 101 | 11111110 | 1010101 | 111111 |
Color Harmonies of #754FF1
Complementary color
Monochromatic Colors of #754FF1
Black with #754FF1
Text Example
Text Example
White with #754FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FF1; }
p { color: rgb(117,79,241); }
H1.HeaderClassName
{
color: #754FF1;
}
.AnyTagClassName
{
color: #754FF1;
}
</style>
background-color css
<style>
a { background-color: #754FF1; }
a { background-color: rgb(117,79,241); }
div.DivClassName
{
background-color: #754FF1;
}
.BgClassName
{
background-color: #754FF1;
}
</style>
border-color css
<style>
span { border-color: #754FF1; }
span { border-color: rgb(117,79,241); }
td.TdClassName
{
border-color: #754FF1;
}
.TagClassName
{
border-color: #754FF1;
}
</style>